mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 18:35:53 +08:00
19 lines
336 B
SCSS
19 lines
336 B
SCSS
.change-pass {
|
|
&-btn-box {
|
|
margin-bottom: 10px;
|
|
|
|
button {
|
|
padding-left: 0;
|
|
|
|
span {
|
|
color: #2D8CF0;
|
|
transition: all .2s;
|
|
}
|
|
|
|
span:hover {
|
|
color: #0C25F1;
|
|
transition: all .2s;
|
|
}
|
|
}
|
|
}
|
|
} |