Started massive refactoring, Removed halfmoon, Added new personnal common CSS, Site now runs at >5 fps on low-end
Update .gitignore, .htaccess, and 264 more files...
This commit is contained in:
15
resources/NibblePoker/scss/core/float.scss
Normal file
15
resources/NibblePoker/scss/core/float.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
|
||||
|
||||
/* Utilities > Float */
|
||||
|
||||
.f-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.f-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.f-none {
|
||||
float: none;
|
||||
}
|
Reference in New Issue
Block a user