mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-26 19:56:41 +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%;
|
|
}
|