nitro-react/src/components/navigator/NavigatorView.scss

25 lines
368 B
SCSS
Raw Normal View History

2021-04-19 18:34:31 +02:00
.nitro-navigator {
2021-09-22 21:01:56 +02:00
width: $navigator-width;
height: $navigator-height;
2021-04-19 18:34:31 +02:00
}
2021-08-13 08:56:39 +02:00
.nitro-navigator-doorbell {
width: 250px;
.content-area {
min-height: 143px;
height: 143px;
}
}
.nitro-navigator-password {
width: 250px;
.content-area {
min-height: 218px;
height: 218px;
}
}
2021-05-05 00:38:31 +02:00
@import './views/NavigatorViews';