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

43 lines
711 B
SCSS
Raw Normal View History

.event.box {
h2 {
padding: 0.5rem;
a,a:hover,a:visited {
color: #ffffff;
}
}
.startdate,.location,.url,.edit {
/*float: left;*/
display: inline;
margin: 0;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}
ul.tags {
padding-left: 0;
/*float: left;*/
margin: 0;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
display: inline;
li {
list-style-type: none;
/*float: left;*/
display: inline;
margin-right: 0.5rem;
}
}
2014-07-08 10:21:52 +00:00
}
form .ui.form {
.field {
.attached-label > input, .attached-label > textarea {
margin-bottom: 2rem;
}
}
}
#map {
height: 20rem;
}