forked from jgthms/css-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.sass
More file actions
51 lines (46 loc) · 851 Bytes
/
list.sass
File metadata and controls
51 lines (46 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.list
padding-bottom: 3rem
position: relative
.menu-search input
font-size: 1rem
.list-list
&.is-searching
.menu-item
display: none
&.is-highlighted,
&.is-selected,
display: flex
.list-item
border-top: 1px solid $primary
display: flex
position: relative
.list-name
display: block
padding: 1rem
transition: none
.list-collections
bottom: 0
color: rgba(#000, 0.3)
display: none
font-size: 0.8em
justify-content: flex-end
position: absolute
right: 0
top: 0
a:hover
text-decoration: underline
strong
color: inherit
text-transform: capitalize
+desktop
.list-name,
.list-collections
align-items: center
display: flex
padding: 1rem
.list-name
flex-grow: 1
flex-shrink: 1
.list-item
align-items: stretch
justify-content: flex-start