yapi/client/styles/mixin.scss

19 lines
421 B
SCSS
Raw Normal View History

2017-08-28 18:12:13 +08:00
$color-white: #fff;
2017-08-22 16:03:39 +08:00
$color-bg-gray: #ececec;
2017-08-28 18:12:13 +08:00
$color-blue: #2395f1;
2017-08-22 12:20:33 +08:00
$color-blue-deeper: #34495E;
2017-08-28 18:12:13 +08:00
$color-grey-deep: #929aac;
$color-black-light: #404040;
2017-08-24 18:06:38 +08:00
$color-bg-dark: #202d3a; // 背景色 - header 用的深蓝色
$box-shadow-panel: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
2017-08-22 12:20:33 +08:00
@mixin row-width-limit {
max-width: 12.2rem;
min-width: 10.2rem;
padding: 0 .24rem;
}
@mixin wrap-width-limit {
min-width: 10.2rem;
}