Refactoring

This commit is contained in:
Julia Radzhabova 2021-12-14 00:12:01 +03:00
parent e5c0eef2a8
commit bc33cb4f42

View file

@ -1,14 +1,9 @@
.synch-tip-root {
position: fixed;
z-index: @zindex-navbar + 2;
//@tip-width: 300px;
&:not(.simple) {
max-width: 300px;
.tip-text {
//width: @tip-width - 40px;
}
}
&.simple {
@ -82,12 +77,6 @@
}
&.colored {
//@tip-width: 270px;
//width: @tip-width;
.tip-text {
//width: @tip-width - 40px;
}
.asc-synchronizetip {
background-color: @background-contrast-popover-ie;
background-color: @background-contrast-popover;