active_frontend 2.1.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/app/assets/images/placeholders/camera.png +0 -0
  4. data/app/assets/images/placeholders/person.png +0 -0
  5. data/app/assets/images/placeholders/picture.png +0 -0
  6. data/lib/active_frontend/version.rb +1 -1
  7. data/vendor/assets/javascripts/chart.js +10 -10
  8. data/vendor/assets/stylesheets/ad.scss +1 -1
  9. data/vendor/assets/stylesheets/alert.scss +18 -14
  10. data/vendor/assets/stylesheets/aside.scss +15 -13
  11. data/vendor/assets/stylesheets/breadcrumb.scss +4 -4
  12. data/vendor/assets/stylesheets/button.scss +136 -120
  13. data/vendor/assets/stylesheets/canvas.scss +5 -15
  14. data/vendor/assets/stylesheets/code.scss +63 -63
  15. data/vendor/assets/stylesheets/colorpicker.scss +2 -1
  16. data/vendor/assets/stylesheets/datepicker.scss +14 -14
  17. data/vendor/assets/stylesheets/dropdown.scss +16 -17
  18. data/vendor/assets/stylesheets/footer.scss +30 -102
  19. data/vendor/assets/stylesheets/form.scss +39 -47
  20. data/vendor/assets/stylesheets/header.scss +119 -113
  21. data/vendor/assets/stylesheets/label_and_badge.scss +28 -29
  22. data/vendor/assets/stylesheets/link.scss +9 -9
  23. data/vendor/assets/stylesheets/list.scss +4 -4
  24. data/vendor/assets/stylesheets/loader.scss +5 -5
  25. data/vendor/assets/stylesheets/map.scss +1 -1
  26. data/vendor/assets/stylesheets/modal.scss +16 -22
  27. data/vendor/assets/stylesheets/nav_and_tab.scss +25 -26
  28. data/vendor/assets/stylesheets/navbar.scss +39 -0
  29. data/vendor/assets/stylesheets/pagination.scss +4 -4
  30. data/vendor/assets/stylesheets/panel.scss +12 -10
  31. data/vendor/assets/stylesheets/placeholder.scss +5 -5
  32. data/vendor/assets/stylesheets/popover.scss +6 -6
  33. data/vendor/assets/stylesheets/progress.scss +2 -2
  34. data/vendor/assets/stylesheets/reset.scss +2 -2
  35. data/vendor/assets/stylesheets/sidebar.scss +8 -11
  36. data/vendor/assets/stylesheets/spinner.scss +30 -30
  37. data/vendor/assets/stylesheets/swoggle.scss +15 -15
  38. data/vendor/assets/stylesheets/table.scss +19 -14
  39. data/vendor/assets/stylesheets/timepicker.scss +6 -6
  40. data/vendor/assets/stylesheets/tooltip.scss +5 -5
  41. data/vendor/assets/stylesheets/trunk.scss +22 -25
  42. data/vendor/assets/stylesheets/typeahead.scss +1 -1
  43. data/vendor/assets/stylesheets/typography.scss +12 -12
  44. metadata +3 -2
@@ -17,18 +17,18 @@
17
17
  margin-right: 2px;
18
18
  }
19
19
  .pagination ul > li > a {
20
- background: rgba(245,248,250,1);
20
+ background: rgba(249,249,249,1);
21
21
  border-radius: 500px;
22
- color: rgba(43,50,53,1);
22
+ color: rgba(34,34,34,1);
23
23
  min-width: 8px;
24
24
  padding: 9px 10px 7px 10px;
25
25
  text-decoration: none;
26
26
  text-align: center;
27
27
  }
28
28
  .pagination ul > li > a:hover,
