|
11 | 11 | }
|
12 | 12 |
|
13 | 13 | #wrapper.toggled {
|
14 |
| - padding-left: 240px; |
| 14 | + padding-left: 265px; |
15 | 15 | overflow: hidden;
|
16 | 16 | }
|
17 | 17 |
|
18 | 18 | #sidebar-wrapper {
|
| 19 | + background: #30426A; |
19 | 20 | z-index: 1000;
|
20 | 21 | position: fixed;
|
21 |
| - left: 240px; |
| 22 | + left: 265px; |
22 | 23 | width: 0;
|
23 | 24 | height: 100%;
|
24 |
| - margin-left: -240px; |
| 25 | + margin-left: -265px; |
25 | 26 | overflow-y: auto;
|
26 |
| - background: #30426A; |
27 | 27 | -webkit-transition: all 0.5s ease;
|
28 | 28 | -moz-transition: all 0.5s ease;
|
29 | 29 | -o-transition: all 0.5s ease;
|
30 | 30 | transition: all 0.5s ease;
|
31 | 31 | }
|
32 | 32 |
|
33 | 33 | #wrapper.toggled #sidebar-wrapper {
|
34 |
| - width: 240px; |
| 34 | + width: 265px; |
35 | 35 | }
|
36 | 36 |
|
| 37 | + |
| 38 | + |
37 | 39 | #page-content-wrapper {
|
38 | 40 | position: absolute;
|
39 | 41 | padding: 15px;
|
|
54 | 56 | width: auto;
|
55 | 57 | }
|
56 | 58 |
|
57 |
| -/* Sidebar Styles */ |
| 59 | +.breadcrumb { |
| 60 | + background-color: transparent !important; |
| 61 | +} |
58 | 62 |
|
59 | 63 | .sidebar-nav {
|
60 | 64 | position: absolute;
|
61 |
| - top: 0; |
62 |
| - width: 70px; |
| 65 | + top: 70px; |
| 66 | + width: 265px; |
63 | 67 | margin: 0;
|
64 | 68 | padding: 0;
|
65 |
| - background-color: #273759 !important; |
66 | 69 | list-style: none;
|
67 | 70 | }
|
68 | 71 |
|
| 72 | +.sidebar-nav .sidebar-group.active .sidebar-group-link .title, |
| 73 | +.sidebar-nav .sidebar-group.active .sidebar-group-link .icon { |
| 74 | + font-weight: 600; |
| 75 | + color: #2BBF98; |
| 76 | +} |
| 77 | + |
| 78 | +.sidebar-nav .sidebar-addon .sidebar-addon-link { |
| 79 | + font-weight: 400; |
| 80 | + font-family: 'Poppins'; |
| 81 | + font-size: 16px; |
| 82 | + padding-right:20px; |
| 83 | + justify-content: space-between; |
| 84 | +} |
| 85 | + |
| 86 | +.sidebar-nav .sidebar-addon.active .sidebar-addon-link { |
| 87 | + color: #fff!important; |
| 88 | + font-weight: 600; |
| 89 | +} |
| 90 | + |
| 91 | +.sidebar-nav .sidebar-sublist { |
| 92 | + margin-left: 45px; |
| 93 | +} |
| 94 | + |
| 95 | +.sidebar-nav .sidebar-sublist ul { |
| 96 | + padding:0; |
| 97 | +} |
| 98 | + |
| 99 | +#wrapper.toggled-2 .title, |
| 100 | +#wrapper.toggled-2 .navbar-form, |
| 101 | +#wrapper.toggled-2 .group-sublist{ |
| 102 | + display: none; |
| 103 | +} |
| 104 | + |
| 105 | +.sidebar-nav .sidebar-addon a { |
| 106 | + display: flex; |
| 107 | + align-items: center; |
| 108 | +} |
| 109 | + |
| 110 | +.sidebar-nav .sidebar-addon i { |
| 111 | + font-size: 8px; |
| 112 | + margin-right: 10px; |
| 113 | +} |
| 114 | + |
| 115 | +.sidebar-nav .sidebar-sublist.in .sub-item.active { |
| 116 | + margin-left: -74px; |
| 117 | + padding-left: 74px; |
| 118 | + background-color: #2B3C61 !important; |
| 119 | + -webkit-transition: all 700ms ease; |
| 120 | + -moz-transition: all 700ms ease; |
| 121 | + -o-transition: all 700ms ease; |
| 122 | + transition: all 700ms ease; |
| 123 | +} |
| 124 | + |
| 125 | +.sidebar-nav .sidebar-sublist .sub-item.active a{ |
| 126 | + color: #BFD3E9 !important; |
| 127 | +} |
| 128 | + |
69 | 129 | .sidebar-nav .fa-stack {
|
70 | 130 | font-size: 22px;
|
71 | 131 | color: #BFD3E9;
|
72 | 132 | line-height: 39px;
|
73 | 133 | }
|
74 | 134 |
|
75 | 135 | .sidebar-nav .sidebar-items {
|
76 |
| - position: absolute; |
77 |
| - width: 170px; |
78 | 136 | top: 0;
|
79 |
| - margin-left: 67px; |
80 | 137 | background-color: transparent !important;
|
81 | 138 | padding-left: 0;
|
82 | 139 | }
|
83 | 140 |
|
84 |
| -.sidebar-nav .sidebar-items li.active { |
85 |
| - background-color: #273759 !important; |
| 141 | +.sidebar-nav .sidebar-group .sidebar-group-link { |
| 142 | + text-align: left; |
| 143 | + float: left; |
| 144 | + font-size: 18px; |
| 145 | + font-weight: 400; |
| 146 | + font-family: 'Poppins'; |
| 147 | + width: 265px; |
| 148 | + justify-content: space-between; |
| 149 | + display: flex; |
| 150 | + padding-right: 26px; |
| 151 | + align-items: center; |
86 | 152 | }
|
87 | 153 |
|
88 |
| -.sidebar-nav .sidebar-icon { |
89 |
| - text-align: center; |
90 |
| - float: left; |
91 |
| - font-size: 22px; |
92 |
| - width: 70px; |
| 154 | +.sidebar-nav .sidebar-group .sidebar-group-link span:not(.icon){ |
| 155 | + align-items: center; |
| 156 | + display: flex; |
| 157 | +} |
| 158 | + |
| 159 | +.sidebar-nav .sidebar-group .sidebar-group-link span .icon{ |
| 160 | + padding-top: 3px; |
93 | 161 | }
|
94 | 162 |
|
95 |
| -.sidebar-nav .sidebar-title { |
96 |
| - padding-left: 20px; |
| 163 | +.sidebar-nav .sidebar-group .sidebar-group-link .chevron { |
| 164 | + font-size: 13px; |
| 165 | +} |
| 166 | + |
| 167 | +.sidebar-nav .sidebar-group .sidebar-group-link .title, |
| 168 | +.sidebar-nav .sidebar-group .sidebar-group-link .icon { |
97 | 169 | font-size: 18px;
|
| 170 | + color: #BFD3E9; |
98 | 171 | font-weight: 400;
|
99 | 172 | }
|
100 | 173 |
|
| 174 | +.sidebar-nav .sidebar-group .sidebar-group-link .icon { |
| 175 | + width: 40px; |
| 176 | + height: 40px; |
| 177 | + display: inline-block; |
| 178 | + text-align: center; |
| 179 | +} |
| 180 | + |
| 181 | +.sidebar-nav .sidebar-group .group-sublist { |
| 182 | + margin-left: 29px; |
| 183 | +} |
| 184 | + |
101 | 185 | .sidebar-nav .sidebar-title.active {
|
102 | 186 | color: #BFD3E9 !important;
|
103 | 187 | }
|
104 | 188 |
|
105 | 189 | .sidebar-nav li {
|
106 | 190 | line-height: 40px;
|
107 | 191 | height: auto;
|
108 |
| - display: flex; |
109 | 192 | }
|
110 | 193 |
|
111 |
| -.sidebar-nav .sidebar-main.active { |
112 |
| - background-color: #30426A !important; |
113 |
| - border-left: 3px solid #4eb6a2 !important; |
114 |
| - padding-right: 3px; |
115 |
| -} |
| 194 | +/*.sidebar-nav .sidebar-main.active {*/ |
| 195 | +/* background: initial !important;*/ |
| 196 | +/* border-left: 3px solid #4eb6a2 !important;*/ |
| 197 | +/* padding-right: 3px;*/ |
| 198 | +/*}*/ |
116 | 199 |
|
117 | 200 | .sidebar-nav li a {
|
118 | 201 | display: block;
|
| 202 | + color: #7285A5 !important; |
119 | 203 | cursor: pointer;
|
120 | 204 | text-decoration: none;
|
121 |
| - color: #788BAA !important; |
122 |
| - background-color: transparent !important; |
| 205 | + padding-left: 15px; |
123 | 206 | }
|
124 | 207 |
|
125 | 208 | .sidebar-nav li a:active,
|
|
147 | 230 | }
|
148 | 231 |
|
149 | 232 | @media (min-width: 768px) {
|
150 |
| - .top-bar { |
151 |
| - width: calc(100% - 240px) !important; |
152 |
| - } |
153 |
| - |
154 | 233 | .web-sidebar-btn {
|
155 | 234 | display: inline-block !important;
|
156 | 235 | }
|
|
160 | 239 | }
|
161 | 240 |
|
162 | 241 | #wrapper {
|
163 |
| - padding-left: 240px; |
| 242 | + padding-left: 265px; |
164 | 243 | }
|
165 | 244 |
|
166 | 245 | .fixed-brand {
|
167 |
| - width: 240px; |
| 246 | + width: 265px; |
168 | 247 | }
|
169 | 248 |
|
170 | 249 | #wrapper.toggled {
|
171 | 250 | padding-left: 0;
|
172 | 251 | }
|
173 | 252 |
|
174 | 253 | #sidebar-wrapper {
|
175 |
| - width: 240px; |
| 254 | + width: 265px; |
176 | 255 | }
|
177 | 256 |
|
178 | 257 | #wrapper.toggled #sidebar-wrapper {
|
179 |
| - width: 240px; |
| 258 | + width: 265px; |
| 259 | + } |
| 260 | + |
| 261 | + #wrapper .logo-bar-table { |
| 262 | + width: 265px; |
180 | 263 | }
|
181 | 264 |
|
182 |
| - #wrapper.toggled-2 #sidebar-wrapper { |
| 265 | + #wrapper.toggled-2 #sidebar-wrapper, |
| 266 | + #wrapper.toggled-2 .logo-bar{ |
183 | 267 | width: 70px;
|
184 | 268 | }
|
185 | 269 |
|
186 |
| - #wrapper.toggled-2 #sidebar-wrapper:hover { |
187 |
| - width: 240px; |
| 270 | + .logo-bar { |
| 271 | + background: #30426A; |
| 272 | + z-index: 1000; |
| 273 | + position: fixed; |
| 274 | + left: 265px; |
| 275 | + width: 265px; |
| 276 | + height: 100%; |
| 277 | + margin-left: -265px; |
| 278 | + overflow-y: hidden; |
| 279 | + -webkit-transition: all 0.5s ease; |
| 280 | + -moz-transition: all 0.5s ease; |
| 281 | + -o-transition: all 0.5s ease; |
| 282 | + transition: all 0.5s ease; |
188 | 283 | }
|
189 | 284 |
|
190 | 285 |
|
| 286 | + |
191 | 287 | #page-content-wrapper {
|
192 | 288 | padding: 20px;
|
193 | 289 | position: relative;
|
|
200 | 296 | #wrapper.toggled #page-content-wrapper {
|
201 | 297 | position: relative;
|
202 | 298 | margin-right: 0;
|
203 |
| - padding-left: 240px; |
| 299 | + padding-left: 265px; |
204 | 300 | }
|
205 | 301 |
|
206 | 302 | #wrapper.toggled-2 #page-content-wrapper {
|
|
220 | 316 | }
|
221 | 317 | }
|
222 | 318 |
|
223 |
| -.logo-bar { |
224 |
| - height: 61px; |
225 |
| -} |
226 |
| - |
227 | 319 | .logo-bar .logo-bar-cell {
|
228 | 320 | width: 50px;
|
229 | 321 | padding-top: 8px;
|
|
250 | 342 |
|
251 | 343 | .top-bar {
|
252 | 344 | height: 61px;
|
| 345 | + width: calc(100% - 265px); |
| 346 | + right: initial; |
| 347 | + -webkit-transition: all 0.5s ease; |
| 348 | + -moz-transition: all 0.5s ease; |
| 349 | + -o-transition: all 0.5s ease; |
| 350 | + transition: all 0.5s ease; |
| 351 | +} |
| 352 | + |
| 353 | +.wide-top-bar { |
253 | 354 | width: calc(100% - 70px);
|
| 355 | + -webkit-transition: all 0.5s ease; |
| 356 | + -moz-transition: all 0.5s ease; |
| 357 | + -o-transition: all 0.5s ease; |
| 358 | + transition: all 0.5s ease; |
254 | 359 | }
|
255 | 360 |
|
256 | 361 | .sidebar-nav .sub-item {
|
|
266 | 371 | padding-left: 8px;
|
267 | 372 | }
|
268 | 373 |
|
269 |
| -.sidebar-nav .nav-item:hover,.sidebar-nav .nav-item:focus,.sidebar-nav .nav-item:active,.sidebar-nav .nav-item:focus-visible { |
270 |
| - background: #273759 !important; |
271 |
| -} |
272 |
| - |
273 | 374 |
|
274 | 375 | .sidebar-nav .sub-item .sidebar-title {
|
275 | 376 | padding-left: 0;
|
276 | 377 | }
|
277 | 378 |
|
278 | 379 | .nav-stacked .nav-item + .nav-item {
|
279 |
| - margin-top:0; |
| 380 | + margin-top: 0; |
| 381 | +} |
| 382 | + |
| 383 | + |
| 384 | +li.active { |
| 385 | + background: initial !important; |
| 386 | + color: initial !important; |
| 387 | +} |
| 388 | + |
| 389 | + |
| 390 | +#sidebar-wrapper .navbar-form { |
| 391 | + width: 265px; |
| 392 | + position: absolute; |
| 393 | + display: flex; |
| 394 | + justify-content: center; |
| 395 | + margin-top: 13px; |
| 396 | + border-bottom: 1px solid #3B4C72; |
| 397 | + padding-bottom: 10px; |
| 398 | +} |
| 399 | + |
| 400 | +#sidebar-wrapper .navbar-form input { |
| 401 | + width: 230px; |
| 402 | + background-color: rgba(255,255,255,0.2) !important; |
| 403 | +} |
| 404 | + |
| 405 | +#sidebar-wrapper .navbar-form button { |
| 406 | + position: absolute; |
| 407 | + right: 28px; |
| 408 | +} |
| 409 | + |
| 410 | +.logo-bar-table { |
| 411 | + background-color: #30426a !important; |
280 | 412 | }
|
0 commit comments