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
2015-03-31 21:26:11 +02:00

37 lines
No EOL
493 B
SCSS
Executable file

.card {
h2 {
margin-bottom: 0.3em !important;
a {
color: inherit;
}
}
.meta {
.label,.button {
margin-bottom: 0.3em;
margin-top: 0.3em;
}
}
}
#event-form {
textarea {
height: auto;
max-height: none;
}
}
#view-map, #map {
height: 20rem;
}
#location-description {
p {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.ui.section.divider {
margin-top: 0;
margin-bottom: 0;
}
}