This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/src/Hackspace/Bundle/CalciferBundle/Resources/assets/css/events.scss
2014-07-10 11:41:16 +02:00

43 lines
No EOL
747 B
SCSS
Executable file

.event.box {
h2 {
padding: 0.5rem;
a,a:hover,a:visited {
color: #ffffff;
}
}
.startdate,.location,.url,.edit {
display: inline;
margin: 0;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}
ul.tags {
padding-left: 0;
margin: 0;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
display: inline;
li {
list-style-type: none;
display: inline;
margin-right: 0.5rem;
}
}
}
form .ui.form {
.field {
.attached-label > input, .attached-label > textarea {
margin-bottom: 2rem;
}
.attached-geo-label > input, .attached-geo-label > textarea {
margin-bottom: 3.2rem;
}
}
}
#map {
height: 20rem;
}