18 lines
315 B
Plaintext
18 lines
315 B
Plaintext
|
|
:global {
|
||
|
|
@main-prefix: route-main;
|
||
|
|
|
||
|
|
.@{main-prefix} {
|
||
|
|
position: relative;
|
||
|
|
width : 100%;
|
||
|
|
height : 100%;
|
||
|
|
padding : 8px;
|
||
|
|
overflow: hidden;
|
||
|
|
|
||
|
|
&__content {
|
||
|
|
width : 100%;
|
||
|
|
height : ~'calc(100% - 12px)';
|
||
|
|
padding-top: 8px;
|
||
|
|
overflow : hidden auto;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|