mirror of https://github.com/vector-im/riot-web
Merge pull request #2274 from jryans/align-eed-safari
Align encrypted event buttons in Safaripull/21833/head
commit
7e748add1f
|
@ -24,5 +24,8 @@ limitations under the License.
|
||||||
@mixin mx_DialogButton;
|
@mixin mx_DialogButton;
|
||||||
background-color: $primary-bg-color;
|
background-color: $primary-bg-color;
|
||||||
color: $accent-color;
|
color: $accent-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_EncryptedEventDialog button {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue