2023-08-05 12:14:03 +03:00
|
|
|
@import '@shlinkio/shlink-frontend-kit/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
|
|
|
}
|
2020-09-06 13:36:17 +03: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;
|
|
|
|
}
|
|
|
|
}
|