active_frontend 12.4.32 → 13.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/.coveralls.yml +1 -1
  3. data/.gitignore +1 -1
  4. data/.rspec +1 -1
  5. data/.travis.yml +1 -1
  6. data/CODE_OF_CONDUCT.md +1 -1
  7. data/Gemfile +1 -1
  8. data/LICENSE.txt +1 -1
  9. data/README.md +1 -1
  10. data/Rakefile +1 -1
  11. data/active_frontend.gemspec +1 -1
  12. data/app/assets/fonts/dripicons/dripicons-weather.woff +0 -0
  13. data/app/assets/fonts/dripicons/dripicons.woff +0 -0
  14. data/app/assets/images/placeholders/camera-large.png +0 -0
  15. data/app/assets/images/placeholders/camera-small.png +0 -0
  16. data/app/assets/images/placeholders/camera.png +0 -0
  17. data/app/assets/images/placeholders/picture-large.png +0 -0
  18. data/app/assets/images/placeholders/picture-small.png +0 -0
  19. data/app/assets/images/placeholders/picture.png +0 -0
  20. data/app/assets/images/placeholders/store-large.png +0 -0
  21. data/app/assets/images/placeholders/store-small.png +0 -0
  22. data/app/assets/images/placeholders/store.png +0 -0
  23. data/app/assets/images/placeholders/user-large.png +0 -0
  24. data/app/assets/images/placeholders/user-small.png +0 -0
  25. data/app/assets/images/placeholders/user.png +0 -0
  26. data/app/helpers/active_frontend_helper.rb +2 -2
  27. data/lib/active_frontend/version.rb +2 -2
  28. data/lib/active_frontend.rb +1 -1
  29. data/lib/generators/active_frontend/install_generator.rb +1 -1
  30. data/lib/generators/active_frontend/templates/install.js +1 -1
  31. data/lib/generators/active_frontend/templates/install.scss +1 -1
  32. data/vendor/assets/javascripts/_affix.js +1 -1
  33. data/vendor/assets/javascripts/_alert.js +1 -1
  34. data/vendor/assets/javascripts/_animation.js +1 -1
  35. data/vendor/assets/javascripts/_button.js +1 -1
  36. data/vendor/assets/javascripts/_carousel.js +1 -1
  37. data/vendor/assets/javascripts/_chart.js +8 -8
  38. data/vendor/assets/javascripts/_collapse.js +1 -1
  39. data/vendor/assets/javascripts/_color_picker.js +1 -1
  40. data/vendor/assets/javascripts/_date_picker.js +1 -1
  41. data/vendor/assets/javascripts/_dropdown.js +1 -1
  42. data/vendor/assets/javascripts/_file_input.js +1 -1
  43. data/vendor/assets/javascripts/_hoverdown.js +1 -1
  44. data/vendor/assets/javascripts/_inputmask.js +1 -1
  45. data/vendor/assets/javascripts/_loader.js +1 -1
  46. data/vendor/assets/javascripts/_map.js +149 -10
  47. data/vendor/assets/javascripts/_modal.js +1 -1
  48. data/vendor/assets/javascripts/_popover.js +1 -1
  49. data/vendor/assets/javascripts/_scrollspy.js +1 -1
  50. data/vendor/assets/javascripts/_slider.js +1 -1
  51. data/vendor/assets/javascripts/_sort.js +1 -1
  52. data/vendor/assets/javascripts/_swoggle.js +1 -1
  53. data/vendor/assets/javascripts/_tab.js +1 -1
  54. data/vendor/assets/javascripts/_tablespy.js +1 -1
  55. data/vendor/assets/javascripts/_time_ago.js +1 -1
  56. data/vendor/assets/javascripts/_time_picker.js +1 -1
  57. data/vendor/assets/javascripts/_tooltip.js +1 -1
  58. data/vendor/assets/javascripts/_transition.js +1 -1
  59. data/vendor/assets/javascripts/_typeahead.js +1 -1
  60. data/vendor/assets/javascripts/active_frontend.js +1 -1
  61. data/vendor/assets/stylesheets/_ad.scss +2 -2
  62. data/vendor/assets/stylesheets/_affix.scss +1 -1
  63. data/vendor/assets/stylesheets/_alert.scss +3 -16
  64. data/vendor/assets/stylesheets/_animation.scss +1 -1
  65. data/vendor/assets/stylesheets/_breadcrumb.scss +3 -18
  66. data/vendor/assets/stylesheets/_button.scss +33 -39
  67. data/vendor/assets/stylesheets/_canvas.scss +1 -1
  68. data/vendor/assets/stylesheets/_carousel.scss +2 -2
  69. data/vendor/assets/stylesheets/_chart.scss +1 -1
  70. data/vendor/assets/stylesheets/_code.scss +3 -3
  71. data/vendor/assets/stylesheets/_collapse.scss +2 -2
  72. data/vendor/assets/stylesheets/_color.scss +2 -2
  73. data/vendor/assets/stylesheets/_colorpicker.scss +20 -5
  74. data/vendor/assets/stylesheets/_datepicker.scss +7 -5
  75. data/vendor/assets/stylesheets/_dropdown.scss +12 -9
  76. data/vendor/assets/stylesheets/_footer.scss +4 -5
  77. data/vendor/assets/stylesheets/_form.scss +51 -50
  78. data/vendor/assets/stylesheets/_grid.scss +1 -1
  79. data/vendor/assets/stylesheets/_header.scss +53 -497
  80. data/vendor/assets/stylesheets/_icon.scss +321 -1489
  81. data/vendor/assets/stylesheets/_image.scss +1 -1
  82. data/vendor/assets/stylesheets/_label_and_badge.scss +1 -1
  83. data/vendor/assets/stylesheets/_link.scss +41 -2
  84. data/vendor/assets/stylesheets/_list.scss +3 -3
  85. data/vendor/assets/stylesheets/_loader.scss +1 -1
  86. data/vendor/assets/stylesheets/_map.scss +1 -1
  87. data/vendor/assets/stylesheets/_missive.scss +1 -1
  88. data/vendor/assets/stylesheets/_mixin.scss +1 -1
  89. data/vendor/assets/stylesheets/_modal.scss +1 -1
  90. data/vendor/assets/stylesheets/_nav_and_tab.scss +1 -1
  91. data/vendor/assets/stylesheets/_navbar.scss +8 -16
  92. data/vendor/assets/stylesheets/_pagination.scss +9 -5
  93. data/vendor/assets/stylesheets/_panel.scss +4 -4
  94. data/vendor/assets/stylesheets/_placeholder.scss +3 -4
  95. data/vendor/assets/stylesheets/_popover.scss +2 -2
  96. data/vendor/assets/stylesheets/_progress.scss +1 -1
  97. data/vendor/assets/stylesheets/_reset.scss +6 -4
  98. data/vendor/assets/stylesheets/_sidebar.scss +9 -141
  99. data/vendor/assets/stylesheets/_slider.scss +9 -9
  100. data/vendor/assets/stylesheets/_spinner.scss +6 -4
  101. data/vendor/assets/stylesheets/_subheader.scss +19 -180
  102. data/vendor/assets/stylesheets/_swoggle.scss +3 -3
  103. data/vendor/assets/stylesheets/_table.scss +20 -11
  104. data/vendor/assets/stylesheets/_timepicker.scss +7 -10
  105. data/vendor/assets/stylesheets/_toolbar.scss +8 -21
  106. data/vendor/assets/stylesheets/_tooltip.scss +4 -3
  107. data/vendor/assets/stylesheets/_transition.scss +1 -1
  108. data/vendor/assets/stylesheets/_trunk.scss +16 -24
  109. data/vendor/assets/stylesheets/_typeahead.scss +2 -7
  110. data/vendor/assets/stylesheets/_typography.scss +1 -1
  111. data/vendor/assets/stylesheets/_variable.scss +1 -1
  112. data/vendor/assets/stylesheets/active_frontend.scss +1 -1
  113. metadata +15 -8
  114. data/app/assets/fonts/ionicons/ionicons.eot +0 -0
  115. data/app/assets/fonts/ionicons/ionicons.svg +0 -2232
  116. data/app/assets/fonts/ionicons/ionicons.ttf +0 -0
  117. data/app/assets/fonts/ionicons/ionicons.woff +0 -0
  118. data/app/assets/images/placeholders/person.png +0 -0
