mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
10 lines
145 B
SCSS
10 lines
145 B
SCSS
.list-divider {
|
|
background-color: $list-divider-bg;
|
|
color: $list-divider-color;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a.list-item {
|
|
color: $gray-dark;
|
|
}
|