96 lines
1.7 KiB
CSS
96 lines
1.7 KiB
CSS
.btnGen {
|
|
border-radius: 50%;
|
|
width: 3.5rem;
|
|
height: 3.5rem;
|
|
background-color: aqua;
|
|
border: 5px solid black;
|
|
}
|
|
.btnDelete {
|
|
border-radius: 50%;
|
|
width: 3.5rem;
|
|
height: 3.5rem;
|
|
background-color: aqua;
|
|
border: 5px solid black;
|
|
background: #B71C1C;
|
|
transform: translate(25px, -12px);
|
|
}
|
|
.btnClone {
|
|
border-radius: 50%;
|
|
width: 3.5rem;
|
|
height: 3.5rem;
|
|
background-color: aqua;
|
|
border: 5px solid black;
|
|
background: #FFF;
|
|
transform: translate(0, -1rem);
|
|
}
|
|
.btnPDFSuccess {
|
|
border-radius: 50%;
|
|
width: 3.5rem;
|
|
height: 3.5rem;
|
|
background-color: aqua;
|
|
border: 5px solid black;
|
|
background: #8E44AD;
|
|
transform: translate(25px, 12px);
|
|
}
|
|
.btnPDFPending {
|
|
border-radius: 50%;
|
|
width: 3.5rem;
|
|
height: 3.5rem;
|
|
background-color: aqua;
|
|
border: 5px solid black;
|
|
background: #F1C40F;
|
|
transform: translate(25px, 12px);
|
|
}
|
|
.btnHighlight {
|
|
border-radius: 50%;
|
|
width: 3.5rem;
|
|
height: 3.5rem;
|
|
background-color: aqua;
|
|
border: 5px solid black;
|
|
background: #2980B9;
|
|
transform: translate(0, 1rem);
|
|
}
|
|
.btnHeadTail {
|
|
width: 100%;
|
|
padding: 0.8rem 0 0.8rem 0;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
.btnConfirm {
|
|
width: 100%;
|
|
padding: 0.8rem 0 0.8rem 0;
|
|
background: none;
|
|
border: none;
|
|
border-bottom: 3px solid black;
|
|
}
|
|
.btnHead {
|
|
width: 100%;
|
|
padding: 0.8rem 0 0.8rem 0;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
.borderTop {
|
|
border-top: 7px solid #000;
|
|
width: 100%;
|
|
}
|
|
.borderBottom {
|
|
border-bottom: 7px solid #000;
|
|
width: 100%;
|
|
}
|
|
.modal-dialog {
|
|
overflow-y: initial !important;
|
|
}
|
|
.modal-body {
|
|
height: 18.75rem;
|
|
overflow-y: auto;
|
|
}
|
|
.testata {
|
|
width: 100%;
|
|
}
|
|
select,
|
|
input {
|
|
border: none;
|
|
border-bottom: 2px solid black;
|
|
background: none;
|
|
height: 2rem;
|
|
} |