forked from Xzandro/sw-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (57 loc) · 996 Bytes
/
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
body {
height: calc(100% - 65px);
}
.ui.menu.main-menu {
margin-bottom: 0;
}
.ui.menu.side-menu {
top: 65px;
z-index: 1;
}
.ui.segment.main-content {
margin-top: 65px;
margin-left: 210px;
}
.ui.segment.main-content.compacted {
margin: 0;
}
.ui.segment.app-segment {
border-radius: 0;
margin-top: 0;
border-bottom: none;
border-left: none;
}
.main-menu .item.right button {
margin-left: 15px !important;
}
.rune .content .star-line .star img {
width: 11px;
}
.rune .ui.image.label {
padding: 2px 0 0 6px;
text-align: center;
}
.rune .ui.image.label > img {
margin: 0 auto;
max-width: none;
}
.rune .ui.image.label span.upgrade {
background: rgba(0, 0, 0, 0.15);
border-radius: 0 0 2px 2px;
bottom: 0;
padding: 0 2px;
position: absolute;
right: 0;
width: 100%;
}
.settings-plugins .icon {
font-size: 16px !important;
margin-top: -5px;
margin-left: 5px;
}
#version {
bottom: 68px;
position: absolute;
left: 5px;
color: #ffffff;
}