Commit 43fb487c by Mohamed makdoudi

Update _buttons.scss add new classe

parent 6a78ddd8
......@@ -217,6 +217,22 @@
}
.button-golden-outline-NEW {
transition: all 0.3s;
cursor: pointer;
display: inline;
background: transparent;
color: #a57b1b;
border: 1px solid #a57b1b;
border-radius: 0;
font-size: 1rem;
line-height: 5rem;
padding: 20px 50px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
}
.button-golden-outline {
@include transition (all 0.3s);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment