张延森 před 2 roky
rodič
revize
46a5e6aced
1 změnil soubory, kde provedl 46 přidání a 63 odebrání
  1. 46
    63
      resources/static/css/common.css

+ 46
- 63
resources/static/css/common.css Zobrazit soubor

@@ -1,6 +1,6 @@
1 1
 :root {
2
-  --main-bg: #0d267c;
3
-  --primary-bg: #4276f5;
2
+  --main-bg: #0D267C;
3
+  --primary-bg: #4276F5;
4 4
 }
5 5
 .panel {
6 6
   border-radius: 12px;
@@ -51,14 +51,14 @@
51 51
 }
52 52
 .nav-menu .nav-menu-item.active div {
53 53
   position: relative;
54
-  border-bottom: 4px solid #3cbaf5;
54
+  border-bottom: 4px solid #3CBAF5;
55 55
 }
56 56
 .nav-menu .nav-menu-item.active div::after {
57
-  content: '';
57
+  content: "";
58 58
   width: 0;
59 59
   height: 0;
60 60
   border: 8px solid transparent;
61
-  border-bottom-color: #3cbaf5;
61
+  border-bottom-color: #3CBAF5;
62 62
   position: absolute;
63 63
   left: calc(50% - 8px);
64 64
   bottom: 0;
@@ -92,20 +92,7 @@
92 92
   width: 100%;
93 93
   height: 100%;
94 94
   overflow-y: auto;
95
-  background: #071c51;
96
-}
97
-.chart-page .flex-part {
98
-  display: flex;
99
-  justify-content: space-between;
100
-}
101
-.chart-page .flex-part .flex-part-3 {
102
-  flex: 3;
103
-}
104
-.chart-page .flex-part .flex-part-2 {
105
-  flex: 3;
106
-}
107
-.chart-page .flex-part .flex-part-1 {
108
-  flex: 1;
95
+  background: #071C51;
109 96
 }
110 97
 .chart-page .count {
111 98
   border-radius: 20px;
@@ -130,9 +117,9 @@
130 117
 }
131 118
 .chart-page .count dl::before,
132 119
 .chart-page .count dl::after {
133
-  content: '';
120
+  content: "";
134 121
   position: absolute;
135
-  background: #ffffff;
122
+  background: #FFFFFF;
136 123
   opacity: 0.1;
137 124
   border-radius: 50%;
138 125
   font-size: 0;
@@ -151,16 +138,16 @@
151 138
   top: 81px;
152 139
 }
