shlink-web-client/src/App.scss

11 lines
116 B
SCSS
Raw Normal View History

@import './utils/base';
2018-05-13 09:57:47 +03:00
2018-08-14 21:28:46 +03:00
.app-container {
height: 100%;
}
2018-06-03 14:15:52 +03:00
.app {
padding-top: $headerHeight;
2018-08-14 21:28:46 +03:00
height: 100%;
2018-05-13 09:57:47 +03:00
}