Files
old-kivi-za-auta-react/kivi-cars/src/components/Button/button.css

33 lines
480 B
CSS
Raw Normal View History

2022-03-14 11:53:42 +01:00
.standard-btn {
text-align: center;
2022-03-14 12:14:03 +01:00
margin-bottom: 20px;
2022-03-14 11:53:42 +01:00
}
.standardBtn {
2022-03-14 12:14:03 +01:00
width: 150px;
2022-03-14 11:53:42 +01:00
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
}