컴포넌트 디자인 변경 반영
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
// Button variants
|
||||
&-primary {
|
||||
background: $gradient-primary;
|
||||
background: $primary-blue;
|
||||
color: $white;
|
||||
box-shadow: $shadow-md;
|
||||
|
||||
@@ -46,9 +46,8 @@
|
||||
}
|
||||
|
||||
&-secondary {
|
||||
background: $white;
|
||||
color: $primary-blue;
|
||||
border: 2px solid $primary-blue;
|
||||
background: $secondary-blue;
|
||||
color: #6e7780;
|
||||
|
||||
&:hover {
|
||||
background: $light-bg;
|
||||
@@ -475,4 +474,4 @@
|
||||
i {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user