mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
10 lines
116 B
SCSS
10 lines
116 B
SCSS
@import './utils/base';
|
|
|
|
.app-container {
|
|
height: 100%;
|
|
}
|
|
|
|
.app {
|
|
padding-top: $headerHeight;
|
|
height: 100%;
|
|
}
|