yapi/client/styles/mixin.scss
2017-09-20 17:32:15 +08:00

20 lines
487 B
SCSS
Executable File

$color-white: rgba(255,255,255, .85);
$color-white-secondary: rgba(255,255,255, .67);
$color-bg-gray: #ececec;
$color-blue: #2395f1;
$color-blue-deeper: #34495E;
$color-grey-deep: #929aac;
$color-black-light: #404040;
$color-bg-dark: #32363a; // 背景色 - header 用的深蓝色
$box-shadow-panel: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
@mixin row-width-limit {
max-width: 12.2rem;
min-width: 10.2rem;
padding: 0 .24rem;
}
@mixin wrap-width-limit {
min-width: 10.2rem;
}