[improvement] Dialog: update style (#543)

This commit is contained in:
neverland 2018-09-10 14:38:53 +08:00 committed by GitHub
parent 33db573a40
commit 7e14e70e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@
}
&__message {
padding: 20px;
line-height: 1.5;
padding: 15px 20px;
&--has-title {
color: $gray-dark;
color: $gray-darker;
font-size: 14px;
}
}
@ -45,7 +45,7 @@
&__confirm {
&,
&:active {
color: #00c000 !important;
color: $red !important;
}
}