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

24 lines
329 B
Text
Raw Normal View History

.translations-message {
2018-03-28 09:46:07 -04:00
.system-message;
2014-08-14 08:00:04 -04:00
text-align:center;
img {
2014-08-14 11:33:01 -04:00
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;
}
}
}