fix className
This commit is contained in:
parent
efee672f73
commit
c293dec3fa
@ -221,7 +221,8 @@ Layout Component:
|
||||
}
|
||||
|
||||
|
||||
.CDB-Button--error {
|
||||
.CDB-Button--error,
|
||||
.CDB-Button--negative {
|
||||
background: $cError;
|
||||
color: $cWhite;
|
||||
|
||||
@ -309,8 +310,7 @@ Layout Component:
|
||||
*/
|
||||
|
||||
|
||||
.CDB-Button--secondary,
|
||||
.CDB-Button--negative {
|
||||
.CDB-Button--secondary{
|
||||
border: 1px solid $cBlue;
|
||||
color: $cBlue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user