77 lines
1.6 KiB
CSS
77 lines
1.6 KiB
CSS
|
|
.errored {
|
|
animation: shake 300ms;
|
|
color: #eb3434 !important;
|
|
background-color: #fef2f2 !important;
|
|
border: 1px solid #eb3434 !important;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
/*.select2.select2-container .select2-selection {
|
|
display: flex !important;
|
|
height: 0 !important;
|
|
padding: 0px;
|
|
}*/
|
|
|
|
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
|
|
margin: 0;
|
|
}
|
|
|
|
.select2-container--default .select2-search--inline .select2-search__field {
|
|
line-height: 32px;
|
|
padding: 0 0;
|
|
font-family: 'IRANYekanX';
|
|
}
|
|
|
|
.admincardActionSection {
|
|
position: sticky;
|
|
width: 100%;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.admincardActionSection .admincardAction {
|
|
background-color: #fff;
|
|
border: 1px solid #DDDDDD;
|
|
border-radius: 5px;
|
|
padding: 7px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.admincardActionSection .admincardAction.red {
|
|
background-color: #FFB8B8;
|
|
}
|
|
|
|
.admincardActionSection .admincardAction.orange {
|
|
background-color: #F3E38B;
|
|
}
|
|
|
|
.admincardActionSection .admincardAction.green {
|
|
background-color: #D5F69A;
|
|
}
|
|
|
|
.admincardActionSection .admincardAction p {
|
|
font-size: 10px;
|
|
font-weight: 800;
|
|
}
|
|
|
|
.admincardActionSection .admincardAction .btn-section {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
|
|
.admincardActionSection .admincardAction .btn-section .btn-submit {
|
|
background-color: #84CC16;
|
|
width: 100%;
|
|
font-size: 10px;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
}
|
|
|
|
.admincardActionSection .admincardAction .btn-section .btn-reject {
|
|
background-color: #F87171;
|
|
width: 100%;
|
|
font-size: 10px;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
} |