colored version
This commit is contained in:
parent
11e123d0c4
commit
7f548712d4
|
@ -63,6 +63,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rib-save-status {
|
#rib-save-status {
|
||||||
|
@ -112,6 +113,10 @@
|
||||||
|
|
||||||
#slot-btn-back {
|
#slot-btn-back {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
|
.btn .icon {
|
||||||
|
fill: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-users {
|
.btn-users {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@height-tabs: 40px;
|
@height-tabs: 40px;
|
||||||
@height-controls: 67px;
|
@height-controls: 67px;
|
||||||
|
|
||||||
@tabs-bg-color: #fff;
|
//@tabs-bg-color: #fff;
|
||||||
|
|
||||||
.toolbar {
|
.toolbar {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -84,7 +84,8 @@
|
||||||
cursor: default;
|
cursor: default;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: @gray-deep;
|
color: #fff;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -99,15 +100,15 @@
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
> a {
|
> a {
|
||||||
font-weight: bold;
|
//font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.marker {
|
.marker {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-top: 3px solid @gray-darker;
|
border-top: 3px solid #fff;
|
||||||
top: -5px;
|
top: -10px;
|
||||||
-webkit-transition: width .2s, left .2s ease-out;
|
-webkit-transition: width .2s, left .2s ease-out;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: width .2s, left .2s ease-out, opacity .2s;
|
transition: width .2s, left .2s ease-out, opacity .2s;
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
|
||||||
|
@tabs-bg-color: #5170b5;
|
||||||
|
|
||||||
#toolbar {
|
#toolbar {
|
||||||
//z-index: 101;
|
//z-index: 101;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@tabs-bg-color: #c65d27;
|
||||||
|
|
||||||
.toolbar {
|
.toolbar {
|
||||||
&:not(.cover) {
|
&:not(.cover) {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
@tabs-bg-color: #7e983f;
|
||||||
|
|
||||||
.toolbar {
|
.toolbar {
|
||||||
&:not(.cover) {
|
&:not(.cover) {
|
||||||
z-index: 102;
|
z-index: 102;
|
||||||
|
|
Loading…
Reference in a new issue