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;
|
background: $cError;
|
||||||
color: $cWhite;
|
color: $cWhite;
|
||||||
|
|
||||||
@ -309,8 +310,7 @@ Layout Component:
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
.CDB-Button--secondary,
|
.CDB-Button--secondary{
|
||||||
.CDB-Button--negative {
|
|
||||||
border: 1px solid $cBlue;
|
border: 1px solid $cBlue;
|
||||||
color: $cBlue;
|
color: $cBlue;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user