Commit 035c01bd by Damien Sueur

Fix css ticket 754

parent ae81bedd
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</div> </div>
<!-- end content --> <!-- end content -->
<a href="#" class="button-golden">Lorem ipsum</a> <a href="#" class="button-golden">Lorem ipsum</a>
<a href="#" class="button-golden-outline" style="margin-top: 5px">Lorem ipsum</a> <a href="#" class="button-golden-outline-actu-club">Lorem ipsum</a>
</div> </div>
</div> </div>
...@@ -19,6 +19,6 @@ ...@@ -19,6 +19,6 @@
</p> </p>
</div> </div>
<a href="#" class="button-golden">Lorem ipsum</a> <a href="#" class="button-golden">Lorem ipsum</a>
<a href="#" class="button-golden-outline" style="margin-top: 5px">Lorem ipsum</a> <a href="#" class="button-golden-outline-actu-club">Lorem ipsum</a>
</div> </div>
</div> </div>
...@@ -217,6 +217,22 @@ ...@@ -217,6 +217,22 @@
} }
.button-golden-outline-actu-club {
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 { .button-golden-outline {
@include transition (all 0.3s); @include transition (all 0.3s);
...@@ -377,4 +393,4 @@ ...@@ -377,4 +393,4 @@
} }
} }
\ No newline at end of file
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