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