1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/app/assets/stylesheets/modules/icalendar.scss

25 lines
342 B
SCSS
Raw Normal View History

2019-11-27 16:17:32 +01:00
.calendar-form {
2020-03-24 18:17:26 +01:00
margin: 2em;
2019-11-27 16:17:32 +01:00
border: 1px solid #ddd;
border-radius: 3px;
padding: 1em;
& > .input-group, & > .minicolors {
margin-top: 1em;
}
}
2019-11-27 17:39:19 +01:00
.calendar-name {
font-weight: 600;
font-style: italic;
}
.calendar-url {
overflow: hidden;
}
2019-12-03 10:23:19 +01:00
.external-calendar-legend {
border-left: 3px solid;
border-radius: 3px;
2020-03-24 18:17:26 +01:00
}