16 lines
283 B
CSS
16 lines
283 B
CSS
.nav-link.active:hover {
|
|
color: white;
|
|
}
|
|
.form-check.form-switch {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.form-switch .form-check-input {
|
|
background-repeat: no-repeat;
|
|
}
|
|
.formipay-editor-tab-content .card {
|
|
max-width: unset;
|
|
}
|
|
.top-40 {
|
|
top: 40px!important;
|
|
} |