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

14 lines
310 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;
2017-11-13 07:03:28 -05:00
border-bottom: 1px solid @common-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
}