mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
chore(deps): dependency bumps + related refactoring (fixes #19)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "../theme.scss";
|
||||
@use "@/_styles/theme" as *;
|
||||
|
||||
.alertBox
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../theme.scss";
|
||||
@use "@/_styles/theme" as *;
|
||||
|
||||
.button
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../theme.scss";
|
||||
@use "@/_styles/theme" as *;
|
||||
|
||||
.banner
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../theme.scss";
|
||||
@use "@/_styles/theme" as *;
|
||||
|
||||
.footer
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../theme.scss";
|
||||
@use "@/_styles/theme" as *;
|
||||
|
||||
.header
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../theme.scss";
|
||||
@use "@/_styles/theme" as *;
|
||||
|
||||
.navigation
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../theme.scss";
|
||||
@use "@/_styles/theme" as *;
|
||||
|
||||
.dialog
|
||||
{
|
||||
@@ -15,6 +15,9 @@
|
||||
color: unset;
|
||||
border: none;
|
||||
|
||||
transition: right $durationNormal $curveEasyEaseMax;
|
||||
right: -350px;
|
||||
|
||||
&::backdrop
|
||||
{
|
||||
-webkit-backdrop-filter: blur(8px);
|
||||
@@ -64,9 +67,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
transition: right $durationNormal $curveEasyEaseMax;
|
||||
right: -350px;
|
||||
|
||||
&.show
|
||||
{
|
||||
right: 0;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../theme.scss";
|
||||
@use "@/_styles/theme" as *;
|
||||
|
||||
.socials
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user