13 lines
211 B
CSS
13 lines
211 B
CSS
.sent-checkbox-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.sent-checkbox-wrapper .fa-check {
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.col-form-label {
|
|
padding-top: 0 !important
|
|
} |