mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 19:44:21 +00:00
9a073fd1d5
* Adjust white block shadows and border radii * Speed up global transitions. * Adjust button styles. * Adjusted notification styles * Give navigation background. * Reduce form input glow. * Adjust input glow * Adjust input glow.
34 lines
727 B
SCSS
34 lines
727 B
SCSS
@import "./colors";
|
|
|
|
$btn-font-weight: normal;
|
|
|
|
$btn-default-color: #333;
|
|
$btn-default-bg: #fff;
|
|
$btn-default-border: #ccc;
|
|
|
|
$btn-primary-color: #fff;
|
|
$btn-primary-bg: $brand-primary;
|
|
$btn-primary-border: $btn-primary-bg;
|
|
|
|
$btn-success-color: #fff;
|
|
$btn-success-bg: $brand-success;
|
|
$btn-success-border: $btn-success-bg;
|
|
|
|
$btn-info-color: #fff;
|
|
$btn-info-bg: $brand-info;
|
|
$btn-info-border: $btn-info-bg;
|
|
|
|
$btn-warning-color: #fff;
|
|
$btn-warning-bg: $brand-warning;
|
|
$btn-warning-border: $btn-warning-bg;
|
|
|
|
$btn-danger-color: #fff;
|
|
$btn-danger-bg: $brand-danger;
|
|
$btn-danger-border: $btn-danger-bg;
|
|
|
|
$btn-link-disabled-color: $gray-light;
|
|
|
|
$btn-border-radius-base: 2px;
|
|
$btn-border-radius-large: 2px;
|
|
$btn-border-radius-small: 2px;
|