未验证 提交 da857bfe 编写于 作者: D Drjingfubo 提交者: GitHub

upd(shortpassword): 按钮颜色抽离 (#415)

* upd: shortpassword按钮颜色抽离
Co-authored-by: richard_1015's avatarrichard1015 <51844712@qq.com>
上级 99f15998
......@@ -92,28 +92,26 @@
margin-top: 20px;
.nut-shortpsd-cancle {
background: rgba(255, 255, 255, 1);
border: 1px solid rgba(250, 44, 25, 1);
background: $white;
border: 1px solid $primary-color;
border-radius: 15px;
padding: 8px 38px;
line-height: 1;
font-size: $font-size-2;
color: rgba(250, 44, 25, 1);
color: $primary-color;
}
.nut-shortpsd-sure {
background: linear-gradient(
135deg,
rgba(250, 44, 25, 1) 0%,
rgba(250, 63, 25, 1) 45%,
rgba(250, 89, 25, 1) 83%,
rgba(250, 100, 25, 1) 100%
$primary-color 0%,
$primary-color-end 100%
);
border-radius: 15px;
padding: 8px 38px;
line-height: 1;
font-size: $font-size-2;
color: rgba(255, 255, 255, 1);
color: $white;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册