Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
onny
client-fachwerk-sauna
Commits
772cd210
Commit
772cd210
authored
Mar 13, 2022
by
onny
Browse files
fixes
parent
8914b151
Changes
2
Hide whitespace changes
Inline
Side-by-side
files/bulma.css
View file @
772cd210
...
...
@@ -3317,6 +3317,7 @@ fieldset[disabled] .button {
body
>
.container
{
padding-top
:
30px
;
flex-grow
:
1
;
width
:
100%
;
}
.container
{
...
...
style.css
View file @
772cd210
...
...
@@ -23,8 +23,9 @@ body {
}
a
:hover
{
color
:
#1851B4
;
text-decoration
:
underline
color
:
var
(
--themeColor
);
text-decoration
:
underline
;
filter
:
brightness
(
120%
);
}
.content
p
,
p
{
...
...
@@ -34,6 +35,14 @@ a:hover {
margin-bottom
:
10px
;
}
p
a
:not
(
.button
),
label
a
{
color
:
var
(
--themeColor
)
!important
;
}
p
a
:not
(
.button
)
:hover
,
label
a
:hover
{
filter
:
brightness
(
120%
);
}
h1
{
font-size
:
60px
;
font-weight
:
800
;
...
...
@@ -133,6 +142,41 @@ a.no-underline {
color
:
white
!important
;
}
.mailpoet_submit
,
.wp-block-button__link
{
background-color
:
var
(
--themeColor
);
text-shadow
:
none
;
border
:
none
;
border-radius
:
8px
;
color
:
#fff
;
font-family
:
BlinkMacSystemFont
,
-apple-system
,
"Segoe UI"
,
Roboto
,
Oxygen
,
Ubuntu
,
Cantarell
,
"Fira Sans"
,
"Droid Sans"
,
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-weight
:
600
!important
;
text-decoration
:
none
;
padding
:
10px
15px
!important
;
font-size
:
14px
;
}
.mailpoet_submit
:hover
,
.wp-block-button__link
:hover
{
filter
:
brightness
(
120%
);
}
.mailpoet_text
{
padding
:
10px
!important
;
}
.contact-form
label
{
font-weight
:
500
;
}
.contact-form
label
.textarea
{
min-height
:
unset
!important
;
border
:
0
;
padding-left
:
0
;
}
.contact-form
input
[
type
=
"email"
],
.contact-form
input
[
type
=
"tel"
],
.contact-form
input
[
type
=
"text"
],
.contact-form
input
[
type
=
"url"
]
{
padding
:
10px
7px
;
}
@media
screen
and
(
max-width
:
1024px
)
{
.rentButton
{
margin
:
5px
10px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment