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