Files
Web-NibblePoker/resources/NibblePoker/scss/site/backgrounds.scss
2023-05-24 03:46:43 +02:00

18 lines
616 B
SCSS

// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
.bkgd-blank {
background: #{$color-background-main-headings};
}
.bkgd-grid {
background: #{$color-background-main-headings} url("/resources/NibblePoker/images/backgrounds/3px-tile-0.4.png") repeat scroll center center;
}
.bkgd-squares {
background: #{$color-background-main-headings} url("/resources/NibblePoker/images/backgrounds/bright-squares-p100-0.125.png") repeat scroll center center;
}
.bkgd-math {
background: #{$color-background-main-headings} url("/resources/NibblePoker/images/backgrounds/old-mathematics-v2-0.25.png") repeat scroll center center;
}