mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
176c0f3742
Start removing is-overleaf from CSS GitOrigin-RevId: fa37bedd857fc492f8d2e1df1758e2e5f924f000
21 lines
288 B
Text
21 lines
288 B
Text
.translations-message {
|
|
.system-message;
|
|
text-align: center;
|
|
img {
|
|
vertical-align: text-bottom;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
.close {
|
|
color: #fff;
|
|
opacity: 1;
|
|
text-shadow: none;
|
|
}
|
|
a {
|
|
color: #fff;
|
|
&:hover,
|
|
&:focus {
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|