Refactoring
This commit is contained in:
parent
e5c0eef2a8
commit
bc33cb4f42
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue