Exporting base styles
This commit is contained in:
21
src/base/_list.scss
Normal file
21
src/base/_list.scss
Normal file
@ -0,0 +1,21 @@
|
||||
.list {
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
padding: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.list-divider {
|
||||
li:nth-child(n+2) {
|
||||
border-top: 1px solid rgb(128, 128, 128);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// .list-clickable {
|
||||
// // li:hover {
|
||||
// // background: darken-brighten-color($background, 5%);
|
||||
// // }
|
||||
// }
|
Reference in New Issue
Block a user