Files
webdoorcreator/WebDoorCreator.UI/Components/Hardware/HwSingleInstance.razor.css
T
zaccaria.majid b719150999 DoorDef hw:
- ok buttons cancel save
- ok tot componenti x hw
2023-05-09 15:58:15 +02:00

120 lines
2.1 KiB
CSS

.btnGen {
border-radius: 50%;
width: 3.5rem;
height: 3.5rem;
border: 5px solid #00838F;
z-index: 99999;
}
.btnDelete {
border-radius: 50%;
width: 3.5rem;
height: 3.5rem;
border: 5px solid #00838F;
z-index: 99999;
background: #B71C1C;
transform: translate(25px, -1rem);
}
.btnClone {
border-radius: 50%;
width: 3.5rem;
height: 3.5rem;
border: 5px solid #00838F;
z-index: 99999;
background: #FFF;
transform: translate(1.6rem, -1rem);
}
.btnPDFSuccess {
border-radius: 50%;
width: 3.5rem;
height: 3.5rem;
border: 5px solid #00838F;
z-index: 99999;
background: #8E44AD;
transform: translate(1rem, 1rem);
}
.btnPDFPending {
border-radius: 50%;
width: 3.5rem;
height: 3.5rem;
border: 5px solid #00838F;
z-index: 99999;
background: #F1C40F;
transform: translate(16rem, 1rem);
}
.btnHighlight {
border-radius: 50%;
width: 3.5rem;
height: 3.5rem;
border: 5px solid #00838F;
z-index: 99999;
background: #03A9F4;
transform: translate(1.6rem, 1rem);
}
.btnCancel {
border-radius: 50%;
width: 3.5rem;
height: 3.5rem;
border: 5px solid #00838F;
z-index: 99999;
background: var(--colorCode);
transform: translate(-2rem, 1rem);
}
.btnSave {
border-radius: 50%;
width: 3.5rem;
height: 3.5rem;
border: 5px solid #00838F;
z-index: 99999;
background: var(--colorCode);
transform: translate(-2.6rem, 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 #00838F;
}
.borderBottom {
border-bottom: 7px solid #00838F;
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;
}
i {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
font-size: 1.1rem;
}