Files
Backend-Api/ServiceHost/wwwroot/AssetsClient/css/task-manager-create.css
2024-07-05 21:36:15 +03:30

477 lines
8.0 KiB
CSS

.tm-create-grid {
display: grid;
grid-template-columns: repeat(12, minmax(0, 1fr));
gap: 6px;
}
.col-span-2 {
grid-column: span 2 / span 2;
}
.col-span-4 {
grid-column: span 4 / span 4;
}
.col-span-5 {
grid-column: span 5 / span 5;
}
.col-span-7 {
grid-column: span 7 / span 7;
}
.col-span-8 {
grid-column: span 8 / span 8;
}
.col-span-12 {
grid-column: span 12 / span 12;
}
.tm-create .form-control,
.tm-create .form-select {
color: #797979;
border: 1px solid #DADADA;
border-radius: 7px;
background-color: #F6F6F6;
font-size: 13px;
font-weight: 500;
}
.tm-create .tm-textarea {
color: #797979;
width: 100%;
border: 1px solid #DADADA;
border-radius: 7px;
background-color: #F6F6F6;
font-size: 13px;
font-weight: 500;
}
.tm-rad {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.tm-rad + .btn, :not(.tm-rad) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
border-radius: 8px;
color: #0F8080;
border: 0;
outline: 1px dashed #0F8080;
background-color: #DDF4F4;
font-size: 12px;
}
.tm-rad:checked + .btn, :not(.tm-rad) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
border-radius: 8px;
color: #ffffff;
outline: 1px dashed transparent;
background: linear-gradient(94deg, #2EBEBE 1.59%, #1E9D9D 47.86%, #0B7878 101.16%);
}
.dropzone {
width: 100%;
margin: 1%;
border: 2px dashed #BFBFBF !important;
border-radius: 10px;
min-height: auto !important;
padding: 18px 10px !important;
}
.dz-message {
font-size: 12px;
font-weight: 500;
margin: 0 !important;
}
.text-dropzone {
grid-template-columns: repeat(6, minmax(0, 1fr));
align-content: center;
gap: 8px;
}
.text-dropzone p {
font-size: 12px;
font-weight: 500;
margin: 0 !important;
}
.text-dropzone p:first-child {
color: #000;
font-weight: 600;
}
.text-dropzone p:last-child {
color: #999999;
}
.btn-file-dropzone {
background-color: transparent;
border-radius: 7px;
border:2px solid #57B2E0;
color: #57B2E0;
font-size: 12px;
font-weight: 500;
padding: 10px 16px;
}
.upload-voice {
width: 100%;
margin: 1%;
border: 2px dashed #BFBFBF !important;
border-radius: 10px;
min-height: auto !important;
padding: 18px 10px !important;
}
.btn-voice {
width: 100%;
background-color: transparent;
border-radius: 10px;
}
.btn-tm-save {
background-color: #84CC16;
color: #ffffff;
padding: 7px 15px;
border-radius: 5px;
width: 120px;
}
.btn-tm-save:hover {
background-color: #629b0c;
}
.btn-tm-cancel {
background-color: #1F2937;
color: #ffffff;
padding: 7px 15px;
border-radius: 5px;
width: 120px;
}
.btn-tm-cancel:hover {
background-color: #121820;
}
.form-check-input[type="radio"],
.form-check-input[type="checkbox"] {
border-radius: 4px;
padding: 10px;
outline: none;
margin: 2px 0;
}
.form-check-input[type="radio"],
.form-check-input[type="checkbox"] {
border-radius: 5px;
padding: 9px;
outline: none;
margin: 2px 0;
}
.form-check-label {
color: #696969;
font-size: 12px;
font-weight: 400;
margin-right: 10px;
}
.form-check-input:checked[type=radio] {
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
/* Start Uploading Box */
.upload-file {
width: 230px;
border-radius: 8px;
/*background: linear-gradient(94deg, #2EBEBE 1.59%, #1E9D9D 47.86%, #0B7878 101.16%);*/
background: linear-gradient(94deg, #3dcbcb 1.59%, #24c3c3 47.86%, #0aa3a3 101.16%);
color: #ffffff;
font-size: 12px;
font-weight: 500;
padding: 7px 10px;
}
.upload-file.empty-file {
background: white;
outline: 1px solid #C4C4C4;
color: #7A7474;
}
.upload-box svg {
position: absolute;
top: -5px;
right: -5px;
}
.upload-box {
position: relative;
width: 36px;
height: 36px;
border-radius: 7px;
border: 2px dashed #29B4B4;
display: flex;
justify-content: center;
align-items: center;
margin: 5px;
}
.upload-box-voice {
position: relative;
/*width: 100%;*/
width: 264px;
height: 36px;
border-radius: 7px;
border: 2px dashed #29B4B4;
display: flex;
justify-content: space-around;
align-items: center;
margin: 5px;
font-size: 12px !important;
font-weight: 500;
}
.upload-box img, .upload-box-voice audio {
max-width: 100%;
max-height: 100%;
}
.upload-box .delete-btn,
.upload-box-voice .delete-btn {
position: absolute;
top: -10px;
right: -10px;
background: #ff0000;
color: white;
border: none;
border-radius: 50%;
cursor: pointer;
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.upload-box.empty, .upload-box-voice.empty {
border: 2px dashed #29B4B4;
padding: 0;
}
/* End Uploading Box */
/* Start Voice */
.record_btn {
font-size: 16px;
cursor: pointer;
transition: 0.15s linear;
}
.record_btn:hover {
transition: 0.15s linear;
/*transform: scale( 1.05 );*/
}
.record_btn:active {
/*background: #f5f5f5;*/
}
/* .record_btn:after {
content: '\E029';
} */
.record_btn[disabled] {
border: 2px solid #ccc;
}
.record_btn[disabled]:after {
content: '\E02B';
color: #ccc;
}
.record_btn[disabled]:hover {
transition: 0.15s linear;
transform: none;
}
.record_btn[disabled]:active {
background: none;
}
.recording {
animation: recording 2s infinite ease-in-out;
position: relative;
}
.recording:before {
content: '';
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
width: 0px;
height: 0px;
margin: 0px;
border-radius: 50%;
background: rgba( 0, 0, 0, 0.05 );
animation: recording_before 2s infinite ease-in-out;
}
@keyframes recording {
from {
transform: scale( 1.1 );
}
50% {
transform: none;
}
to {
transform: scale( 1.1 );
}
}
@keyframes recording_before {
80% {
width: 200px;
height: 200px;
margin: -100px;
opacity: 0;
}
to {
opacity: 0;
}
}
.record_canvas {
width: 60px;
height: 100px;
display: inline-block;
}
.txt_btn {
color: #000;
text-decoration: none;
transition: 0.15s linear;
animation: text_btn 0.3s ease-in-out;
}
/* End Voice */
/* Start Searching Result Box */
.selectDiv {
position: absolute;
z-index: 2;
border-radius: 10px;
min-height: 20px;
max-height: 190px;
overflow: hidden scroll;
width: 100%;
background-color: rgb(244 244 244);
display: block;
border: 1px solid #DADADA;
}
.selectDiv ul {
list-style-type: none;
padding: 0 5px;
margin: 5px 0;
}
.selectDiv ul li {
display: block;
text-align: right;
color: #797979;
font-size: 12px;
font-weight: 500;
padding: 4px 3px;
transition: all ease-in-out .3s;
cursor: pointer;
width: 100%;
border-radius: 6px;
}
.selectDiv ul li:hover {
background-color: #41e3e3;
color: #ffffff;
}
.noResult:hover {
background-color: transparent !important;
color: #797979 !important;
}
/* End Searching Result Box */
@media (max-width: 1366px) {
.tm-rad + .btn, :not(.tm-rad) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
font-size: 10px;
}
.dz-message {
font-size: 10px;
}
.text-dropzone p {
font-size: 10px;
}
.btn-file-dropzone {
font-size: 10px;
}
.lg-col-span-6 {
grid-column: span 6 / span 6;
}
.upload-file {
width: 260px;
}
}
@media (max-width: 768px) {
.upload-file {
width: 100%;
margin: 10px 0 0 0;
}
.upload-box-voice {
width: 100%;
}
}