33 lines
492 B
CSS
33 lines
492 B
CSS
.swal2-container > div {
|
|
width: auto;
|
|
min-width: 300px;
|
|
max-width: 95%;
|
|
}
|
|
|
|
.swal2-content {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.swal2-actions > button {
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.swal2-toast-cus {
|
|
font-size: 20px;
|
|
margin: 20px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
p.form-control-static label {
|
|
margin-left: 3px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.table-hover td select.form-control {
|
|
width: auto;
|
|
margin: auto;
|
|
}
|
|
|
|
.navigation i.fas, .navigation i.fab {
|
|
font-size: 16px;
|
|
} |