@@ -30,4 +30,4 @@ img {
30
30
  ================================================== */
31
31
  @media only screen and (max-width: 767px) {
32
32
  .img-icon { max-width: 60%; }
33
- }
33
+ }
@@ -101,4 +101,4 @@ $onwhite-colors: (
101
101
  }
102
102
  .badge-#{$name}.badge-outline,
103
103
  .label-#{$name}.label-outline { color: $color; }
104
- }
104
+ }
@@ -1,6 +1,36 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Link */
3
+ # Variables
4
+ # Link
5
+ # State */
6
+
7
+ /* # Variables
8
+ ================================================== */
9
+ $colors: (
10
+ dark-black: $color-dark-black,
11
+ black: $color-black,
12
+ light-black: $color-light-black,
13
+ dark-gray: $color-dark-gray,
14
+ gray: $color-gray,
15
+ light-gray: $color-light-gray,
16
+ dark-haze: $color-dark-haze,
17
+ haze: $color-haze,
18
+ light-haze: $color-light-haze,
19
+ white: $color-white,
20
+ lime: $color-lime,
21
+ green: $color-green,
22
+ teal: $color-teal,
23
+ blue: $color-blue,
24
+ indigo: $color-indigo,
25
+ purple: $color-purple,
26
+ pink: $color-pink,
27
+ red: $color-red,
28
+ orange: $color-orange,
29
+ yellow: $color-yellow,
30
+ primary: $color-primary,
31
+ secondary: $color-secondary,
32
+ tertiary: $color-tertiary
33
+ );
4
34
 
