-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
164 lines (161 loc) · 3.06 KB
/
style.css
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
body {
background-color: #f0f0f0;
font-size: 13px;
}
.card, .card-panel {
padding: 15px, 20px;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.container-fluid {
padding: 1rem 2.5rem;
margin: auto;
}
.row {
margin: 0 -0.75rem;
}
.main {
position: absolute;
width: calc(100% - 250px);
top: 125px;
margin-left: 250px;
}
.subheader {
color: rgba(0, 0, 0, 0.54);
font-weight: 500;
}
/* nav */
nav {
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
nav ul li {
text-align: center;
}
nav ul.right {
padding-right: 12px;
}
nav ul.right li {
max-width: 48px;
}
nav ul a {
padding-right: 0 12px;
}
nav ul a img {
height: 32px;
width: 32px;
vertical-align: middle;
margin-left: -5px;
}
.nav-wrapper {
padding-left: 12px;
}
.nav-wrapper ul a:hover {
background-color: transparent;
}
.nav-wrapper .title {
font-size: 1.4rem;
}
.nav-wrapper .btn-flat {
background-color: #4285f4 !important;
font-size: 13px;
font-weight: 500;
height: 30px;
line-height: 30px;
width: 94px;
}
.nav-2, .nav-2 i {
height: 56px !important;
line-height: 56px !important;
min-height: 56px !important;
}
.search-wrapper {
margin: 10px auto 0 170px;
width: calc(100% - 450px);
max-width: 650px;
height: 46px;
position: fixed;
}
.search-wrapper i {
color: #757575;
position: absolute;
font-size: 24px;
top: 5px;
left: 24px;
line-height: 36px !important;
}
input[type="search"]:not(.browser-default) {
display: block;
padding: 11px 8px 11px 72px;
width: 100%;
background: #f5f5f5;
height: 24px;
border: none;
font-size: 16px;
outline: none;
border-radius: 2px;
color: #757575;
}
input[type="search"]::placeholder{
color: #757575;
}
/*sidenav*/
.side-nav.floating {
width: 250px;
padding: 85px 8px 0 !important;
height: calc(100% - 130px);
left: initial;
right: initial;
top: 125px;
transform: initial;
z-index: auto;
margin: 0.5rem 0 1rem 0;
border-radius: 2px;
background: transparent;
box-shadow: none;
}
.side-nav .divider {
margin: 8px 0;
}
.side-nav .active {
background-color: rgba(0, 0, 0, 0.05);
}
.side-nav .active a {
color: #212121;
font-weight: 500;
}
.side-nav .subheader {
line-height: 24px;
height: 32px;
margin: 0;
padding: 4px 16px;
color: #616161;
font-weight: normal;
font-size: 13px;
}
.side-nav li a,
.side-nav li a i.material-icons {
height: 40px;
line-height: 40px;
}
.side-nav li a i.material-icons{
margin-right: 24px;
}
.side-nav li a {
padding: 0 16px;
font-weight: normal;
font-size: 13px;
color: #616161;
}
side-nav li a:hover {
border-radius: 2px;
}
/*folder*/
.folder {
width: 185px;
display: inline-block;
margin: 15px 20px 15px 0;
font-weight: 500;
}
.folder i {
color: rgba(0, 0, 0, 0.54);
margin-top: -3px;
}