Use Fontsource and Lucide

Replacing Google Fonts and FontAwesome
This commit is contained in:
Kevin Kandlbinder 2021-09-24 15:49:14 +02:00
parent 4fb0aae042
commit 833318ba3d
12 changed files with 69 additions and 50 deletions

View file

@ -42,7 +42,7 @@
}
@mixin buttonBasic {
display: block;
display: flex;
padding: 10px;
text-align: center;
background: $accentColor;
@ -50,6 +50,12 @@
text-decoration: none;
box-shadow: 0 0 33px -10px rgba($accentColor, 0.5);
transition: box-shadow 0.25s;
align-items: center;
justify-content: center;
svg {
margin-left: 10px;
}
&:hover,
&:active,
@ -66,7 +72,6 @@
@mixin homeBanner {
background: lighten($background, 1);
cursor: pointer;
display: block;
text-decoration: none;
color: inherit;
transition: background-color 0.25s, color 0.25s;
@ -75,10 +80,6 @@
background: darken($accentColor, 1);
}
img {
height: 50px;
}
> div {
display: flex;
height: 100%;