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.

43 lines
686 B

//$import (reference) '../color.less';
@import 'easing';
@import 'breakpoint';
$name-prefix: 'yangliu';
// tabs
$multiple-height: 30px;
// headers
$header-height: 100px;
// logo width
$logo-width: 32px;
//
$side-drag-z-index: 200;
$page-loading-z-index: 10000;
$lock-page-z-index: 3000;
$layout-header-fixed-z-index: 500;
$multiple-tab-fixed-z-index: 505;
$layout-sider-fixed-z-index: 510;
$layout-mix-sider-fixed-z-index: 550;
$preview-comp-z-index: 1000;
$page-footer-z-index: 99;
@mixin ellipsis-line($line){
word-break: break-word;
display: -webkit-box;
-webkit-line-clamp: $line;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}