Merge pull request #181 from CartoDB/13122-redesign-add-buttons

Add dashed button
This commit is contained in:
Rubén Moya 2017-12-13 18:50:31 +01:00 committed by GitHub
commit cf62c686fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -229,6 +229,10 @@ Layout Component:
padding: $baseSize + 3 $baseSize + 12;
}
.CDB-Button--wide {
width: 100%;
}
.CDB-Button--icon {
padding: 7px 9px;
}
@ -293,6 +297,16 @@ Layout Component:
}
}
.CDB-Button--dashed {
padding: 13px 0;
border: 1px dashed $cHintText;
color: $cBlue;
&:hover {
border-color: $cBlue;
}
}
// Buttons styles

View File

@ -35,6 +35,9 @@
.u-lSpace {
margin-left: 4px;
}
.u-lSpace--s {
margin-left: 2px;
}
.u-lSpace--xl {
margin-left: 12px;
}