-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
43 lines (40 loc) · 1.05 KB
/
app.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
body {
background-color: #f3f3f3;
padding: 0;
margin: 0;
font-family: Roboto, Tahoma, Geneva, Verdana, sans-serif;
--dile-hamburger-color: #1b5e20;
--dile-hamburger-padding-y: 0;
--dile-app-drawer-content-width: 250px;
--dile-nav-background-color: #a5d6a7;
--dile-nav-color: #303030;
--dile-app-drawer-background-color: #ffe082;
--dile-app-drawer-box-shadow: 1px 0 8px rbga(200, 200, 200, 0.3);
--dile-app-drawer-modal-background-color: rgba(200, 180, 130, 0.5);
--dile-selector-selected-background-color: transparent;
--dile-selector-selected-font-weight: bold;
--dile-selector-selected-text-color: rgb(126, 72, 9);
--dile-selector-selected-icon-color: rgb(126, 72, 9);
--dile-selector-icon-size: 24px;
}
.title {
display: flex;
align-items: center;
}
.title img {
height: 1.8rem;
margin-right: 0.5rem;
}
.title h1 {
font-size: 1.3rem;
margin: 0;
}
dile-menu-hamburger nav {
padding: 1rem 0.2rem;
}
dile-pages {
padding: 1rem;
}
dile-pages h2 {
margin-top: 0px;
}