v1
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// Custom checkbox
|
||||
//
|
||||
|
||||
|
||||
.checklist {
|
||||
.custom-control-input {
|
||||
&:checked ~ .custom-control-label {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
margin-bottom: .5rem;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Custom forms
|
||||
//
|
||||
|
||||
|
||||
.custom-control-label {
|
||||
line-height: 1.8;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
//
|
||||
// Custom radio
|
||||
//
|
||||
Reference in New Issue
Block a user