Files
Web-NibblePoker/resources/NibblePoker/scss/core/display.scss
Herwin 2e413d24fd Added contributors base page, Improved home page, Added grids
Update .gitignore, head-preloads.php, and 22 more files...
2023-11-11 13:39:02 +01:00

16 lines
201 B
SCSS

// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
.d-none {
display: none;
}
.d-inline-block {
display: inline-block;
}
.o-hidden {
overflow: hidden;
}
// Note: 'core/grid.scss' defines '.d-grid' !