divider.pcss.css
Same filename in this branch
Same filename and directory in other branches
/**
* Divider.
*/
.divider {
height: 1px;
background-color: var(--color-divider);
}
File
-
core/
themes/ claro/ css/ components/ divider.pcss.css
View source
- /**
- * Divider.
- */
-
- .divider {
- height: 1px;
- background-color: var(--color-divider);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.