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
commit 79b679ebdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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