edited typos in css

This commit is contained in:
jorge-vitrubio 2024-03-10 19:15:52 +01:00
parent 406448faff
commit eba74110d2
8 changed files with 928 additions and 236 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -82,8 +82,8 @@
h2 a::after {
display: inline-block;
font-size: 0.4em;
color: white;
background-color: black;
color: $color__white;
background-color: $color__black;
padding: 0.4em;
float: right;
}

View File

@ -30,6 +30,17 @@
.wpcf7-list-item-label {
margin: 0 0.3rem;
}
.wpcf7-form {
text-align: center;
input:not([type="submit"]),textarea {
background: transparent;
border: 0.1em solid $color__black;
padding: 1em;
//&[type="email"] {
// text-align: center;
//}
}
}
/* styles applied if written in wp backend
* class="contactform contactform-WHATEVER"

View File

@ -1,5 +1,6 @@
/* Gutten slider styles for xarxaprod */
body {
}
.home {
/* full width slides */
[id*="gutenslider"] {
@ -9,5 +10,9 @@
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev {
}
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next {
}
}
}

531
style.css

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long