[improvement] Dialog: update style (#1774)

This commit is contained in:
neverland
2018-09-10 14:38:59 +08:00
committed by GitHub
parent 9a3667e7ab
commit 0948f8ed62
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -22,11 +22,11 @@
}
&__message {
padding: 20px;
line-height: 1.5;
padding: 15px 20px;
&--has-title {
color: $gray-dark;
color: $gray-darker;
font-size: 14px;
}
}
@@ -51,7 +51,7 @@
&__confirm {
&,
&:active {
color: #00c000;
color: $red;
}
}