47 lines
1.3 KiB
CSS
47 lines
1.3 KiB
CSS
.card .card-title {
|
|
font-size: 1.4rem !important;
|
|
}
|
|
|
|
.modal-header .modal-title {
|
|
font-size: 1.2rem !important;
|
|
}
|
|
.btn, .ajax-upload-dragdrop .ajax-file-upload {
|
|
font-size: 1.05rem !important;
|
|
}
|
|
.form-control, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
|
|
/*height: 2.95rem !important;*/
|
|
}
|
|
textarea.form-control, .select2-container--default textarea.select2-selection--single, .select2-container--default .select2-selection--single textarea.select2-search__field, textarea.typeahead, textarea.tt-query, textarea.tt-hint {
|
|
height: auto !important;
|
|
}
|
|
.table thead th {
|
|
font-size: 1.1rem !important;
|
|
}
|
|
.table td {
|
|
font-size: 1rem !important;
|
|
}
|
|
.font-14, .form-group label {
|
|
font-size: 1.1rem !important;
|
|
}
|
|
.swal2-content{
|
|
font-size: 1.1rem !important;
|
|
}
|
|
.swal2-actions button{
|
|
font-size: 1rem !important;
|
|
}
|
|
.sidebar .nav .nav-item .nav-link .menu-title, .sidebar .nav.sub-menu .nav-item .nav-link, ul, ol, dl {
|
|
font-size: 1.1rem !important;
|
|
}
|
|
.modal-header span {
|
|
font-size: 1.2rem !important;
|
|
color: #084f9b;
|
|
}
|
|
|
|
.font-13 {
|
|
font-size: 1rem !important;
|
|
}
|
|
|
|
#modal-assign-test .modal-body .btn, #modal-assign-test .modal-body .ajax-upload-dragdrop .ajax-file-upload {
|
|
font-size: 0.9rem !important;
|
|
}
|