Files
Web-NibblePoker/resources/NibblePoker/scss/core/float.scss
2023-05-23 17:53:42 +02:00

16 lines
154 B
SCSS

// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
/* Utilities > Float */
.f-left {
float: left;
}
.f-right {
float: right;
}
.f-none {
float: none;
}