22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
.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;
|
|
}
|
|
}
|
|
}
|