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:
5
resources/NibblePoker/scss/core/position.scss
Normal file
5
resources/NibblePoker/scss/core/position.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
|
||||
|
||||
.p-relative {
|
||||
position: relative;
|
||||
}
|
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user