imbric-theme 0.2.4 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
.is-home {
|
|
2
|
-
display: none;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
#header {
|
|
6
|
-
position: absolute;
|
|
7
|
-
width: 220px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
#header .pro-sidebar {
|
|
11
|
-
height: 100vh;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
#header .closemenu {
|
|
15
|
-
color: var(--color-primary);
|
|
16
|
-
position: absolute;
|
|
17
|
-
right: -7px;
|
|
18
|
-
z-index: 9999;
|
|
19
|
-
line-height: 20px;
|
|
20
|
-
border-radius: 50%;
|
|
21
|
-
font-weight: bold;
|
|
22
|
-
font-size: 22px;
|
|
23
|
-
top: 8px;
|
|
24
|
-
cursor: pointer;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
#header .pro-sidebar {
|
|
28
|
-
width: 100%;
|
|
29
|
-
min-width: 100%;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
#header .pro-sidebar.collapsed {
|
|
33
|
-
width: 80px;
|
|
34
|
-
min-width: 80px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
#header .pro-sidebar-inner {
|
|
38
|
-
background-color: var(--color-base-white);
|
|
39
|
-
box-shadow: 0.5px 0.866px 2px 0px rgba(0, 0, 0, 0.15);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
#header .pro-sub-menu > .pro-inner-list-item {
|
|
43
|
-
position: relative;
|
|
44
|
-
background-color: var(--color-brand-hint-of-red);
|
|
45
|
-
padding-left: 44px;
|
|
46
|
-
padding-bottom: 4px;
|
|
47
|
-
padding-top: 4px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
#header .pro-sidebar-inner .pro-sidebar-layout::-webkit-scrollbar {
|
|
51
|
-
display: none;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
#header .pro-sidebar-inner .pro-sidebar-layout .logotext {
|
|
55
|
-
padding: 8px 20px;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
#header .pro-sidebar-inner .pro-sidebar-layout ul {
|
|
59
|
-
padding: 0 5px;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
#header .pro-sidebar-inner .pro-sidebar-layout ul .pro-inner-item {
|
|
63
|
-
color: var(--color-font-highlight);
|
|
64
|
-
margin: 6px 0px;
|
|
65
|
-
/* font-weight: bold; */
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
#header .pro-sidebar-inner .pro-sidebar-layout ul .pro-inner-item .pro-icon-wrapper {
|
|
69
|
-
background-color: var(--color-brand-eastern-blue);
|
|
70
|
-
/* color: var(--color-font-highlight);
|
|
71
|
-
border-radius: 3px; */
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
#header .pro-sidebar-inner .pro-sidebar-layout ul .pro-inner-item .pro-icon-wrapper .pro-item-content {
|
|
75
|
-
color: var(--color-font-highlight);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
#header .pro-sidebar-inner .pro-sidebar-layout .active {
|
|
79
|
-
background-image: linear-gradient(0deg, #fece00 0%, #ffe172 100%);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
#header .logo {
|
|
83
|
-
padding: 20px;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
@media only screen and (max-width: 720px) {
|
|
87
|
-
html {
|
|
88
|
-
overflow: hidden;
|
|
89
|
-
}
|
|
90
|
-
}
|