@@ -19,23 +19,6 @@ body {
19
19
}
20
20
}
21
21
22
- .page-sidebar ,
23
- .page-content {
24
- transition : all 0.5s ease ;
25
- color : #fff ;
26
- }
27
-
28
- .page-sidebar {
29
- position : fixed ;
30
- height : 100% ;
31
- left : 0 ;
32
- z-index : 1000 ;
33
- overflow-y : auto ;
34
- /* background: linear-gradient(to bottom, #b26cab 0%,#765c8b 100%); !* W3C *!*/
35
- background : linear-gradient (to bottom , rgba (0 , 0 , 0 , 1 ) 0% , rgba (0 , 0 , 0 , 0.5 ) 50% , rgba (255 , 255 , 255 , 0 ) 100% );
36
- border-right : 1px solid #fff ;
37
- }
38
-
39
22
.page-sidebar ,
40
23
.sidebar-nav > li {
41
24
width : 250px ;
@@ -60,23 +43,6 @@ body {
60
43
}
61
44
}
62
45
63
- .toggle-btn {
64
- cursor : pointer ;
65
- }
66
-
67
- .page-header {
68
- font-size : 24px ;
69
- margin : 0 ;
70
- padding : 40px 0 0 20px ;
71
-
72
- & ,
73
- & > span {
74
- line-height : 32px ;
75
- height : 75px ;
76
- }
77
-
78
- }
79
-
80
46
.sidebar-nav {
81
47
list-style-type : none ;
82
48
padding : 0 ;
@@ -107,75 +73,3 @@ body {
107
73
cursor : pointer ;
108
74
}
109
75
}
110
-
111
- .page-content :not (.toggled ) .toggle-btn {
112
- opacity : 0 ;
113
- }
114
-
115
- .page-loading {
116
- background : rgba (2 , 2 , 2 , 0.5 );
117
- z-index : 10002 ;
118
- width : 100% ;
119
- height : 100% ;
120
- position : absolute ;
121
-
122
- & > .loading-animation {
123
- margin : auto ;
124
- top : 50% ;
125
- zoom : 4 ;
126
- }
127
- }
128
-
129
- .no-scroll-mode {
130
- position : fixed ;
131
- }
132
-
133
- #notification-area {
134
- width : calc (100% - 50px );
135
- border : 1px solid ;
136
- min-height : 100px ;
137
- position : absolute ;
138
- border-radius : 10px ;
139
-
140
- font-size : 72px ;
141
- z-index : 1 ;
142
- text-align : center ;
143
- font-style : italic ;
144
- }
145
-
146
- #notification-area > .notification-control {
147
- float : right ;
148
- margin : 10px ;
149
- font-size : 24px ;
150
-
151
- & :hover {
152
- font-weight : bolder ;
153
- cursor : pointer ;
154
- }
155
- }
156
-
157
- #modal-area {
158
- color : #000 ;
159
- h4 , label {
160
- text-transform : uppercase ;
161
- }
162
-
163
- .help-block {
164
- font-size : 14px ;
165
- font-style : italic ;
166
- }
167
- }
168
-
169
- .container-fluid {
170
- padding-left : 0 ;
171
- padding-right : 0 ;
172
- padding-bottom : 25px ;
173
- }
174
-
175
- .pagination-area {
176
- text-align : center ;
177
- }
178
-
179
- a .history-title {
180
- color : #F5DEB3 ;
181
- }
0 commit comments