mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[improvement] Dialog: update style (#543)
This commit is contained in:
parent
33db573a40
commit
7e14e70e1c
@ -18,11 +18,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__message {
|
&__message {
|
||||||
|
padding: 20px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding: 15px 20px;
|
|
||||||
|
|
||||||
&--has-title {
|
&--has-title {
|
||||||
color: $gray-dark;
|
color: $gray-darker;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -45,7 +45,7 @@
|
|||||||
&__confirm {
|
&__confirm {
|
||||||
&,
|
&,
|
||||||
&:active {
|
&:active {
|
||||||
color: #00c000 !important;
|
color: $red !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user