mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
27 lines
372 B
SCSS
27 lines
372 B
SCSS
|
|
// List
|
|
// --------------------------------------------------
|
|
|
|
|
|
.list {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
|
|
ion-header {
|
|
display: block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
|
|
.list[inset] {
|
|
border: 1px solid $list-border-color;
|
|
}
|
|
|
|
.hairlines .list[inset] {
|
|
border-width: 0.55px;
|
|
}
|