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

14 lines
311 B
Text
Raw Normal View History

.translations-message {
padding: (@line-height-computed / 4) (@line-height-computed / 2);
2014-08-14 11:33:01 -04:00
background-color: @state-warning-bg;
color: #333;
border-bottom: 1px solid @toolbar-border-color;
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;
}
2014-08-14 08:00:04 -04:00
}