
| Current Path : /var/www/html/german-vocational.cn/themes/showcase_lite/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/german-vocational.cn/themes/showcase_lite/css/components/separators.css |
/**
* @file
* Visual styles for Showcase Lite's separators.
*/
.separator {
width: 60px;
height: 5px;
margin: 20px auto;
display: block;
border-radius: 10px;
}
.separator--gray {
background-color: #e4e8ed;
}
.separator--white {
background-color: #ffffff;
}
.separator--black {
background-color: #232323;
}