mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 17:57:26 +03:00
26 lines
454 B
SCSS
26 lines
454 B
SCSS
@import '../../node_modules/@shlinkio/shlink-frontend-kit/dist/base';
|
|
|
|
.app-container {
|
|
height: 100%;
|
|
}
|
|
|
|
.app {
|
|
padding-top: $headerHeight;
|
|
height: 100%;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|