shlink-web-client/src/app/App.scss

27 lines
454 B
SCSS
Raw Normal View History

2024-11-30 10:40:07 +01:00
@import '../../node_modules/@shlinkio/shlink-frontend-kit/dist/base';
2018-05-13 08:57:47 +02:00
2018-08-14 20:28:46 +02:00
.app-container {
height: 100%;
}
2018-06-03 13:15:52 +02:00
.app {
padding-top: $headerHeight;
2018-08-14 20:28:46 +02:00
height: 100%;
2018-05-13 08:57:47 +02:00
}
.shlink-wrapper {
min-height: 100%;
padding-bottom: $footer-height + $footer-margin;
margin-bottom: -($footer-height + $footer-margin);
}
.shlink-footer {
height: $footer-height;
margin-top: $footer-margin;
padding: 0;
@media (min-width: $mdMin) {
padding: 0 15px;
}
}