29
- .pagination ul > li > a:focus { background: rgba(235,238,240,1); }
29
+ .pagination ul > li > a:focus { background: rgba(240,240,240,1); }
30
30
  .pagination ul > .active {
31
- background: rgba(0,132,255,1);
31
+ background: rgba(34,34,34,1);
32
32
  border-radius: 500px;
33
33
  color: rgba(255,255,255,1);
34
34
  min-width: 8px;
@@ -6,7 +6,7 @@
6
6
  ================================================== */
7
7
  .panel {
8
8
  background: rgba(255,255,255,1);
9
- border: 1px solid rgba(225,232,237,1);
9
+ border: 1px solid rgba(243,243,243,1);
10
10
  margin-bottom: 20px;
11
11
  }
12
12
  .panel > .list-group { margin-bottom: 0; }
@@ -22,22 +22,24 @@
22
22
  margin-bottom: 0;
23
23
  }
24
24
  .panel-header {
25
- background: rgba(245,248,250,1);
26
- border-bottom: 1px solid rgba(225,232,237,1);
25
+ background: rgba(249,249,249,1);
26
+ border-bottom: 2px solid rgba(243,243,243,1);
27
27
  padding: 16px 15px 14px 15px;
28
28
  }
29
29
  .panel-header > .btn { margin-top: -2px; }
30
30
  .panel-header > .btn-group { margin: -5px 0 -3px 0; }
31
- .panel-header > .dropdown .dropdown-toggle { color: rgba(71,74,84,1); }
31
+ .panel-header > .dropdown .dropdown-toggle { color: rgba(34,34,34,1); }
32
32
  .panel-title {
33
- color: rgba(71,74,84,1);
33
+ color: rgba(34,34,34,1);
34
34
  display: inline-block;
35
35
  font-size: 17px;
36
+ letter-spacing: 1px;
36
37
  line-height: 17px;
37
38
  margin-bottom: 0;
38
39
  margin-top: 0;
40
+ text-transform: uppercase;
39
41
  }
40
- .panel-title > a { color: rgba(71,74,84,1); }
42
+ .panel-title > a { color: rgba(34,34,34,1); }
41
43
  .panel-title > a:hover { color: rgba(15,135,226,1); }
42
44
  .panel-body { padding: 15px; }
43
45
  .panel-body-chart {
@@ -45,8 +47,8 @@
45
47
  width: 100%;
46
48
  }
47
49
  .panel-footer {
48
- background: rgba(245,248,250,1);
49
- border-top: 1px solid rgba(225,232,237,1);
50
+ background: rgba(249,249,249,1);
51
+ border-top: 2px solid rgba(243,243,243,1);
50
52
  padding: 13px 15px 10px 15px;
51
53
  }
52
54
  .panel-group { margin-bottom: 20px; }
@@ -57,6 +59,6 @@
57
59
  }
58
60
  .panel-group .panel + .panel { margin-top: 5px; }
59
61
  .panel-group .panel-header { border-bottom: 0; }
60
- .panel-group .panel-header + .panel-collapse .panel-body { border-top: 1px solid rgba(225,232,237,1); }
62
+ .panel-group .panel-header + .panel-collapse .panel-body { border-top: 1px solid rgba(243,243,243,1); }
61
63
  .panel-group .panel-footer { border-top: 0; }
62
- .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid rgba(225,232,237,1); }
64
+ .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid rgba(243,243,243,1); }
@@ -8,7 +8,7 @@
8
8
  ================================================== */
9
9
  .placeholder { text-align: center; }
10
10
  .placeholder i {
11
- background: rgba(0,132,255,1);
11
+ background: rgba(24,24,24,1);
12
12
  border-radius: 500px;
13
13
  color: rgba(255,255,255,1);
14
14
  display: inline-block;
@@ -18,12 +18,12 @@
18
18
  width: 120px;
19
19
  }
20
20
  .placeholder h6 {
21
- color: rgba(102,117,127,1);
21
+ color: rgba(100,100,100,1);
22
22
  letter-spacing: 1px;
23
23
  text-transform: uppercase;
24
24
  }
25
25
  .placeholder p {
26
- color: rgba(136,153,166,1);
26
+ color: rgba(200,200,200,1);
27
27
  font-size: 14px;
28
28
  line-height: 22px;
29
29
  }
@@ -32,7 +32,7 @@
32
32
  ================================================== */
