Commit 6023cc1c authored by Alexander Yuzhin's avatar Alexander Yuzhin

[SSE mobile] Fixed stlyles of statusbar

parent 7c9dd759
@statusBarBorderColor: #cbcbcb;
@statusBarHeight: 30px;
@fontColor: #000;
.statusbar {
position: relative;
box-sizing: border-box;
background-color: @gray-light;
* {
box-sizing: border-box;
}
border-top: 1px solid @gray-dark;
.hairline(top, @statusBarBorderColor);
height: @statusBarHeight;
min-height: @statusBarHeight;
display: flex;
......@@ -20,9 +23,12 @@
.button {
border: 0 none;
border-radius: 0;
color: #000;
font-size: 18px;
line-height: inherit;
min-width: 48px;
.hairline(right, @statusBarBorderColor);
}
i.icon {
......@@ -44,26 +50,26 @@
> li {
list-style: none;
display: inline-block;
position: relative;
.hairline(right, @statusBarBorderColor);
&:not(.active) {
a {
color: #848484;
opacity: 0.5;
}
}
a {
display: inline-block;
font-size: 12px;
padding: 0 10px 0;
line-height: @statusBarHeight;
margin-right: -1px;
background-color: #f1f1f1;
outline: none;
border: 1px solid #cbcbcb;
border-top: 0 none;
border-bottom: 0 none;
color: #000;
color: @fontColor;
height: 100%;
&:hover {
cursor: pointer;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment