mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
10 lines
149 B
SCSS
10 lines
149 B
SCSS
.list-divider {
|
|
background-color: $listDividerBackground;
|
|
color: $listDividerColor;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a.list-item {
|
|
color: $darkColor;
|
|
}
|