32 lines
461 B
CSS
32 lines
461 B
CSS
.standard-btn {
|
|
text-align: center;
|
|
}
|
|
|
|
.standardBtn {
|
|
width: fit-content;
|
|
background-color: #02ADBA;
|
|
font-size: 15px;
|
|
padding: 7px 20px 7px 20px;
|
|
color: white;
|
|
border: #02ADBA;
|
|
}
|
|
|
|
.standardBtn:hover {
|
|
background-color:#3eced8 ;
|
|
color: white;
|
|
}
|
|
|
|
.left-button {
|
|
padding: 5px;
|
|
}
|
|
.left-button:hover {
|
|
background-color:#9eedf3
|
|
}
|
|
|
|
.right-button {
|
|
padding: 5px;
|
|
}
|
|
.right-button:hover {
|
|
background-color:#9eedf3
|
|
|
|
} |