margin-top fix
This commit is contained in:
@@ -41,9 +41,27 @@ h1 h2 h3 h4 h5{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.mybutton{
|
||||
background-color: #00a8a8;
|
||||
padding: 6px 11px !important;
|
||||
border-radius: 3px;
|
||||
margin-top: 8px;
|
||||
border: solid #06c3c3 1px;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
|
||||
.mybutton:hover {
|
||||
background-color: #06c3c3 !important;
|
||||
padding: 6px 11px !important;
|
||||
color: black !important;
|
||||
border-radius: 3px;
|
||||
margin-top: 8px;
|
||||
border: solid #06c3c3 1px;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.add-to-cart-button {
|
||||
background-color: #00a8a8;
|
||||
padding: 6px 11px !important;
|
||||
border-radius: 3px;
|
||||
@@ -51,8 +69,7 @@ h1 h2 h3 h4 h5{
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
|
||||
.mybutton:hover {
|
||||
.add-to-cart-button:hover {
|
||||
background-color: #06c3c3 !important;
|
||||
padding: 6px 11px !important;
|
||||
color: black !important;
|
||||
|
||||
Reference in New Issue
Block a user