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

14 lines
154 B
SCSS

// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
.d-none {
display: none;
}
.d-inline-block {
display: inline-block;
}
.o-hidden {
overflow: hidden;
}