diff --git a/index.html b/index.html index ecd4ac7..2c9c711 100644 --- a/index.html +++ b/index.html @@ -1,55 +1,56 @@ - - - - - Pojazdownik - + + + + - - - - - + Pojazdownik + - - + + + + + - - - - - - - - - - - - - - - - - - -
- - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/public/fonts/Lato-Black.ttf b/public/fonts/Lato-Black.ttf deleted file mode 100644 index 4340502..0000000 Binary files a/public/fonts/Lato-Black.ttf and /dev/null differ diff --git a/public/fonts/Lato-Bold.ttf b/public/fonts/Lato-Bold.ttf deleted file mode 100644 index 016068b..0000000 Binary files a/public/fonts/Lato-Bold.ttf and /dev/null differ diff --git a/public/fonts/Lato-Light.woff b/public/fonts/Lato-Light.woff deleted file mode 100644 index 3f53bab..0000000 Binary files a/public/fonts/Lato-Light.woff and /dev/null differ diff --git a/public/fonts/Lato-Light.woff2 b/public/fonts/Lato-Light.woff2 deleted file mode 100644 index 3f01ef9..0000000 Binary files a/public/fonts/Lato-Light.woff2 and /dev/null differ diff --git a/public/fonts/Lato-Regular.ttf b/public/fonts/Lato-Regular.ttf deleted file mode 100644 index bb2e887..0000000 Binary files a/public/fonts/Lato-Regular.ttf and /dev/null differ diff --git a/src/styles/_global.scss b/src/styles/_global.scss index 790523f..fe52510 100644 --- a/src/styles/_global.scss +++ b/src/styles/_global.scss @@ -10,16 +10,6 @@ $accentColor: #e4c428; $sponsorColor: gold; $teamColor: #ff4848; -@font-face { - font-family: 'Lato'; - src: - url('/fonts/Lato-Light.woff2') format('woff2'), - url('/fonts/Lato-Light.woff') format('woff'); - font-weight: 300; - font-style: normal; - font-display: swap; -} - @font-face { font-family: 'Lato'; src: @@ -350,7 +340,7 @@ hr { outline: none; } - label > input:checked + span { + label>input:checked+span { color: $accentColor; border-color: $accentColor; } @@ -358,6 +348,7 @@ hr { // Vue Transition anims .slide-top { + &-enter-from, &-leave-to { transform: translateY(-100%); @@ -370,6 +361,7 @@ hr { } .card-appear { + &-enter-from, &-leave-to { opacity: 0; @@ -379,4 +371,4 @@ hr { &-leave-active { transition: all 100ms ease-in-out; } -} +} \ No newline at end of file