overleaf/services/web/public/stylesheets/app/translations.less
2018-03-28 14:46:07 +01:00

23 lines
329 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;
}
}
}