Merge pull request #174 from CartoDB/whiteBgHelper

Add White BG button
This commit is contained in:
Javier Torres
2017-11-14 11:45:37 +01:00
committed by GitHub

View File

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