Elastic: Fix border radius on messages (again)

pull/5895/merge
Aleksander Machniak 5 years ago
parent 7f999ab13f
commit 9a8f4cb13d

@ -121,6 +121,7 @@
&.boxinformation,
&.boxwarning {
padding: .5em;
border-radius: 0;
i.icon {
font-size: 1.5em !important;
@ -169,12 +170,12 @@
}
div {
border-radius: .25rem;
background-color: @color-message;
color: #fff;
@media screen and (max-width: @screen-width-xs) {
margin: 0;
border-radius: 0;
}
&.voice {

Loading…
Cancel
Save