Pre-launch: Animation
This commit is contained in:
@@ -23,17 +23,17 @@
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: $color-primary;
|
||||
background: darken($color: $color-primary, $amount: 10);
|
||||
color: $white;
|
||||
border-color: $color-primary;
|
||||
border-color: darken($color: $color-primary, $amount: 10) !important;
|
||||
|
||||
&:active,
|
||||
&:hover,
|
||||
&:focus,
|
||||
&.focus,
|
||||
&.active {
|
||||
background: darken($color: $color-primary, $amount: 10) !important;
|
||||
border-color: darken($color: $color-primary, $amount: 10) !important;
|
||||
background: darken($color: $color-primary, $amount: 14) !important;
|
||||
border-color: darken($color: $color-primary, $amount: 14) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,8 +56,8 @@
|
||||
|
||||
.btn-outline-primary {
|
||||
background: transparent;
|
||||
color: $color-primary;
|
||||
border-color: $color-primary;
|
||||
color: darken($color: $color-primary, $amount: 14);
|
||||
border-color: darken($color: $color-primary, $amount: 14) !important;
|
||||
|
||||
&:active,
|
||||
&:hover,
|
||||
|
||||
Reference in New Issue
Block a user