removed some stuff and changed some units to betterr alternatives
Dieser Commit ist enthalten in:
Ursprung
8332d1913b
Commit
ba41aad468
|
@ -15,15 +15,7 @@
|
||||||
|
|
||||||
span {
|
span {
|
||||||
&.warning {
|
&.warning {
|
||||||
transition-property: background-color;
|
background-color: mix(#888888, $background);
|
||||||
transition-duration: 1s;
|
|
||||||
transition-timing-function: linear;
|
|
||||||
&:hover {
|
|
||||||
background-color: mix(#FFFF00, $background, 50%);
|
|
||||||
transition-property: background-color;
|
|
||||||
transition-duration: 1s;
|
|
||||||
transition-timing-function: linear;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,13 +51,13 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 100vh;
|
min-height: 100dvh;
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
|
|
||||||
>header,
|
>header,
|
||||||
>footer {
|
>footer {
|
||||||
width: 100vw;
|
width: 100dvw;
|
||||||
}
|
}
|
||||||
|
|
||||||
>main {
|
>main {
|
||||||
|
@ -89,15 +81,18 @@ body {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
>.menu>li {
|
||||||
|
margin-bottom: auto;
|
||||||
|
}
|
||||||
|
|
||||||
>.menu,
|
>.menu,
|
||||||
>main {
|
>main {
|
||||||
max-width: 90vw;
|
max-width: 90dvw;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
>* {
|
>* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
@ -171,7 +166,7 @@ form {
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
&.euphemsimus {
|
&.euphemsimus, &.quote {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|
Laden…
In neuem Issue referenzieren