39 lines
647 B
CSS
39 lines
647 B
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;
|
|
}
|
|
.btnHeadTail {
|
|
width: 100%;
|
|
padding: 0.8rem;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
.btnConfirm {
|
|
width: 100%;
|
|
padding: 0.8rem;
|
|
background: none;
|
|
border: none;
|
|
border-bottom: 3px solid black;
|
|
}
|
|
.btnHead {
|
|
width: 100%;
|
|
padding: 0.8rem;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
.borderTop {
|
|
border-top: 7px solid #000;
|
|
/*position: absolute;*/
|
|
width: 90%;
|
|
} |