Reworked wedge element, Fixed code copy button, Silenced SplideJS error for now

Update composer.php, common.json, and 8 more files...
This commit is contained in:
2023-12-20 00:24:52 +01:00
parent 0f63ab3371
commit 44a05eb73a
10 changed files with 118 additions and 131 deletions

View File

@@ -0,0 +1,5 @@
// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
.p-relative {
position: relative;
}

View File

@@ -40,6 +40,9 @@
/* Utilities > Spacing > Global > Manual Extras */
.p-xxxs {
padding: calc(#{$margin-base-size} * 0.125);
}
.p-xxs {
padding: calc(#{$margin-base-size} * 0.25);
}