mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 11:47:04 +08:00
[common] debug tabs scroll buttons
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user