[common] debug tabs scroll buttons
This commit is contained in:
parent
89a704950c
commit
d4a789ce99
|
@ -336,6 +336,20 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabs .scroll {
|
||||||
|
&.left {
|
||||||
|
box-shadow: 5px 0 20px 5px @gray-light;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.right {
|
||||||
|
box-shadow: -5px 0 20px 5px @gray-light;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
border-color: @gray-deep;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// TODO: move to appropriate module
|
// TODO: move to appropriate module
|
||||||
.btn-header {
|
.btn-header {
|
||||||
svg.icon {
|
svg.icon {
|
||||||
|
|
Loading…
Reference in a new issue