mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
[improvement] Dialog: update style (#1906)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user