mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
2d9b089e16
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
23 lines
341 B
Text
23 lines
341 B
Text
.translations-message {
|
|
.system-message;
|
|
text-align: center;
|
|
img {
|
|
vertical-align: text-bottom;
|
|
margin-bottom: -1px;
|
|
}
|
|
}
|
|
|
|
.translations-message when (@is-overleaf = true) {
|
|
.close {
|
|
color: #fff;
|
|
opacity: 1;
|
|
text-shadow: none;
|
|
}
|
|
a {
|
|
color: #fff;
|
|
&:hover,
|
|
&:focus {
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|