margin-top fix

This commit is contained in:
Edin Dazdarevic
2015-05-26 21:35:06 +02:00
parent ac41e8aef7
commit a2ecdc5d63
2 changed files with 22 additions and 5 deletions

View File

@@ -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;