Replace 'white' with $white token + drop 0px units in _buttons.scss
This commit is contained in:
@@ -101,16 +101,16 @@ a {
|
||||
}
|
||||
|
||||
&.blue-glow {
|
||||
background: white;
|
||||
background: $white;
|
||||
|
||||
.p-button-label {
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
font-size: $font-size-m;
|
||||
color: $blue-light;
|
||||
}
|
||||
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
&:hover {
|
||||
padding: $space-s;
|
||||
@@ -127,8 +127,8 @@ a {
|
||||
color: $blue-light;
|
||||
}
|
||||
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
&:hover {
|
||||
border: 1.3px solid $blue !important;
|
||||
|
||||
Reference in New Issue
Block a user