membership register
This commit is contained in:
parent
3711fcc8d0
commit
37cb2b06c7
38 changed files with 1261 additions and 463 deletions
|
|
@ -11,4 +11,19 @@ a[aria-expanded='true'] > .fa-caret-expand:before {
|
|||
|
||||
.dropzone {
|
||||
border: 2px dashed;
|
||||
}
|
||||
|
||||
.card-body {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.card hr {
|
||||
border-color: #d6d6de;
|
||||
}
|
||||
|
||||
|
||||
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label.secondary::before,
|
||||
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label.secondary::before {
|
||||
border-color: #d7d700;
|
||||
background-color: #d7d700;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue