working on element theme
- note: gradient color doesn't take effects on texts
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
.continueButton {
|
||||
min-width: 200px;
|
||||
height: 48px;
|
||||
background: linear-gradient(90deg, #1890ff, #096dd9);
|
||||
border: none;
|
||||
border-radius: 24px;
|
||||
font-weight: 500;
|
||||
@@ -54,7 +53,6 @@
|
||||
}
|
||||
|
||||
.continueButton:hover {
|
||||
background: linear-gradient(90deg, #40a9ff, #1890ff);
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 6px 16px rgba(24, 144, 255, 0.2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user