mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
14 lines
No EOL
311 B
Text
14 lines
No EOL
311 B
Text
|
|
.translations-message {
|
|
padding: (@line-height-computed / 4) (@line-height-computed / 2);
|
|
background-color: @state-warning-bg;
|
|
color: #333;
|
|
border-bottom: 1px solid @toolbar-border-color;
|
|
text-align:center;
|
|
|
|
img {
|
|
vertical-align: text-bottom;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
} |