Add dashed style to CDB-Button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user