5
35
  /* # Link
6
36
  ================================================== */
@@ -13,4 +43,13 @@ a {
13
43
  a[disabled] {
14
44
  cursor: not-allowed;
15
45
  pointer-events: none;
16
- }
46
+ }
47
+
48
+ /* # State
49
+ ================================================== */
50
+ @each $name, $color in $colors {
51
+ .link-state-#{$name}:hover,
52
+ .link-state-#{$name}.active,
53
+ .link-state-#{$name}:active,
54
+ .link-state-#{$name}.focus { color: $color !important; }
55
+ }
@@ -71,8 +71,8 @@ ol { padding-left: 23px; }
71
71
  padding-right: 0;
72
72
  }
73
73
  .list-lined > li:first-child { border: 0; }
74
- .list-striped > li:nth-child(odd) { background: $color-light-haze; }
75
- .list-hover > li:hover { background: darken($color-light-haze, 2%); }
74
+ .list-striped > li:nth-child(odd) { background: lighten($color-light-haze, 2%); }
75
+ .list-hover > li:hover { background: $color-light-haze }
76
76
 
77
77
  /* # Sizes
78
78
  ================================================== */
@@ -119,4 +119,4 @@ only screen and ( min-resolution: 2dppx) {
119
119
  .list-bordered > li:last-child,
120
120
  .list-bordered.list-scrollable,
121
121
  .list-lined > li { border-width: 0.5px; }
122
- }
122
+ }
@@ -68,4 +68,4 @@
68
68
  ================================================== */
69
69
  .loader-dark { background: $color-black; }
70
70
  .loader-light { background: $color-haze; }
71
- .loader-white { background: $color-white; }
71
+ .loader-white { background: $color-white; }
@@ -41,4 +41,4 @@ only screen and ( min-device-pixel-ratio: 2),
41
41
  only screen and ( min-resolution: 192dpi),
42
42
  only screen and ( min-resolution: 2dppx) {
43
43
  .map { border-width: 0.5px; }
44
- }
44
+ }
@@ -71,4 +71,4 @@ only screen and ( min-device-pixel-ratio: 2),
71
71
  only screen and ( min-resolution: 192dpi),
