Add dashed style to CDB-Button

This commit is contained in:
rubenmoya
2017-12-13 12:04:47 +01:00
parent 20cfe25090
commit 1583d95207

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 {
border: 1px dashed $cHintText;
color: $cBlue;
padding: 13px 0;
&:hover {
border-color: $cBlue;
}
}
// Buttons styles