-
-
Notifications
You must be signed in to change notification settings - Fork 229
/
GdocsIndexPage.scss
75 lines (61 loc) · 1.12 KB
/
GdocsIndexPage.scss
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.gdoc-index-item {
padding: 16px;
margin: 8px;
margin-left: 0;
position: relative;
display: flex;
&:nth-child(even) {
background-color: #f5f5f5;
}
}
.gdoc-index-item__item {
display: flex;
}
.gdoc-index-item__content {
flex-grow: 1;
}
.gdoc-index-item__type-icon {
margin-right: 8px;
}
.gdoc-index-item__title {
display: inline;
}
.gdoc-index-item .gdoc-edit-link {
margin-left: 8px;
}
.gdoc-index-item__publish-status {
flex-shrink: 1;
}
.gdoc-index-item__publish-link {
padding: 4px 8px;
background: #deffde;
color: #146b14;
border-radius: 3px;
}
.gdoc-index-item__fragment .gdoc-index-item__publish-link {
background: #d5d5d5;
color: #000;
cursor: default;
&:hover {
color: default;
text-decoration: none;
}
}
.gdoc-index__search-bar {
flex-grow: 1;
max-width: 600px;
margin-right: 24px;
}
.gdoc-index-filters {
width: 100%;
}
.gdoc-index__help-link {
margin-right: 8px;
}
.gdoc-index-filter-checkbox {
cursor: pointer;
margin-right: 16px;
input {
margin-right: 8px;
}
}