%PDF- %PDF-
| Direktori : /home/casasmonvl/newges4t/wp-content/themes/ges4t/scss/ |
| Current File : /home/casasmonvl/newges4t/wp-content/themes/ges4t/scss/_elements.scss |
// Links
a {
color: inherit;
text-decoration: none;
&:hover, &:focus {
color: inherit;
}
}
// Buttons
.wp-block-button {
.wp-block-button__link {
background: $white;
padding: 15px 30px;
border-radius: 3px;
display: inline-block;
text-decoration: none;
color: $primary;
font-size: 22px;
line-height: 34px;
font-weight: 500;
box-shadow: 12px 11px 16px 0 rgba(37, 37, 37, 0.12);
transition: box-shadow 0.2s ease-out;
@media (min-width: $breakpoint-xxl) {
font-size: 24px;
line-height: 38px;
padding: 20px 50px;
}
&:hover {
box-shadow: 15px 14px 16px 0 rgba(37, 37, 37, 0.16);
}
}
}
// Images
figure {
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
// FAQ
.schema-faq-section {
border-bottom: 1px solid #979797;
}
.schema-faq-question {
display: block;
cursor: pointer;
}
// Widgets
section.widget {
margin-bottom: 40px;
}
// Forms
input[type="submit"], input[type="search"] {
padding: 10px;
}