-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle.css
71 lines (67 loc) · 1.46 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
header {
top: 0;
left: 0;
right: 0;
display: block;
z-index: 2000;
background-color: #8d6e63;
color: #fff;
}
.ontop {
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, 0) 50%, rgba(0, 0, 0, .12) 51%, rgba(0, 0, 0, .04)) !important;
flex-wrap: nowrap;
display: flex;
position: relative;
padding: 0 12px;
min-height: 50px;
width: 100%;
align-items: center;
}
.title {
flex: 1 1 0%;
min-width: 1px;
max-width: 100%;
font-size: 21px;
font-weight: 500;
letter-spacing: .01em;
padding: 0 12px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.btn {
-webkit-appearance: button;
padding: 0 12px;
right: 20px;
height: 2em;
width: 2em;
min-height: 2em;
min-width: 2em;
border-radius: 50%;
position: relative;
outline: 0;
border: 0;
vertical-align: middle;
cursor: pointer;
font-size: 14px;
line-height: 1.718em;
text-decoration: none;
color: black;
transition: .3s cubic-bezier(.25, .8, .5, 1);
font-weight: 500;
align-items: flex-start;
text-align: center;
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.marker {
display: inline;
max-width: 5em;
max-height: 5em;
}