72
72
  only screen and ( min-resolution: 2dppx) {
73
73
  .missive { border-width: 0.5px; }
74
- }
74
+ }
@@ -92,4 +92,4 @@
92
92
  -webkit-user-select: $select;
93
93
  -ms-user-select: $select;
94
94
  user-select: $select;
95
- }
95
+ }
@@ -201,4 +201,4 @@ only screen and ( min-resolution: 2dppx) {
201
201
  .modal-footer-btn { border-width: 0.5px; }
202
202
  .modal-footer-btn:last-child { border-right: 0; }
203
203
  .modal-header > h3 { letter-spacing: 0.5px; }
204
- }
204
+ }
@@ -227,4 +227,4 @@ only screen and ( min-resolution: 192dpi),
227
227
  only screen and ( min-resolution: 2dppx) {
228
228
  .nav-list > .divider { height: 0.5px; }
229
229
  .nav-tabs { border-width: 0.5px; }
230
- }
230
+ }
@@ -11,9 +11,10 @@
11
11
  background: $color-white;
12
12
  border-collapse: separate;
13
13
  border-top: 1px solid $color-haze;
14
+ box-sizing: border-box;
14
15
  color: $color-dark-black;
15
16
  display: table;
16
- height: 49px;
17
+ height: 50px;
17
18
  line-height: 1;
18
19
  table-layout: fixed;
19
20
  width: 100%;
@@ -21,7 +22,7 @@
21
22
  .navbar > a {
22
23
  display: table-cell;
23
24
  float: none;
24
- font-size: 27px;
25
+ font-size: 24px;
25
26
  text-align: center;
26
27
  vertical-align: middle;
27
28
  width: 1%;
@@ -30,18 +31,6 @@
30
31
  .navbar > a.active,
31
32
  .navbar > a:active,
32
33
  .navbar > a:focus { color: $color-primary; }
33
- .navbar > a.filled {
34
- background: $color-primary;
35
- color: $color-white;
36
- }
37
- .navbar > a.filled:hover,
38
- .navbar > a.filled.active,
39
- .navbar > a.filled:active,
40
- .navbar > a.filled:focus { background: darken($color-primary, 5%); }
41
- .navbar > a > i {
42
- display: inline-block;
43
- margin-top: 2px;
44
- }
45
34
 
46
35
  /* # Styles
47
36
  ================================================== */
@@ -50,8 +39,9 @@
50
39
  position: fixed;
51
40
  min-width: inherit;
52
41
  width: inherit;
53
- z-index: 1030;
42
+ z-index: 1040;
54
43
  }
44
+ .navbar-shadow { box-shadow: 0 0 3px lighten($color-light-gray, 20%); }
55
45
 
56
46
  /* # Colors
57
47
  ================================================== */
@@ -60,10 +50,12 @@
60
50
  border-color: $color-dark-black;
61
51
  color: $color-white;
62
52
  }
53
+ .navbar-dark.navbar-shadow { box-shadow: 0 0 3px $color-dark-black; }
63
54
  .navbar-light {
64
55
  background: $color-light-haze;
65
56
  border-color: $color-dark-haze;
66
57
  }
58
+ .navbar-light.navbar-shadow { box-shadow: 0 0 3px lighten($color-light-gray, 15%); }
67
59
 
68
60
  /* # Media Queries
69
61
  ================================================== */
@@ -78,4 +70,4 @@ only screen and ( min-device-pixel-ratio: 2),
78
70
  only screen and ( min-resolution: 192dpi),
79
71
  only screen and ( min-resolution: 2dppx) {
80
72
  .navbar { border-width: 0.5px; }
81
- }
73
+ }
@@ -11,13 +11,15 @@
11
11
  display: inline-block;
12
12
  margin: 0;
13
13
  padding: 0;
14
+ vertical-align: middle;
14
15
  }
