d6512716ec
Update docker-compose.dev.yml, index.php, and 3 more files...
23 lines
301 B
SCSS
23 lines
301 B
SCSS
// NibblePoker CSS Theme - CC0 1.0 (Public Domain)
|
|
|
|
/* Core > Display */
|
|
|
|
.d-none {
|
|
display: none;
|
|
}
|
|
|
|
.d-block {
|
|
display: block;
|
|
}
|
|
|
|
.d-inline-block {
|
|
display: inline-block;
|
|
}
|
|
|
|
.o-hidden {
|
|
overflow: hidden;
|
|
}
|
|
|
|
// Notes:
|
|
// * 'core/grid.scss' defines '.d-grid' ! (Add here if grids are disabled !)
|