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

13 lines
273 B
Text
Raw Normal View History

.translations-message {
padding: (@line-height-computed / 4) (@line-height-computed / 2);
background-color: @state-success-bg;
color: #333;
border-bottom: 1px solid @toolbar-border-color;
2014-08-14 08:00:04 -04:00
text-align:center;
img {
padding-left: 20px;
}
2014-08-14 08:00:04 -04:00
}