Add White BG button

This commit is contained in:
Javier Torres 2017-11-14 11:26:08 +01:00
parent ca650ea17b
commit 57290ac4a9

View File

@ -447,6 +447,11 @@ Layout Component:
}
.CDB-Button--secondary--background {
background-color: $cWhite;
}
.CDB-Button--white {
border: 1px solid $cWhite;
color: $cWhite;