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