overleaf/services/web/frontend/stylesheets/app/translations.less

24 lines
341 B
Text
Raw Normal View History

.translations-message {
.system-message;
text-align: center;
img {
vertical-align: text-bottom;
margin-bottom: -1px;
}
2018-03-28 09:46:07 -04:00
}
2014-08-14 08:00:04 -04:00
2018-03-28 09:46:07 -04:00
.translations-message when (@is-overleaf = true) {
.close {
color: #fff;
opacity: 1;
text-shadow: none;
}
a {
color: #fff;
&:hover,
&:focus {
color: #fff;
}
}
2018-03-28 09:46:07 -04:00
}