Skip to content
代码片段 群组 项目
提交 b173e5c8 编辑于 作者: 杨林's avatar 杨林
浏览文件

忘记密码颜色

上级 be7883ca
分支 main-jh
No related tags found
无相关合并请求
Pipeline #3381087 已失败
......@@ -24,23 +24,30 @@
}
}
a {
color: #AB2325;
}
a::hover {
color: #AB2325;
}
.btn-confirm::hover {
background-color: #AB2325;
}
.btn-confirm {
background-color: #AB2325;
}
button.gl-button.btn-block.btn-confirm {
background-color: #AB2325;
box-shadow: none;
}
button.gl-button.btn-block.btn-confirm::hover {
background-color: #AB2325;
box-shadow: none;
body[data-page="passwords:new"] {
a {
color: #AB2325;
}
a::hover {
color: #AB2325;
}
.btn-confirm::hover {
background-color: #AB2325;
}
.btn-confirm {
background-color: #AB2325;
}
button.gl-button.btn-block.btn-confirm {
background-color: #AB2325;
box-shadow: none;
&:hover {
background-color: #AB2325 !important;
box-shadow: none !important;
}
}
button.gl-button.btn-block.btn-confirm::hover {
background-color: #AB2325;
box-shadow: none;
}
}
......@@ -33,6 +33,38 @@
button.gl-button.btn-block.btn-confirm {
background-color: #AB2325;
box-shadow: none;
&:hover {
background-color: #AB2325;
box-shadow: none;
}
}
button.gl-button.btn-block.btn-confirm::hover {
background-color: #AB2325;
box-shadow: none;
}
}
body[data-page="passwords:new"] {
background-color: #AB2325;
a {
color: #AB2325;
}
a::hover {
color: #AB2325;
}
.btn-confirm::hover {
background-color: #AB2325;
}
.btn-confirm {
background-color: #AB2325;
}
button.gl-button.btn-block.btn-confirm {
background-color: #AB2325;
box-shadow: none;
&:hover {
background-color: #AB2325 !important;
box-shadow: none !important;
}
}
button.gl-button.btn-block.btn-confirm::hover {
background-color: #AB2325;
......
......@@ -11,4 +11,5 @@
= recaptcha_tags nonce: content_security_policy_nonce
- else
- add_page_specific_style 'page_bundles/password_reset'
= render_ce 'devise/passwords/new'
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册