remove border radius from outline-btn
This commit is contained in:
parent
9b97643262
commit
3bdddcac9a
|
@ -6,7 +6,7 @@
|
|||
background-color: transparent;
|
||||
color: @white;
|
||||
border: 2px solid @white;
|
||||
border-radius: @btn-border-radius;
|
||||
//border-radius: @btn-border-radius;
|
||||
text-decoration: none !important;
|
||||
.transition(background-color .3s ease-in-out);
|
||||
|
||||
|
|
|
@ -542,7 +542,6 @@ body.page-home #footer {
|
|||
background-color: transparent;
|
||||
color: #ffffff;
|
||||
border: 2px solid #ffffff;
|
||||
border-radius: 4px;
|
||||
text-decoration: none !important;
|
||||
-webkit-transition: background-color 0.3s ease-in-out;
|
||||
transition: background-color 0.3s ease-in-out;
|
||||
|
|
Loading…
Reference in New Issue