15
16
  .pagination > ul > li {
16
17
  display: inline-block;
17
18
  font-size: 14px;
18
19
  font-weight: normal;
19
- line-height: 14px;
20
+ line-height: 1;
20
21
  margin-right: 2px;
22
+ vertical-align: middle;
21
23
  }
22
24
  .pagination > ul > li > a,
23
25
  .pagination > ul > li.active {
@@ -27,6 +29,7 @@
27
29
  min-width: 8px;
28
30
  text-align: center;
29
31
  text-decoration: none;
32
+ vertical-align: middle;
30
33
  }
31
34
  .pagination > ul > li > a,
32
35
  .pagination > ul > li.active { padding: 10px 12px 8px 12px; }
@@ -37,9 +40,10 @@
37
40
  }
38
41
  .pagination > ul > li > a:hover,
39
42
  .pagination > ul > li > a:focus { background: $color-light-haze; }
40
- .pagination > ul > li.pagination-icon > a { padding: 9px 10px 7px 10px; }
41
- .pagination > ul > li.pagination-icon:first-child > a { padding-right: 13px; }
42
- .pagination > ul > li.pagination-icon:last-child > a { padding-left: 13px; }
43
+ .pagination > ul > li.pagination-icon > a {
44
+ font-size: 18px;
45
+ padding: 7px;
46
+ }
43
47
 
44
48
  /* # Alignments
45
49
  ================================================== */
@@ -64,4 +68,4 @@
64
68
  .pagination-light > ul > li.active {
65
69
  background: $color-primary;
66
70
  color: $color-white;
67
- }
71
+ }
@@ -34,8 +34,8 @@
34
34
  padding: 0;
35
35
  }
36
36
  .panel-header .btn {
37
- margin-bottom: -4px;
38
- margin-top: -6px;
37
+ margin-bottom: -6px;
38
+ margin-top: -8px;
39
39
  }
40
40
  .panel-body { padding: 15px; }
41
41
  .panel-body-chart {
@@ -61,7 +61,7 @@
61
61
  color: $color-white;
62
62
  }
63
63
  .panel-light {
64
- background: $color-light-haze;
64
+ background: lighten($color-light-haze, 2%);
65
65
  border-color: $color-dark-haze;
66
66
  }
67
67
 
@@ -77,4 +77,4 @@ only screen and ( min-resolution: 2dppx) {
77
77
  .panel,
78
78
  .panel-header,
79
79
  .panel-footer { border-width: 0.5px; }
80
- }
80
+ }
@@ -16,9 +16,9 @@
16
16
  border-radius: 500px;
17
17
  color: $color-white;
18
18
  display: inline-block;
19
- font-size: 86px;
19
+ font-size: 64px;
20
20
  height: 120px;
21
- line-height: 130px;
21
+ line-height: 110px;
22
22
  width: 120px;
23
23
  }
24
24
  .placeholder > h6 {
@@ -45,7 +45,6 @@
45
45
  display: inline-block;
46
46
  font-size: 256px;
47
47
  height: initial;
48
- line-height: 0;
49
48
  width: initial;
50
49
  }
51
50
 
@@ -62,4 +61,4 @@
62
61
  font-size: 196px;
63
62
  line-height: 1;
64
63
  }
65
- }
64
+ }
@@ -38,7 +38,7 @@
38
38
  padding: 10px 15px;
39
39
  }
40
40
  .popover-title {
41
- background: $color-light-haze;
41
+ background: lighten($color-light-haze, 2%);
42
42
  border-bottom: 1px solid $color-dark-haze;
43
43
  font-weight: bold;
44
44
  line-height: 18px;
@@ -125,4 +125,4 @@ only screen and ( min-device-pixel-ratio: 2),
125
125
  only screen and ( min-resolution: 192dpi),
126
126
  only screen and ( min-resolution: 2dppx) {
127
127
  .popover-title { border-width: 0.5px; }
128
- }
128
+ }
@@ -83,4 +83,4 @@ $colors: (
83
83
  @include background-size(40px 40px);
84
84
  @include transition(width 0.6s ease);
85
85
  }