153 140
 .chart-page .count dl:nth-child(1) {
154
-  background: linear-gradient(90deg, #3886d6, #003789);
141
+  background: linear-gradient(90deg, #3886D6, #003789);
155 142
 }
156 143
 .chart-page .count dl:nth-child(2) {
157
-  background: linear-gradient(90deg, #29a0b1, #3c1a63);
144
+  background: linear-gradient(90deg, #29A0B1, #3C1A63);
158 145
 }
159 146
 .chart-page .count dl:nth-child(3) {
160
-  background: linear-gradient(90deg, #1570ab, #343894);
147
+  background: linear-gradient(90deg, #1570AB, #343894);
161 148
 }
162 149
 .chart-page .count dl:nth-child(4) {
163
-  background: linear-gradient(90deg, #2788b6, #083a8c);
150
+  background: linear-gradient(90deg, #2788B6, #083A8C);
164 151
 }
165 152
 .chart-card {
166 153
   position: relative;
@@ -188,7 +175,7 @@
188 175
 .chart-card.panel .panel-heading .selectGroup select {
189 176
   background: transparent;
190 177
   border: 0;
191
-  color: #ffffff;
178
+  color: #FFFFFF;
192 179
 }
193 180
 .chart-card.panel .panel-heading img {
194 181
   width: 28px;
@@ -201,14 +188,14 @@
201 188
   font-size: 22px;
202 189
   font-weight: 500;
203 190
   color: transparent;
204
-  background-image: linear-gradient(0deg, #6f39b9 0%, #1eaed1 100%);
191
+  background-image: linear-gradient(0deg, #6F39B9 0%, #1EAED1 100%);
205 192
   vertical-align: middle;
206 193
   background-clip: text;
207 194
   -webkit-background-clip: text;
208 195
 }
209 196
 .chart-card.panel .panel-body {
210 197
   padding: 0;
211
-  background: #071c51;
198
+  background: #071C51;
212 199
 }
213 200
 .chart-card.panel .panel-body .info-list li {
214 201
   color: rgba(255, 255, 255, 0.6);
@@ -251,16 +238,10 @@
251 238
   top: -450%;
252 239
   width: 1000%;
253 240
   height: 1000%;
254
-  background-color: #1e5983;
241
+  background-color: #1E5983;
255 242
   background-repeat: no-repeat;
256 243
   background-position: 0 0, 100% 100%;
257
-  background-image: conic-gradient(
258
-      from 0,
259
-      transparent,
260
-      #a8efff,
261
-      transparent 20%
262
-    ),
263
-    conic-gradient(from 180deg, transparent, #a8efff, transparent 20%);
244
+  background-image: conic-gradient(from 0, transparent, #a8efff, transparent 20%), conic-gradient(from 180deg, transparent, #a8efff, transparent 20%);
264 245
   animation: chart-card-rotate 10s linear infinite;
265 246
 }
266 247
 .chart-card::after {
@@ -271,10 +252,9 @@
271 252
   top: 2px;
272 253
   width: calc(100% - 4px);
273 254
   height: calc(100% - 4px);
274
-  background: #071c51;
255
+  background: #071C51;
275 256
   border-radius: 18px;
276
-  box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2) inset,
277
-    -2px -2px 10px rgba(255, 255, 255, 0.2) inset;
257
+  box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2) inset, -2px -2px 10px rgba(255, 255, 255, 0.2) inset;
278 258
 }
279 259
 .ext-page .page-title {
280 260
   font-size: 20px;
@@ -337,6 +317,14 @@
337 317
   line-height: 36px;
338 318
   height: 36px;
339 319
 }
320
+.ext-page .chosen-container.form-control {
321
+  padding: 0;
322
+}
323
+.ext-page .chosen-container.form-control.chosen-container-active .chosen-choices,
324
+.ext-page .chosen-container.form-control.chosen-container-multi .chosen-choices {
325
+  border: none;
326
+  box-shadow: none;
327
+}
340 328
 .editBar {
341 329
   display: flex;
342 330
   flex-direction: row-reverse;
@@ -355,7 +343,7 @@
355 343
 }
356 344
 .dashboard-page {
357 345
   height: 100%;
358
-  background-color: #081a48;
346
+  background-color: #081A48;
359 347
 }
360 348
 .dashboard-page > div {
361 349
   height: 50%;
@@ -392,16 +380,16 @@
392 380
 .dashboard-page .act-list .row + .row {
393 381
   margin-top: 64px;
394 382
 }
395
-.dashboard-page .act-list div[class^='col'] {
383
+.dashboard-page .act-list div[class^="col"] {
396 384
   min-width: 280px;
397 385
   width: calc(25% - 48px);
398 386
   height: 100%;
399 387
   position: relative;
400 388
 }
401
-.dashboard-page .act-list div[class^='col'] + div {
389
+.dashboard-page .act-list div[class^="col"] + div {
402 390
   margin-left: 64px;
403 391
 }
404
-.dashboard-page .act-list div[class^='col'] .act-body {
392
+.dashboard-page .act-list div[class^="col"] .act-body {
405 393
   z-index: 1;
406 394
   width: 100%;
407 395
   height: 100%;
@@ -410,14 +398,14 @@
410 398
   justify-content: center;
411 399
   align-items: center;
412 400
 }
413
-.dashboard-page .act-list div[class^='col'] .act-body .act-icon {
401
+.dashboard-page .act-list div[class^="col"] .act-body .act-icon {
414 402
   position: relative;
415 403
   width: 64px;
416 404
   height: 64px;
417 405
   min-height: 64px;
418 406
   flex: 0;
419 407
 }
420
-.dashboard-page .act-list div[class^='col'] .act-body .act-icon img {
408
+.dashboard-page .act-list div[class^="col"] .act-body .act-icon img {
421 409
   position: absolute;
422 410
   left: calc(50% - 32px);
423 411
   top: 0;
@@ -426,30 +414,25 @@
426 414
   height: 100%;
427 415
   object-fit: contain;
428 416
 }
429
-.dashboard-page
430
-  .act-list
431
-  div[class^='col']
432
-  .act-body
433
-  .act-icon
434
-  img:nth-child(2) {
417
+.dashboard-page .act-list div[class^="col"] .act-body .act-icon img:nth-child(2) {
435 418
   display: none;
436 419
 }
437
-.dashboard-page .act-list div[class^='col'] .act-body .act-content {
420
+.dashboard-page .act-list div[class^="col"] .act-body .act-content {
438 421
   flex: 0;
439 422
   text-align: center;
440 423
 }
441
-.dashboard-page .act-list div[class^='col'] .act-body .act-content span {
424
+.dashboard-page .act-list div[class^="col"] .act-body .act-content span {
442 425
   display: inline-block;
443 426
   padding: 0 1em;
444 427
   font-size: 24px;
445 428
   font-weight: 500;
446 429
   color: transparent;
447
-  background: linear-gradient(0deg, #2362e4 0%, #00d5fb 100%);
430
+  background: linear-gradient(0deg, #2362E4 0%, #00D5FB 100%);
448 431
   vertical-align: middle;
449 432
   background-clip: text;
450 433
   -webkit-background-clip: text;
451 434
 }
452
-.dashboard-page .act-list div[class^='col'] .act-bg {
435
+.dashboard-page .act-list div[class^="col"] .act-bg {
453 436
   position: absolute;
454 437
   width: 100%;
455 438
   height: 100%;
@@ -457,27 +440,27 @@
457 440
   left: 0;
458 441
   top: 0;
459 442
 }
460
-.dashboard-page .act-list div[class^='col'] .act-bg img {
443
+.dashboard-page .act-list div[class^="col"] .act-bg img {
461 444
   display: block;
462 445
   width: 100%;
463 446
   height: 100%;
464 447
   object-fit: contain;
465 448
 }
466
-.dashboard-page .act-list div[class^='col'] .act-bg img:nth-child(2) {
449
+.dashboard-page .act-list div[class^="col"] .act-bg img:nth-child(2) {
467 450
   display: none;
468 451
 }
469
-.dashboard-page .act-list div[class^='col']:hover {
452
+.dashboard-page .act-list div[class^="col"]:hover {
470 453
   cursor: pointer;
471 454
 }
472
-.dashboard-page .act-list div[class^='col']:hover .act-bg img:nth-child(1),
473
-.dashboard-page .act-list div[class^='col']:hover .act-icon img:nth-child(1) {
455
+.dashboard-page .act-list div[class^="col"]:hover .act-bg img:nth-child(1),
456
+.dashboard-page .act-list div[class^="col"]:hover .act-icon img:nth-child(1) {
474 457
   display: none;
475 458
 }
476
-.dashboard-page .act-list div[class^='col']:hover .act-bg img:nth-child(2),
477
-.dashboard-page .act-list div[class^='col']:hover .act-icon img:nth-child(2) {
459
+.dashboard-page .act-list div[class^="col"]:hover .act-bg img:nth-child(2),
460
+.dashboard-page .act-list div[class^="col"]:hover .act-icon img:nth-child(2) {
478 461
   display: block;
479 462
 }
480
-.dashboard-page .act-list div[class^='col']:hover .act-content span {
463
+.dashboard-page .act-list div[class^="col"]:hover .act-content span {
481 464
   color: #fff;
482 465
   background: none;
483 466
 }