shiori/view/less/variable.less

27 lines
533 B
Text
Raw Normal View History

2018-02-11 22:00:56 +08:00
// out: false
@appBg: #F5F5F5;
@border: #E5E5E5;
@borderDark: #9E9E9E;
2018-02-14 12:41:43 +08:00
@contentBg: #FFF;
2018-02-11 22:00:56 +08:00
@headerInputBg: #FFF;
@fontColor: #000;
@linkColor: #535A60;
@fontLightColor: #6F757A;
@fontSize: 0.9em;
@headerHeight: 70px;
2018-02-14 19:50:53 +08:00
@main: #F44336;
2018-02-11 22:00:56 +08:00
@accent: #F44336;
@headerShadow: rgba(0, 0, 0, 0.3);
// Mixin
.header-link {
border-right: 1px solid @border;
color: @fontColor;
cursor: pointer;
font-size: @fontSize;
line-height: @headerHeight;
overflow: hidden;
padding: 0 16px;
&:hover {
color: @main;
}
}