Files
backend/public/version2/css/dashboard_pages/rahdari_projects/lawmakers.css

133 lines
2.3 KiB
CSS

/* input[type=number]{
direction: ltr;
}
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
} */
.table-header {
font-size: 20px;
font-weight: 600;
}
textarea{
resize: none;
}
.body-table-style{
margin-bottom: 50px;
}
.table-project thead tr {
font-size: 12px;
background-color: #015688;
color: white;
}
.modal-title{
font-size: 15px;
font-weight: 600;
}
.form-parents label{
font-size: 14px;
font-weight: 500;
}
.form-parents select, .form-parents input, .form-parents textarea {
font-size: 12px;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
border-right-width: 1px;
}
.dataTables_filter{
float: right;
font-size: 12px;
}
.dataTables_length{
float: right;
font-size: 12px;
}
.page-item.active .page-link{
color: white !important;
background-color: rgb(255, 92, 15) !important;
}
.btn-dataTable {
border: 0;
background-color: rgba(220, 220, 220, 0);
}
.btn-dataTable i {
color: rgb(43, 125, 43);
font-size: 18px;
}
.fieldsetstyle {
border: 2px solid #ff5c0f;
border-radius: 10px;
}
.fieldsetstyle legend {
width: auto;
padding: 0px 10px;
}
.validity-checker {
border-color: #dc3545 !important;
box-shadow: 0 0 10px #f1507f !important;
}
.parent-excel {
width: 300px;
min-height: 100px;
background-color: white;
border-radius: 5px;
display: none;
position: absolute;
z-index: 9;
left: 35px;
box-shadow: 0 0 3px;
top: 127px;
padding: 8px;
}
.parent-excel::-webkit-scrollbar {
background-color: rgb(178, 178, 178);
border-radius: 10px;
border: 4px solid rgb(128, 128, 128);
}
.parent-excel::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: rgb(128, 128, 128);
}
button.dt-button{
background-color: white;
border: 0;
font-size: 12px;
}
.dt-buttons{
float: left;
}
.icon-color{
color: rgb(43, 125, 43);
font-size: 19px;
}
.btn-set-filter {
background-color: rgb(43, 125, 43);
border: 0;
margin-bottom: 5px;
border-radius: 5px;
font-size: 12px;
color: white;
}