mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-11 02:37:22 +03:00
9 lines
172 B
SCSS
9 lines
172 B
SCSS
@import 'node_modules/@shlinkio/shlink-frontend-kit/dist/base';
|
|
|
|
.no-menu-wrapper {
|
|
padding: 15px 0 0;
|
|
|
|
@media (min-width: $mdMin) {
|
|
padding: 30px 20px 20px;
|
|
}
|
|
}
|