mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-01 19:30:15 +01:00
20 lines
329 B
SCSS
20 lines
329 B
SCSS
|
|
@import '../../../@theme/styles/themes';
|
||
|
|
|
||
|
|
@include nb-install-component() {
|
||
|
|
.calendars-container {
|
||
|
|
margin-top: 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
h2 {
|
||
|
|
font-size: nb-theme(font-size-xlg);
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.nebular-calendar {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
margin-bottom: 3rem;
|
||
|
|
}
|
||
|
|
}
|