New contact form with friendlycaptcha
This commit is contained in:
22
resources/assets/sass/abstracts/_mixin.scss
vendored
22
resources/assets/sass/abstracts/_mixin.scss
vendored
@@ -63,3 +63,25 @@
|
||||
@include post_date;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin btn-base {
|
||||
display: block;
|
||||
width: calc(100% - 78px);
|
||||
padding: 10px 39px;
|
||||
border-radius: 3px;
|
||||
background-image: linear-gradient(to right, #0f259d, #5ba8f4);
|
||||
font-family: Nunito, serif;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
line-height: 0.93;
|
||||
text-align: center;
|
||||
color: $text-inverted-color;
|
||||
margin-bottom: 10px;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
color: $text-inverted-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user