Fixed a bg pane bug and added material icons fonts

This commit is contained in:
Alexis
2021-03-19 23:04:14 +01:00
parent e4c6861c06
commit 6784667b92
3 changed files with 26 additions and 1 deletions

View File

@@ -66,6 +66,18 @@ a {
}
}
button {
&.no-style {
padding: 0;
background: none;
border: none;
cursor: pointer;
&:focus {
outline: none;
}
}
}
hr {
border-color: rgba($white, .2);
}
@@ -140,13 +152,14 @@ hr {
width: 100%;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
z-index: -1;
opacity: 33%;
pointer-events: none;
}
&.bg-fade-in {
&:after {
width: 120vw;
background-size: 120vw;
opacity: 0;
animation: fadeInBg 2s ease-out 0s 1 forwards,
paneBgAround 35s ease-in-out 0s infinite forwards;