Files
Web-NibblePoker/resources/NibblePoker/scss/site/hr.scss
2023-06-01 17:20:44 +02:00

11 lines
302 B
SCSS

// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
/* Site > Elements > Horizontal Rule */
hr.subtle {
background-color: rgba(0,0,0,0) !important;
background: #5d5f61;
background: radial-gradient(circle, rgba(83, 85, 87, 0.8) 0%, rgba(65, 67, 69, 0.65) 75%, rgba(17, 20, 23, 0) 100%);
opacity: 0.1;
}