mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 12:16:36 +00:00
11 lines
116 B
SCSS
11 lines
116 B
SCSS
@import './utils/base';
|
|
|
|
.app-container {
|
|
height: 100%;
|
|
}
|
|
|
|
.app {
|
|
padding-top: $headerHeight;
|
|
height: 100%;
|
|
}
|