86
- .progress > .bar-striped.active { @include animation(progress-bar-stripes 2s linear infinite); }
86
+ .progress > .bar-striped.active { @include animation(progress-bar-stripes 2s linear infinite); }
@@ -108,10 +108,12 @@ body {
108
108
 
109
109
  /* # Color
110
110
  ================================================== */
111
- .html-dark { background: $color-black; }
112
111
  .html-dark,
113
- .html-dark body { color: $color-white; }
114
- .html-light { background: $color-light-haze; }
112
+ .html-dark body {
113
+ background: $color-black;
114
+ color: $color-white;
115
+ }
116
+ .html-light { background: lighten($color-light-haze, 2%); }
115
117
 
116
118
  /* # Style
117
119
  ================================================== */
@@ -135,4 +137,4 @@ body {
135
137
  background: rgba(0,0,0,0.6);
136
138
  border-radius: 500px;
137
139
  }
138
- }
140
+ }
@@ -24,43 +24,12 @@
24
24
  border-color: inherit;
25
25
  border-left: 0;
26
26
  }
27
- .sidebar-title {
28
- border-bottom: 1px solid;
29
- border-color: inherit;
30
- box-sizing: border-box;
31
- font-family: $typography-heading;
32
- font-size: 18px;
33
- font-weight: 500;
34
- height: 60px;
35
- letter-spacing: 5px;
36
- line-height: 1;
37
- padding: 13px 0;
38
- text-align: center;
39
- text-indent: -5px;
40
- text-transform: uppercase;
41
- vertical-align: middle;
42
- }
43
- .sidebar-title i {
44
- color: $color-primary;
45
- font-size: 32px;
46
- letter-spacing: 0;
47
- margin: 0 10px 0 5px;
48
- text-indent: 0;
49
- vertical-align: middle;
50
- }
51
- .sidebar-title img {
52
- border-radius: 0;
53
- margin: 0 auto;
54
- padding-top: 5px;
55
- width: 80%;
56
- vertical-align: middle;
57
- }
58
27
  .sidebar-header {
59
28
  border-bottom: 1px solid;
60
29
  border-color: inherit;
61
30
  box-sizing: border-box;
62
31
  display: table;
63
- font-size: 12px;
32
+ font-size: 13px;
64
33
  line-height: 1;
65
34
  table-layout: fixed;
66
35
  vertical-align: middle;
@@ -85,12 +54,10 @@
85
54
  .sidebar-header h4,
86
55
  .sidebar-header h5,
87
56
  .sidebar-header h6 {
88
- font-size: 11px;
89
- font-weight: 500;
90
- letter-spacing: 1px;
57
+ font-size: 13px;
58
+ font-weight: bold;
91
59
  margin: 0;
92
- padding: 10px;
93
- text-transform: uppercase;
60
+ padding: 10px 10px 9px 10px;
94
61
  }
95
62
  .sidebar-header-btn {
96
63
  border-left: 1px solid;
@@ -105,99 +72,22 @@
105
72
  .sidebar-header-btn.active,
106
73
  .sidebar-header-btn:active,
107
74
  .sidebar-header-btn:focus { background: $color-light-haze; }
108
- .sidebar-footer {
109
- border-top: 1px solid;
110
- border-color: inherit;
111
- box-sizing: border-box;
112
- display: block;
113
- font-size: 10px;
114
- line-height: 1;
115
- padding: 10px;
116
- vertical-align: middle;
117
- max-width: 100%;
118
- width: 100%;
119
- }
120
- .sidebar-navbar {
121
- border-collapse: separate;
122
- border-bottom: 1px solid;
123
- border-color: inherit;
124
- box-sizing: border-box;
125
- display: table;
126
- height: 40px;
127
- table-layout: fixed;
128
- width: 100%;
129
- }
130
- .sidebar-navbar > a {
131
- background: $color-light-haze;
132
- border-right: 1px solid;
133
- border-color: inherit;
134
- display: table-cell;
135
- float: none;
136
- font-size: 18px;
137
- padding-top: 10px;
138
- text-align: center;
139
- width: 1%;
140
- }
141
- .sidebar-navbar > a:last-child { border: 0; }
142
- .sidebar-navbar > a:hover,
143
- .sidebar-navbar > a.active,
144
- .sidebar-navbar > a:active,
145
- .sidebar-navbar > a:focus {
146
- background: $color-transparent !important;
147
- color: $color-primary;
148
- }
149
- .sidebar-navbar-indicator {
150
- background: $color-primary;
151
- border-radius: 500px;
152
- display: inline-block;
153
- height: 8px;
154
- margin: -7px 0 0 -13px;
155
- position: absolute;
156
- width: 8px;
157
- }
158
- .sidebar-form {
159
- border-bottom: 1px solid;
160
- border-color: inherit;
161
- padding: 10px;
162
- }
163
- .sidebar-form button,
164
- .sidebar-form input,
165
- .sidebar-form select,
166
- .sidebar-form textarea,
167
- .sidebar-form .form-select,
168
- .sidebar-form .form-input-group,
169
- .sidebar-form .form-file-group {
170
- float: none;
171
- margin: 0 !important;
172
- }
173
- .sidebar-form-mesh input,
174
- .sidebar-form-mesh select,
175
- .sidebar-form-mesh textarea {
176
- border-left: 0;
177
- border-right: 0;
178
- border-top: 0;
179
- border-radius: 0;
180
- margin: 0;
181
- }
182
75
  .sidebar-content {
183
76
  border-color: inherit;
184
77
  box-sizing: border-box;
185
- height: calc(100% - 30px);
78
+ height: 100%;
186
79
  @include overflow-scrolling(touch);
187
80
  overflow-x: hidden;
188
81
  overflow-y: auto;
189
82
  padding: 10px;
190
83
  }
191
- .sidebar-content-with-title { height: calc(100% - 91px); }
192
- .sidebar-content-with-footer { height: calc(100% - 61px); }
193
- .sidebar-content-with-title-and-footer { height: calc(100% - 122px); }
84
+ .sidebar-header + .sidebar-content { height: calc(100% - 32px); }
194
85
  .sidebar-content-unpadded { padding: 0; }
195
86
  .sidebar-scrollable {
196
87
  border-bottom: 1px solid;
197
88
  border-color: inherit;
198
- height: calc(50% - 50px);
89
+ height: calc(50% - 64px);
199
90
  }
200
- .sidebar-scrollable-with-title { height: calc(50% - 91px); }
201
91
 
202
92
  /* # Colors
203
93
  ================================================== */
@@ -212,7 +102,7 @@
212
102
  .sidebar-dark .sidebar-header-btn:focus,
213
103
  .sidebar-dark .sidebar-navbar > a { background: $color-light-black; }
214
104
  .sidebar-light {
215
- background: $color-light-haze;
105
+ background: lighten($color-light-haze, 2%);
216
106
  border-color: $color-dark-haze !important;
217
107
  }
218
108
  .sidebar-light .sidebar-header-btn:hover,
@@ -252,29 +142,7 @@ only screen and ( min-device-pixel-ratio: 2),
252
142
  only screen and ( min-resolution: 192dpi),
253
143
  only screen and ( min-resolution: 2dppx) {
254
144
  .sidebar,
255
- .sidebar-title,
256
145
  .sidebar-header,
257
146
  .sidebar-header-btn,
258
- .sidebar-footer,
259
- .sidebar-navbar,
260
- .sidebar-navbar > a,
261
- .sidebar-form,
262
- .sidebar-form button,
263
- .sidebar-form input,
264
- .sidebar-form select,
265
- .sidebar-form textarea,
266
- .sidebar-form .form-select,
267
- .sidebar-form .form-input-group,
268
- .sidebar-form .form-file-group,
269
- .sidebar-form-mesh input,
270
- .sidebar-form-mesh select,
271
- .sidebar-form-mesh textarea,
272
147
  .sidebar-scrollable { border-width: 0.5px; }
273
- .sidebar-header h1,
274
- .sidebar-header h2,
275
- .sidebar-header h3,
276
- .sidebar-header h4,
277
- .sidebar-header h5,
278
- .sidebar-header h6 { letter-spacing: 0.5px; }
279
- .sidebar-navbar-indicator { margin: -6.5px 0 0 -10.5px; }
280
- }
148
+ }
@@ -55,7 +55,7 @@
55
55
  width: 0;
56
56
  }
