[improvement] Dialog: update style (#1906)

This commit is contained in:
neverland
2018-10-09 17:32:01 +08:00
committed by GitHub
parent 396819c355
commit e68ea547b9
3 changed files with 25 additions and 22 deletions

View File

@@ -13,7 +13,8 @@
transform: translate3d(-50%, -50%, 0);
&__header {
padding: 15px 0 0;
font-weight: 500;
padding-top: 25px;
text-align: center;
&--isolated {
@@ -22,12 +23,13 @@
}
&__message {
padding: 20px;
padding: 25px;
font-size: 14px;
line-height: 1.5;
&--has-title {
padding-top: 12px;
color: $gray-darker;
font-size: 14px;
}
}
@@ -51,7 +53,7 @@
&__confirm {
&,
&:active {
color: $red;
color: $blue;
}
}