[common] debug tabs scroll buttons

This commit is contained in:
Maxim Kadushkin 2019-02-07 14:57:59 +03:00
parent 89a704950c
commit d4a789ce99

View file

@ -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
.btn-header {
svg.icon {