remove homepage login button border color
This commit is contained in:
parent
fb7f7efc85
commit
dd04df14a9
@ -1694,18 +1694,15 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
:deep(.login-btn) {
|
:deep(.login-btn) {
|
||||||
background: #e6f8f0 !important;
|
background: #e6f8f0 !important;
|
||||||
border: 1px solid #1fc76f !important;
|
|
||||||
color: #0d684b !important;
|
color: #0d684b !important;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: #dcfce7 !important;
|
background: #dcfce7 !important;
|
||||||
border-color: #1fc76f !important;
|
|
||||||
color: #166534 !important;
|
color: #166534 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background: #1fc76f !important;
|
background: #1fc76f !important;
|
||||||
border-color: #1fc76f !important;
|
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user