Skip to content

Commit

Permalink
[improvement] Dialog: update style (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Sep 10, 2018
1 parent 33db573 commit 7e14e70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/dialog/index.pcss
Expand Up @@ -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;
}
}
Expand All @@ -45,7 +45,7 @@
&__confirm {
&,
&:active {
color: #00c000 !important;
color: $red !important;
}
}

Expand Down

0 comments on commit 7e14e70

Please sign in to comment.