blob: 8c6d24b8f2ff0422587a1c7a87d28258a3b184c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.settings-item
padding: 0.5em 1em
transition: background 0.3s
border-bottom: 1px solid $gray-200
&.first
border-top: 1px solid $gray-200
&.clickable
cursor: pointer
&:hover
background: $gray-300
|