57
57
  .slider.slider-horizontal .slider-tick-label-container {
58
- font-size: 11px;
58
+ font-size: 13px;
59
59
  font-weight: bold;
60
60
  margin-top: 20px;
61
61
  white-space: nowrap;
@@ -114,10 +114,10 @@
114
114
  position: absolute;
115
115
  }
116
116
  .slider-track,
117
- .slider.slider-disabled .slider-track { background: $color-haze; }
117
+ .slider.slider-disabled .slider-track { background: $color-light-haze; }
118
118
  .slider-selection,
119
119
  .slider-selection.tick-slider-selection,
120
- .slider.slider-disabled .slider-handle { background: $color-dark-haze; }
120
+ .slider.slider-disabled .slider-handle { background: $color-haze; }
121
121
  .slider-track-low,
122
122
  .slider-track-high { background: $color-transparent; }
123
123
  .slider.slider-disabled .slider-track,
@@ -134,8 +134,8 @@
134
134
  width: 16px;
135
135
  }
136
136
  .slider-handle { background: $color-primary; }
137
- .slider-tick { background: $color-haze; }
138
- .slider-tick.in-selection { background: $color-dark-haze; }
137
+ .slider-tick { background: $color-light-haze; }
138
+ .slider-tick.in-selection { background: $color-haze; }
139
139
  .slider-handle.round,