33
33
  .placeholder-large i {
34
34
  background: transparent;
35
- color: rgba(102,117,127,1);
35
+ color: rgba(100,100,100,1);
36
36
  display: inline-block;
37
37
  font-size: 256px;
38
38
  height: initial;
@@ -40,7 +40,7 @@
40
40
  width: initial;
41
41
  }
42
42
  .placeholder-divider {
43
- background: rgba(245,248,250,1);
43
+ background: rgba(249,249,249,1);
44
44
  border-radius: 500px;
45
45
  height: 8px;
46
46
  margin: 20px auto;
@@ -7,8 +7,8 @@
7
7
  .popover {
8
8
  background-clip: padding-box;
9
9
  background: rgba(255,255,255,1);
10
- border: 1px solid rgba(225,232,237,1);
11
- box-shadow: 0 0 3px rgba(225,232,237,1);
10
+ border: 1px solid rgba(243,243,243,1);
11
+ box-shadow: 0 0 3px rgba(220,220,220,1);
12
12
  display: none;
13
13
  float: none;
14
14
  font-style: normal;
@@ -28,9 +28,9 @@
28
28
  .popover.bottom { margin-top: 10px; }
29
29
  .popover.left { margin-left: -10px; }
30
30
  .popover-title {
31
- background: rgba(245,248,250,1);
32
- border-bottom: 1px solid rgba(225,232,237,1);
33
- color: rgba(43,50,53,1);
31
+ background: rgba(249,249,249,1);
32
+ border-bottom: 2px solid rgba(243,243,243,1);
33
+ color: rgba(34,34,34,1);
34
34
  font-weight: bold;
35
35
  font-size: 14px;
36
36
  letter-spacing: 0;
@@ -41,7 +41,7 @@
41
41
  .popover-title:empty { display: none; }
42
42
  .popover-content {
43
43
  background: rgba(255,255,255,1);
44
- color: rgba(43,50,53,1);
44
+ color: rgba(34,34,34,1);
45
45
  font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
46
46
  font-weight: normal;
47
47
  font-size: 14px;
@@ -13,13 +13,13 @@
13
13
  to { background-position: 0 0; }
14
14
  }
15
15
  .progress {
16
- background: rgba(245,248,250,1);
16
+ background: rgba(249,249,249,1);
17
17
  border-radius: 500px;
18
18
  height: 25px;
19
19
  overflow: hidden;
20
20
  }
21
21
  .progress .bar {
22
- background: rgba(0,132,255,1);
22
+ background: rgba(27,192,109,1);
23
23
  box-sizing: border-box;
24
24
  color: rgba(255,255,255,1);
25
25
  float: left;
@@ -52,7 +52,7 @@ h6 {
52
52
  }
53
53
  abbr,
54
54
  acronym {
55
- border-bottom: 1px dotted rgba(43,50,53,1);
55
+ border-bottom: 1px dotted rgba(34,34,34,1);
56
56
  font-variant: normal;
57
57
  }
58
58
  caption,
@@ -74,7 +74,7 @@ select {
74
74
  }
75
75
  html,
76
76
  body {
77
- color: rgba(43,50,53,1);
77
+ color: rgba(34,34,34,1);
78
78
  font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
79
79
  font-size: 100%;
80
80
  -webkit-font-smoothing: antialiased;
@@ -6,9 +6,8 @@
6
6
  /* # Sidebar
7
7
  ================================================== */
8
8
  .sidebar {
9
- background: rgba(255,255,255,1);
10
- border-left: 1px solid rgba(225,232,237,1);
11
- box-shadow: inset 1px 0 3px rgba(225,232,237,1);
9
+ background: rgba(249,249,249,1);
10
+ border-left: 2px solid rgba(0,0,0,0.02);
12
11
  box-sizing: border-box;
13
12
  height: 100%;
14
13
  min-width: 280px;
@@ -16,22 +15,20 @@
16
15
  width: 280px;
17
16
  }
18
17
  .sidebar-alt {
19
- border-right: 1px solid rgba(225,232,237,1);
18
+ border-right: 2px solid rgba(0,0,0,0.02);
20
19
  border-left: 0;
21
- box-shadow: inset -1px 0 3px rgba(225,232,237,1);
22
20
  }
23
21
  .sidebar-header {
24
- border-bottom: 1px solid rgba(225,232,237,1);
22
+ border-bottom: 1px solid rgba(0,0,0,0.04);
25
23
  font-size: 12px;
26
24
  line-height: 12px;
27
- padding: 10px 20px 8px 10px;
25
+ padding: 12px 20px 10px 10px;
28
26
  }
29
27
  .sidebar-alt > .sidebar-header {
30
28
  padding-right: 10px;
31
29
  padding-left: 20px;
32
30
  }
33
31
  .sidebar-header > h6 {
34
- color: rgba(43,50,53,1);
35
32
  font-size: 12px;
36
33
  font-weight: normal;
37
34
  letter-spacing: 1px;
@@ -39,7 +36,7 @@
39
36
  text-transform: uppercase;
40
37
  }
41
38
  .sidebar-content {
42
- height: calc(100% - 51px);
39
+ height: calc(100% - 60px);
43
40
  -webkit-overflow-scrolling: touch;
44
41
  overflow-scrolling: touch;
45
42
  overflow-x: hidden;
@@ -51,9 +48,9 @@
51
48
  padding-left: 20px;
52
49
  }
53
50
  .sidebar-scrollable {
54
- border-bottom: 1px solid rgba(225,232,237,1);
51
+ border-bottom: 1px solid rgba(243,243,243,1);
55
52
  height: auto;
56
- max-height: calc(50% - 51px);
53
+ max-height: calc(50% - 60px);
57
54
  -webkit-overflow-scrolling: touch;
58
55
  overflow-scrolling: touch;
59
56
  overflow-y: auto;
@@ -5,7 +5,7 @@
5
5
  /* # Spinner
6
6
  ================================================== */
7
7
  .spinner-backdrop {
8
- background: rgba(255,255,255,0.8);
8
+ background: rgba(255,255,255,0.9);
9
9
  bottom: 0;
10
10
  left: 0;
11
11
  position: fixed;
@@ -82,7 +82,7 @@
82
82
  -webkit-animation: spinnerBeat 1.3s infinite ease-in-out;
83
83
  animation: spinnerBeat 1.3s infinite ease-in-out;
84
84
  background: rgba(255,255,255,1);
85
- border: 2px solid rgba(0,132,255,1);
85
+ border: 2px solid rgba(27,192,109,1);
86
86
  border-radius: 500px;
87
87
  -moz-box-sizing: border-box;
88
88
  box-sizing: border-box;
@@ -114,8 +114,8 @@
114
114
  .spinner-circle-container-3 > div {
115
115
  -webkit-animation: spinnerCircle 1.2s infinite ease-in-out;
116
116
  animation: spinnerCircle 1.2s infinite ease-in-out;
117
- background: rgba(0,132,255,1);
118
- border: 1px solid rgba(0,132,255,1);
117
+ background: rgba(27,192,109,1);
118
+ border: 1px solid rgba(27,192,109,1);
119
119
  border-radius: 500px;
120
120
  -moz-box-sizing: border-box;
121
121
  box-sizing: border-box;
@@ -232,8 +232,8 @@
232
232
  .spinner-chase-2 {
233
233
  -webkit-animation: spinnerChaseBounce 2.0s infinite ease-in-out;
234
234
  animation: spinnerChaseBounce 2.0s infinite ease-in-out;
235
- background: rgba(0,132,255,1);
236
- border: 1px solid rgba(0,132,255,1);
235
+ background: rgba(27,192,109,1);
236
+ border: 1px solid rgba(27,192,109,1);
237
237
  border-radius: 500px;
238
238
  -moz-box-sizing: border-box;
239
239
  box-sizing: border-box;
@@ -276,7 +276,7 @@
276
276
  .spinner-crescent {
277
277
  -webkit-animation: spinnerCrescent 1.2s infinite linear;
278
278
  animation: spinnerCrescent 1.2s infinite linear;
279
- border: 9px solid rgba(0,132,255,1);
279
+ border: 9px solid rgba(27,192,109,1);
280
280
  border-right-color: transparent;
281
281
  border-radius: 500px;
282
282
  -moz-box-sizing: border-box;
@@ -315,7 +315,7 @@
315
315
  .spinner-cube-9 {
316
316
  -webkit-animation: spinnerCube 1.3s infinite ease-in-out;
317
317
  animation: spinnerCube 1.3s infinite ease-in-out;
318
- background: rgba(0,132,255,1);
318
+ background: rgba(27,192,109,1);
319
319
  border: 1px solid rgba(255,255,255,1);
320
320
  border-radius: 500px;
321
321
  -moz-box-sizing: border-box;
@@ -388,8 +388,8 @@
388
388
  .spinner-double-bounce-2 {
389
389
  -webkit-animation: spinnerDoubleBounce 2.0s infinite ease-in-out;
390
390
  animation: spinnerDoubleBounce 2.0s infinite ease-in-out;
391
- background: rgba(0,132,255,1);
392
- border: 1px solid rgba(0,132,255,1);
391
+ background: rgba(27,192,109,1);
392
+ border: 1px solid rgba(27,192,109,1);
393
393
  border-radius: 50%;
394
394
  -moz-box-sizing: border-box;
395
395
  box-sizing: border-box;
@@ -409,13 +409,13 @@
409
409
  -webkit-transform: rotate(0deg);
410
410
  -ms-transform: rotate(0deg);
411
411
  transform: rotate(0deg);
412
- box-shadow: rgba(0,132,255,1) 0 0 23px 0, rgba(0,132,255,1) -20px -20px 0 0, rgba(0,132,255,1) 20px -20px 0 0, rgba(0,132,255,1) 20px 20px 0 0, rgba(0,132,255,1) -20px 20px 0 0;
412
+ box-shadow: rgba(27,192,109,1) 0 0 23px 0, rgba(27,192,109,1) -20px -20px 0 0, rgba(27,192,109,1) 20px -20px 0 0, rgba(27,192,109,1) 20px 20px 0 0, rgba(27,192,109,1) -20px 20px 0 0;
413
413
  }
414
414
  50% {
415
415
  -webkit-transform: rotate(1080deg);
416
416
  -ms-transform: rotate(1080deg);
417
417
  transform: rotate(1080deg);
418
- box-shadow: rgba(0,132,255,1) 0 0 23px 0, rgba(0,132,255,1) 20px 20px 0 0, rgba(0,132,255,1) -20px 20px 0 0, rgba(0,132,255,1) -20px -20px 0 0, rgba(0,132,255,1) 20px -20px 0 0;
418
+ box-shadow: rgba(27,192,109,1) 0 0 23px 0, rgba(27,192,109,1) 20px 20px 0 0, rgba(27,192,109,1) -20px 20px 0 0, rgba(27,192,109,1) -20px -20px 0 0, rgba(27,192,109,1) 20px -20px 0 0;
419
419
  }
420
420
  }
421
421
  @keyframes spinnerFlower {
@@ -423,13 +423,13 @@
423
423
  -webkit-transform: rotate(0deg);
424
424
  -ms-transform: rotate(0deg);
425
425
  transform: rotate(0deg);
426
- box-shadow: rgba(0,132,255,1) 0 0 23px 0, rgba(0,132,255,1) -20px -20px 0 0, rgba(0,132,255,1) 20px -20px 0 0, rgba(0,132,255,1) 20px 20px 0 0, rgba(0,132,255,1) -20px 20px 0 0;
426
+ box-shadow: rgba(27,192,109,1) 0 0 23px 0, rgba(27,192,109,1) -20px -20px 0 0, rgba(27,192,109,1) 20px -20px 0 0, rgba(27,192,109,1) 20px 20px 0 0, rgba(27,192,109,1) -20px 20px 0 0;
427
427
  }
428
428
  50% {
429
429
  -webkit-transform: rotate(1080deg);
430
430
  -ms-transform: rotate(1080deg);
431
431
  transform: rotate(1080deg);
432
- box-shadow: rgba(0,132,255,1) 0 0 23px 0, rgba(0,132,255,1) 20px 20px 0 0, rgba(0,132,255,1) -20px 20px 0 0, rgba(0,132,255,1) -20px -20px 0 0, rgba(0,132,255,1) 20px -20px 0 0;
432
+ box-shadow: rgba(27,192,109,1) 0 0 23px 0, rgba(27,192,109,1) 20px 20px 0 0, rgba(27,192,109,1) -20px 20px 0 0, rgba(27,192,109,1) -20px -20px 0 0, rgba(27,192,109,1) 20px -20px 0 0;
433
433
  }
434
434
  }
435
435
  .spinner-flower {
@@ -461,14 +461,14 @@
461
461
  .spinner-orbit {
462
462
  -webkit-animation: spinnerOrbit 1s linear infinite;
463
463
  animation: spinnerOrbit 1s linear infinite;
464
- border: 1px solid rgba(0,132,255,1);
464
+ border: 1px solid rgba(27,192,109,1);
465
465
  border-radius: 500px;
466
466
  height: 60px;
467
467
  width: 60px;
468
468
  }
469
469
  .spinner-orbit-1 {
470
- background: rgba(0,132,255,1);
471
- border: 1px solid rgba(0,132,255,1);
470
+ background: rgba(27,192,109,1);
471
+ border: 1px solid rgba(27,192,109,1);
472
472
  border-radius: 500px;
473
473
  -moz-box-sizing: border-box;
474
474
  box-sizing: border-box;
@@ -498,8 +498,8 @@
498
498
  .spinner-pulse {
499
499
  -webkit-animation: spinnerPulse 1.0s infinite ease-in-out;
500
500
  animation: spinnerPulse 1.0s infinite ease-in-out;
501
- background: rgba(0,132,255,1);
502
- border: 1px solid rgba(0,132,255,1);
501
+ background: rgba(27,192,109,1);
502
+ border: 1px solid rgba(27,192,109,1);
503
503
  border-radius: 500px;
504
504
  -moz-box-sizing: border-box;
505
505
  box-sizing: border-box;
@@ -531,8 +531,8 @@
531
531
  .spinner-rotating-plane {
532
532
  -webkit-animation: spinnerRotatingPlane 1.2s infinite ease-in-out;
533
533
  animation: spinnerRotatingPlane 1.2s infinite ease-in-out;
534
- background: rgba(0,132,255,1);
535
- border: 1px solid rgba(0,132,255,1);
534
+ background: rgba(27,192,109,1);
535
+ border: 1px solid rgba(27,192,109,1);
536
536
  -moz-box-sizing: border-box;
537
537
  box-sizing: border-box;
538
538
  height: 100px;
@@ -558,8 +558,8 @@
558
558
  .spinner-triple-bounce > div {
559
559
  -webkit-animation: spinnerTripleBounce 1.4s infinite ease-in-out;
560
560
  animation: spinnerTripleBounce 1.4s infinite ease-in-out;
561
- background: rgba(0,132,255,1);
562
- border: 1px solid rgba(0,132,255,1);
561
+ background: rgba(27,192,109,1);
562
+ border: 1px solid rgba(27,192,109,1);
563
563
  border-radius: 500px;
564
564
  -moz-box-sizing: border-box;
565
565
  box-sizing: border-box;
@@ -616,8 +616,8 @@
616
616
  .spinner-wander-2 {
617
617
  -webkit-animation: spinnerWander 1.8s infinite ease-in-out;
618
618
  animation: spinnerWander 1.8s infinite ease-in-out;
619
- background: rgba(0,132,255,1);
620
- border: 1px solid rgba(0,132,255,1);
619
+ background: rgba(27,192,109,1);
620
+ border: 1px solid rgba(27,192,109,1);
621
621
  -moz-box-sizing: border-box;
622
622
  box-sizing: border-box;
623
623
  height: 20px;
@@ -650,8 +650,8 @@
650
650
  .spinner-wave > div {
651
651
  -webkit-animation: spinnerWave 1.2s infinite ease-in-out;
652
652
  animation: spinnerWave 1.2s infinite ease-in-out;
653
- background: rgba(0,132,255,1);
654
- border: 1px solid rgba(0,132,255,1);
653
+ background: rgba(27,192,109,1);
654
+ border: 1px solid rgba(27,192,109,1);
655
655
  -moz-box-sizing: border-box;
656
656
  box-sizing: border-box;
657
657
  display: inline-block;
@@ -731,7 +731,7 @@
731
731
  97% { left: 104px; }
732
732
  }
733
733
  .spinner-wobbler {
734
- border: 1px solid rgba(0,132,255,1);
734
+ border: 1px solid rgba(27,192,109,1);
735
735
  border-radius: 500px;
736
736
  -moz-box-sizing: border-box;
737
737
  box-sizing: border-box;
@@ -741,8 +741,8 @@
741
741
  .spinner-wobbler::after {
742
742
  -webkit-animation: spinnerWobbler 15s infinite ease-in-out;
743
743
  animation: spinnerWobbler 15s infinite ease-in-out;
744
- background: rgba(0,132,255,1);
745
- border: 1px solid rgba(0,132,255,1);
744
+ background: rgba(27,192,109,1);
745
+ border: 1px solid rgba(27,192,109,1);
746
746
  border-radius: 500px;
747
747
  -moz-box-sizing: border-box;
748
748
  box-sizing: border-box;
@@ -14,10 +14,10 @@
14
14
  z-index: -1;
15
15
  }
16
16
  .swoggle {
17
- background: rgba(245,248,250,1);
17
+ background: rgba(249,249,249,1);
18
18
  border-radius: 500px;
19
- border: 1px solid rgba(245,248,250,1);
20
- color: rgba(43,50,53,1);
19
+ border: 1px solid rgba(249,249,249,1);
20
+ color: rgba(34,34,34,1);
21
21
  cursor: pointer;
22
22
  display: inline-block;
23
23
  -webkit-font-smoothing: antialiased;
@@ -90,28 +90,28 @@
90
90
  border-color: rgba(6,17,31,1);
91
91
  }
92
92
  .swoggle.swoggle-on.swoggle-blue {
93
- background: rgba(0,132,255,1);
94
- border-color: rgba(0,132,255,1);
93
+ background: rgba(76,143,202,1);
94
+ border-color: rgba(76,143,202,1);
95
95
  }
96
96
  .swoggle.swoggle-on.swoggle-green {
97
- background: rgba(68,205,1,1);
98
- border-color: rgba(68,205,1,1);
97
+ background: rgba(27,192,109,1);
98
+ border-color: rgba(27,192,109,1);
99
99
  }
100
100
  .swoggle.swoggle-on.swoggle-orange {
101
- background: rgba(255,131,0,1);
102
- border-color: rgba(255,131,0,1);
101
+ background: rgba(255,154,46,1);
102
+ border-color: rgba(255,154,46,1);
103
103
  }
104
104
  .swoggle.swoggle-on.swoggle-purple {
105
- background: rgba(196,0,235,1);
106
- border-color: rgba(196,0,235,1);
105
+ background: rgba(110,115,136,1);
106
+ border-color: rgba(110,115,136,1);
107
107
  }
108
108
  .swoggle.swoggle-on.swoggle-red {
109
- background: rgba(255,59,48,1);
110
- border-color: rgba(255,59,48,1);
109
+ background: rgba(225,80,80,1);
110
+ border-color: rgba(225,80,80,1);
111
111
  }
112
112
  .swoggle.swoggle-on.swoggle-smoke {
113
- background: rgba(102,117,127,1);
114
- border-color: rgba(102,117,127,1);
113
+ background: rgba(100,100,100,1);
114
+ border-color: rgba(100,100,100,1);
115
115
  }
116
116
  .swoggle.swoggle-on.swoggle-yellow {
117
117
  background: rgba(255,235,0,1);