platypush/platypush/backend/http/static/css/source/dashboard/widgets/calendar/index.scss

22 lines
324 B
SCSS
Raw Normal View History

2019-07-07 20:11:32 +02:00
@import 'common/vars';
.widget .calendar {
padding: 1rem;
.event {
font-size: .75em;
}
2019-07-07 20:11:32 +02:00
.upcoming-event {
text-align: center;
margin-bottom: 1.5rem;
font-size: 1em;
2019-07-07 20:11:32 +02:00
.summary {
text-transform: uppercase;
font-size: 1.35em;
}
}
}