Files
copenlight/styles/_summary.scss
Ivan Carlos de Almeida 6fa41a771d
Some checks failed
Build, Push, Publish / Build & Release (push) Failing after 2s
Sync Repo / sync (push) Failing after 2s
first load
2025-12-16 04:40:00 -03:00

15 lines
336 B
SCSS

/***** Summary component *****/
zd-summary-block {
// As the Help Center already provides the base styling in a theme agnostic
// way, we will only override the colors here.
background: #f3f6f6;
[dir="ltr"] & {
border-left-color: #859fa1;
}
[dir="rtl"] & {
border-right-color: #859fa1;
}
}