140
140
  .slider-tick.round { border-radius: 500px; }
141
141
  .slider-handle.custom,
@@ -144,8 +144,8 @@
144
144
  .slider-tick.triangle { background: $color-transparent none; }
145
145
  .slider-handle.custom::before,
146
146
  .slider-tick.custom::before {
147
- line-height: 16px;
148
- font-size: 16px;
147
+ color: $color-haze;
149
148
  content: '\2605';
150
- color: $color-dark-haze;
151
- }
149
+ font-size: 16px;
150
+ line-height: 16px;
151
+ }
@@ -491,7 +491,7 @@
491
491
  }
492
492
  .spinner-orbit,
493
493
  .spinner-orbit-child {
494
- border: 1px solid $color-primary;
494
+ border: 2px solid $color-primary;
495
495
  border-radius: 500px;
496
496
  box-sizing: border-box;
497
497
  }
@@ -499,6 +499,7 @@
499
499
  .spinner-orbit-child {
500
500
  background: $color-primary;
501
501
  height: 20px;
502
+ margin-top: -2px;
502
503
  width: 20px;
503
504
  }
504
505
  .spinner-plane-rotating {
@@ -521,6 +522,7 @@
521
522
  .spinner-wave-child {
522
523
  @include animation(spinner-wave 1.2s infinite ease-in-out);
523
524
  background: $color-primary;
525
+ border-radius: 2px;
524
526
  display: inline-block;
525
527
  height: 100%;
526
528
  width: 6px;
@@ -532,12 +534,12 @@
532
534
  .spinner-wave-child-5 { @include animation-delay(-0.8s); }
533
535
  .spinner-wobbler,
534
536
  .spinner-wobbler::after {
535
- border: 1px solid $color-primary;
537
+ border: 2px solid $color-primary;
536
538
  border-radius: 500px;
537
539
  box-sizing: border-box;
538
540
  }
539
541
  .spinner-wobbler {
540
- height: 26px;
542
+ height: 28px;
541
543
  width: 150px;
542
544
  }
543
545
  .spinner-wobbler::after {
@@ -567,4 +569,4 @@
567
569
  /* # Colors
568
570
  ================================================== */
569
571
  .spinner-dark { background: transparentize($color-black, 0.1); }
570
- .spinner-light { background: transparentize($color-haze, 0.1); }
572
+ .spinner-light { background: transparentize($color-haze, 0.1); }