Edit iframe loading animations

This commit is contained in:
Paul Nicoué 2022-08-01 16:59:46 +02:00
parent e0cb8d46f4
commit 39466006da
8 changed files with 121 additions and 95 deletions

View file

@ -14,6 +14,10 @@ body {
font-size: var(--text-font-size);
line-height: var(--text-line-height);
color: var(--black);
background-color: var(--feldgrau);
}
.body--white-background {
background-color: var(--white);
}
@ -133,7 +137,7 @@ body {
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
background-color: var(--white);
background-color: transparent;
transition: background-color 400ms ease-in-out;
.sidebar__nav {
@ -185,7 +189,6 @@ body {
&--slimmed {
width: 15%;
background-color: transparent;
.sidebar__nav-link {
color: var(--transparent-black);
@ -197,7 +200,7 @@ body {
}
&:hover {
background-color: var(--transparent-white);
background-color: var(--transparent-feldgrau);
.sidebar__nav-link {
@ -209,7 +212,13 @@ body {
fill: var(--black);
}
}
}
&--white-background {
&:hover {
background-color: var(--transparent-white);
}
}
}
@ -228,7 +237,7 @@ body {
opacity: 0;
width: 100%;
height: 100%;
padding: 0 0 0 15%;
// padding: 0 0 0 15%;
transition: opacity 400ms ease-in-out;
&--visible {