edited typos in css
This commit is contained in:
parent
406448faff
commit
eba74110d2
605
adminstyles.css
605
adminstyles.css
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
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue