You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@import '~themes/vars.less';
|
|
|
|
.contentInner {
|
|
background: #fff;
|
|
padding: 24px;
|
|
box-shadow: @shadow-1;
|
|
min-height: ~'calc(100vh - 230px)';
|
|
position: relative;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.contentInner {
|
|
padding: 12px;
|
|
min-height: ~'calc(100vh - 160px)';
|
|
}
|
|
}
|