1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

feat!: remove Clarity implicit consent option (EU compliance)

This commit is contained in:
2025-09-01 19:16:55 +00:00
parent ac7a3e2213
commit 02bccde8d6
7 changed files with 25 additions and 65 deletions
+8 -16
View File
@@ -41,11 +41,6 @@
}
}
.dismiss
{
border-left: none;
}
.controls
{
display: grid;
@@ -65,19 +60,16 @@
width: 100%;
bottom: 0;
&:not(:has(> .dismiss))
flex-flow: column;
.learnMore
{
flex-flow: column;
border-bottom: none;
}
.learnMore
{
border-bottom: none;
}
.controls > button:last-child
{
border-left: none;
}
.controls > button:last-child
{
border-left: none;
}
}
}