anchor_ui-sprockets 5.2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (182) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +67 -0
  3. data/Rakefile +20 -0
  4. data/app/assets/fonts/coreui-icons/CoreUI-Icons-Linear-Free.eot +0 -0
  5. data/app/assets/fonts/coreui-icons/CoreUI-Icons-Linear-Free.svg +110 -0
  6. data/app/assets/fonts/coreui-icons/CoreUI-Icons-Linear-Free.ttf +0 -0
  7. data/app/assets/fonts/coreui-icons/CoreUI-Icons-Linear-Free.woff +0 -0
  8. data/app/assets/javascripts/core.min.js +10 -0
  9. data/app/assets/javascripts/core.min.js.map +1 -0
  10. data/app/assets/javascripts/coreui/coreui-utilities.js +1072 -0
  11. data/app/assets/javascripts/coreui/coreui-utilities.js.map +1 -0
  12. data/app/assets/javascripts/coreui/coreui-utilities.min.js +7 -0
  13. data/app/assets/javascripts/coreui/coreui-utilities.min.js.map +1 -0
  14. data/app/assets/javascripts/coreui/coreui.js +1962 -0
  15. data/app/assets/javascripts/coreui/coreui.js.map +1 -0
  16. data/app/assets/javascripts/coreui/coreui.min.js +7 -0
  17. data/app/assets/javascripts/coreui/coreui.min.js.map +1 -0
  18. data/app/assets/javascripts/custom-tooltips.min.js +2 -0
  19. data/app/assets/javascripts/custom-tooltips.min.js.map +1 -0
  20. data/app/assets/javascripts/pace.min.js +2 -0
  21. data/app/assets/javascripts/perfect-scrollbar.min.js +6 -0
  22. data/app/assets/stylesheets/coreui-icons/_core.scss +33 -0
  23. data/app/assets/stylesheets/coreui-icons/_functions.scss +3 -0
  24. data/app/assets/stylesheets/coreui-icons/_variables.scss +106 -0
  25. data/app/assets/stylesheets/coreui-icons/coreui-icons.scss +11 -0
  26. data/app/assets/stylesheets/coreui/_animate.scss +27 -0
  27. data/app/assets/stylesheets/coreui/_aside.scss +65 -0
  28. data/app/assets/stylesheets/coreui/_avatars.scss +44 -0
  29. data/app/assets/stylesheets/coreui/_badge.scss +3 -0
  30. data/app/assets/stylesheets/coreui/_brand-buttons.scss +60 -0
  31. data/app/assets/stylesheets/coreui/_brand-card.scss +65 -0
  32. data/app/assets/stylesheets/coreui/_breadcrumb-menu.scss +44 -0
  33. data/app/assets/stylesheets/coreui/_breadcrumb.scss +16 -0
  34. data/app/assets/stylesheets/coreui/_buttons.scss +32 -0
  35. data/app/assets/stylesheets/coreui/_callout.scss +73 -0
  36. data/app/assets/stylesheets/coreui/_card.scss +117 -0
  37. data/app/assets/stylesheets/coreui/_charts.scss +55 -0
  38. data/app/assets/stylesheets/coreui/_dropdown-menu-right.scss +8 -0
  39. data/app/assets/stylesheets/coreui/_dropdown.scss +69 -0
  40. data/app/assets/stylesheets/coreui/_footer.scss +9 -0
  41. data/app/assets/stylesheets/coreui/_grid.scss +15 -0
  42. data/app/assets/stylesheets/coreui/_header.scss +135 -0
  43. data/app/assets/stylesheets/coreui/_ie-custom-properties.scss +14 -0
  44. data/app/assets/stylesheets/coreui/_images.scss +6 -0
  45. data/app/assets/stylesheets/coreui/_input-group.scss +5 -0
  46. data/app/assets/stylesheets/coreui/_layout.scss +483 -0
  47. data/app/assets/stylesheets/coreui/_list-group.scss +35 -0
  48. data/app/assets/stylesheets/coreui/_mixins.scss +7 -0
  49. data/app/assets/stylesheets/coreui/_modal.scss +13 -0
  50. data/app/assets/stylesheets/coreui/_nav.scss +57 -0
  51. data/app/assets/stylesheets/coreui/_navbar.scss +135 -0
  52. data/app/assets/stylesheets/coreui/_others.scss +4 -0
  53. data/app/assets/stylesheets/coreui/_progress-group.scss +40 -0
  54. data/app/assets/stylesheets/coreui/_progress.scss +15 -0
  55. data/app/assets/stylesheets/coreui/_rtl.scss +27 -0
  56. data/app/assets/stylesheets/coreui/_sidebar.scss +606 -0
  57. data/app/assets/stylesheets/coreui/_switches.scss +173 -0
  58. data/app/assets/stylesheets/coreui/_tables.scss +20 -0
  59. data/app/assets/stylesheets/coreui/_utilities.scss +4 -0
  60. data/app/assets/stylesheets/coreui/_variables.scss +204 -0
  61. data/app/assets/stylesheets/coreui/_vendors.scss +1 -0
  62. data/app/assets/stylesheets/coreui/_widgets.scss +1 -0
  63. data/app/assets/stylesheets/coreui/bootstrap.scss +4 -0
  64. data/app/assets/stylesheets/coreui/bootstrap/_alert.scss +51 -0
  65. data/app/assets/stylesheets/coreui/bootstrap/_badge.scss +47 -0
  66. data/app/assets/stylesheets/coreui/bootstrap/_breadcrumb.scss +41 -0
  67. data/app/assets/stylesheets/coreui/bootstrap/_button-group.scss +172 -0
  68. data/app/assets/stylesheets/coreui/bootstrap/_buttons.scss +143 -0
  69. data/app/assets/stylesheets/coreui/bootstrap/_card.scss +301 -0
  70. data/app/assets/stylesheets/coreui/bootstrap/_carousel.scss +236 -0
  71. data/app/assets/stylesheets/coreui/bootstrap/_close.scss +35 -0
  72. data/app/assets/stylesheets/coreui/bootstrap/_code.scss +48 -0
  73. data/app/assets/stylesheets/coreui/bootstrap/_custom-forms.scss +433 -0
  74. data/app/assets/stylesheets/coreui/bootstrap/_dropdown.scss +166 -0
  75. data/app/assets/stylesheets/coreui/bootstrap/_forms.scss +333 -0
  76. data/app/assets/stylesheets/coreui/bootstrap/_functions.scss +86 -0
  77. data/app/assets/stylesheets/coreui/bootstrap/_grid.scss +52 -0
  78. data/app/assets/stylesheets/coreui/bootstrap/_images.scss +42 -0
  79. data/app/assets/stylesheets/coreui/bootstrap/_input-group.scss +173 -0
  80. data/app/assets/stylesheets/coreui/bootstrap/_jumbotron.scss +16 -0
  81. data/app/assets/stylesheets/coreui/bootstrap/_list-group.scss +115 -0
  82. data/app/assets/stylesheets/coreui/bootstrap/_media.scss +8 -0
  83. data/app/assets/stylesheets/coreui/bootstrap/_mixins.scss +41 -0
  84. data/app/assets/stylesheets/coreui/bootstrap/_modal.scss +180 -0
  85. data/app/assets/stylesheets/coreui/bootstrap/_nav.scss +118 -0
  86. data/app/assets/stylesheets/coreui/bootstrap/_navbar.scss +299 -0
  87. data/app/assets/stylesheets/coreui/bootstrap/_pagination.scss +78 -0
  88. data/app/assets/stylesheets/coreui/bootstrap/_popover.scss +183 -0
  89. data/app/assets/stylesheets/coreui/bootstrap/_print.scss +141 -0
  90. data/app/assets/stylesheets/coreui/bootstrap/_progress.scss +34 -0
  91. data/app/assets/stylesheets/coreui/bootstrap/_reboot.scss +483 -0
  92. data/app/assets/stylesheets/coreui/bootstrap/_root.scss +19 -0
  93. data/app/assets/stylesheets/coreui/bootstrap/_tables.scss +187 -0
  94. data/app/assets/stylesheets/coreui/bootstrap/_tooltip.scss +115 -0
  95. data/app/assets/stylesheets/coreui/bootstrap/_transitions.scss +22 -0
  96. data/app/assets/stylesheets/coreui/bootstrap/_type.scss +125 -0
  97. data/app/assets/stylesheets/coreui/bootstrap/_utilities.scss +15 -0
  98. data/app/assets/stylesheets/coreui/bootstrap/_variables.scss +952 -0
  99. data/app/assets/stylesheets/coreui/bootstrap/bootstrap-grid.scss +32 -0
  100. data/app/assets/stylesheets/coreui/bootstrap/bootstrap-reboot.scss +12 -0
  101. data/app/assets/stylesheets/coreui/bootstrap/bootstrap.scss +42 -0
  102. data/app/assets/stylesheets/coreui/bootstrap/mixins/_alert.scss +13 -0
  103. data/app/assets/stylesheets/coreui/bootstrap/mixins/_background-variant.scss +21 -0
  104. data/app/assets/stylesheets/coreui/bootstrap/mixins/_badge.scss +12 -0
  105. data/app/assets/stylesheets/coreui/bootstrap/mixins/_border-radius.scss +35 -0
  106. data/app/assets/stylesheets/coreui/bootstrap/mixins/_box-shadow.scss +5 -0
  107. data/app/assets/stylesheets/coreui/bootstrap/mixins/_breakpoints.scss +123 -0
  108. data/app/assets/stylesheets/coreui/bootstrap/mixins/_buttons.scss +109 -0
  109. data/app/assets/stylesheets/coreui/bootstrap/mixins/_caret.scss +66 -0
  110. data/app/assets/stylesheets/coreui/bootstrap/mixins/_clearfix.scss +7 -0
  111. data/app/assets/stylesheets/coreui/bootstrap/mixins/_float.scss +11 -0
  112. data/app/assets/stylesheets/coreui/bootstrap/mixins/_forms.scss +147 -0
  113. data/app/assets/stylesheets/coreui/bootstrap/mixins/_gradients.scss +45 -0
  114. data/app/assets/stylesheets/coreui/bootstrap/mixins/_grid-framework.scss +67 -0
  115. data/app/assets/stylesheets/coreui/bootstrap/mixins/_grid.scss +52 -0
  116. data/app/assets/stylesheets/coreui/bootstrap/mixins/_hover.scss +37 -0
  117. data/app/assets/stylesheets/coreui/bootstrap/mixins/_image.scss +36 -0
  118. data/app/assets/stylesheets/coreui/bootstrap/mixins/_list-group.scss +21 -0
  119. data/app/assets/stylesheets/coreui/bootstrap/mixins/_lists.scss +7 -0
  120. data/app/assets/stylesheets/coreui/bootstrap/mixins/_nav-divider.scss +10 -0
  121. data/app/assets/stylesheets/coreui/bootstrap/mixins/_pagination.scss +22 -0
  122. data/app/assets/stylesheets/coreui/bootstrap/mixins/_reset-text.scss +17 -0
  123. data/app/assets/stylesheets/coreui/bootstrap/mixins/_resize.scss +6 -0
  124. data/app/assets/stylesheets/coreui/bootstrap/mixins/_screen-reader.scss +33 -0
  125. data/app/assets/stylesheets/coreui/bootstrap/mixins/_size.scss +6 -0
  126. data/app/assets/stylesheets/coreui/bootstrap/mixins/_table-row.scss +30 -0
  127. data/app/assets/stylesheets/coreui/bootstrap/mixins/_text-emphasis.scss +14 -0
  128. data/app/assets/stylesheets/coreui/bootstrap/mixins/_text-hide.scss +13 -0
  129. data/app/assets/stylesheets/coreui/bootstrap/mixins/_text-truncate.scss +8 -0
  130. data/app/assets/stylesheets/coreui/bootstrap/mixins/_transition.scss +13 -0
  131. data/app/assets/stylesheets/coreui/bootstrap/mixins/_visibility.scss +7 -0
  132. data/app/assets/stylesheets/coreui/bootstrap/utilities/_align.scss +8 -0
  133. data/app/assets/stylesheets/coreui/bootstrap/utilities/_background.scss +19 -0
  134. data/app/assets/stylesheets/coreui/bootstrap/utilities/_borders.scss +59 -0
  135. data/app/assets/stylesheets/coreui/bootstrap/utilities/_clearfix.scss +3 -0
  136. data/app/assets/stylesheets/coreui/bootstrap/utilities/_display.scss +38 -0
  137. data/app/assets/stylesheets/coreui/bootstrap/utilities/_embed.scss +52 -0
  138. data/app/assets/stylesheets/coreui/bootstrap/utilities/_flex.scss +51 -0
  139. data/app/assets/stylesheets/coreui/bootstrap/utilities/_float.scss +9 -0
  140. data/app/assets/stylesheets/coreui/bootstrap/utilities/_position.scss +37 -0
  141. data/app/assets/stylesheets/coreui/bootstrap/utilities/_screenreaders.scss +11 -0
  142. data/app/assets/stylesheets/coreui/bootstrap/utilities/_shadows.scss +6 -0
  143. data/app/assets/stylesheets/coreui/bootstrap/utilities/_sizing.scss +12 -0
  144. data/app/assets/stylesheets/coreui/bootstrap/utilities/_spacing.scss +51 -0
  145. data/app/assets/stylesheets/coreui/bootstrap/utilities/_text.scss +58 -0
  146. data/app/assets/stylesheets/coreui/bootstrap/utilities/_visibility.scss +11 -0
  147. data/app/assets/stylesheets/coreui/coreui-standalone.scss +65 -0
  148. data/app/assets/stylesheets/coreui/coreui.scss +64 -0
  149. data/app/assets/stylesheets/coreui/mixins/_avatars.scss +17 -0
  150. data/app/assets/stylesheets/coreui/mixins/_borders.scss +31 -0
  151. data/app/assets/stylesheets/coreui/mixins/_buttons.scss +41 -0
  152. data/app/assets/stylesheets/coreui/mixins/_card-accent.scss +4 -0
  153. data/app/assets/stylesheets/coreui/mixins/_list-group.scss +7 -0
  154. data/app/assets/stylesheets/coreui/mixins/_sidebar-width.scss +18 -0
  155. data/app/assets/stylesheets/coreui/mixins/_switches.scss +78 -0
  156. data/app/assets/stylesheets/coreui/utilities/_background.scss +28 -0
  157. data/app/assets/stylesheets/coreui/utilities/_borders.scss +19 -0
  158. data/app/assets/stylesheets/coreui/utilities/_display.scss +18 -0
  159. data/app/assets/stylesheets/coreui/utilities/_typography.scss +55 -0
  160. data/app/assets/stylesheets/coreui/variables/_colors.scss +146 -0
  161. data/app/assets/stylesheets/coreui/variables/bootstrap/_variables.scss +62 -0
  162. data/app/assets/stylesheets/coreui/vendors/_perfect-scrollbar.scss +94 -0
  163. data/lib/anchor_ui/sprockets.rb +21 -0
  164. data/lib/anchor_ui/sprockets/assets.rb +21 -0
  165. data/lib/anchor_ui/sprockets/assets/base.rb +24 -0
  166. data/lib/anchor_ui/sprockets/assets/core.rb +24 -0
  167. data/lib/anchor_ui/sprockets/assets/core_ui.rb +93 -0
  168. data/lib/anchor_ui/sprockets/assets/core_ui_icons.rb +73 -0
  169. data/lib/anchor_ui/sprockets/assets/custom_tooltips.rb +24 -0
  170. data/lib/anchor_ui/sprockets/assets/javascript.rb +39 -0
  171. data/lib/anchor_ui/sprockets/assets/pace.rb +19 -0
  172. data/lib/anchor_ui/sprockets/assets/perfect_scrollbar.rb +19 -0
  173. data/lib/anchor_ui/sprockets/engine.rb +6 -0
  174. data/lib/anchor_ui/sprockets/paths.rb +21 -0
  175. data/lib/anchor_ui/sprockets/updater.rb +23 -0
  176. data/lib/anchor_ui/sprockets/version.rb +7 -0
  177. data/lib/generators/anchor_ui/sprockets/install_generator.rb +37 -0
  178. data/lib/generators/anchor_ui/sprockets/templates/_coreui.scss +35 -0
  179. data/lib/generators/anchor_ui/sprockets/templates/_variables.scss +411 -0
  180. data/lib/generators/anchor_ui/sprockets/templates/application.js +11 -0
  181. data/lib/generators/anchor_ui/sprockets/templates/application.scss +7 -0
  182. metadata +420 -0
@@ -0,0 +1,28 @@
1
+ .bg-primary,
2
+ .bg-success,
3
+ .bg-info,
4
+ .bg-warning,
5
+ .bg-danger,
6
+ .bg-dark {
7
+ color: #fff;
8
+ }
9
+
10
+ @each $color, $value in $brands-colors {
11
+ @include bg-variant(".bg-#{$color}", $value);
12
+ }
13
+
14
+ @each $color, $value in $colors {
15
+ @include bg-variant(".bg-#{$color}", $value);
16
+ }
17
+
18
+ @each $color, $value in $grays {
19
+ @include bg-variant(".bg-gray-#{$color}", $value);
20
+ }
21
+
22
+ .bg-box {
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: center;
26
+ width: ($spacer * 2.5);
27
+ height: ($spacer * 2.5);
28
+ }
@@ -0,0 +1,19 @@
1
+ //border
2
+ // stylelint-disable declaration-no-important
3
+ @each $prop, $abbrev in (border: b) {
4
+ @each $size in (0,1,2) {
5
+ @if $size == 0 {
6
+ .#{$abbrev}-a-#{$size} { #{$prop}: 0 !important; } // a = All sides
7
+ .#{$abbrev}-t-#{$size} { #{$prop}-top: 0 !important; }
8
+ .#{$abbrev}-r-#{$size} { #{$prop}-right: 0 !important; }
9
+ .#{$abbrev}-b-#{$size} { #{$prop}-bottom: 0 !important; }
10
+ .#{$abbrev}-l-#{$size} { #{$prop}-left: 0 !important; }
11
+ } @else {
12
+ .#{$abbrev}-a-#{$size} { #{$prop}: $size * $border-width solid $border-color; } // a = All sides
13
+ .#{$abbrev}-t-#{$size} { #{$prop}-top: $size * $border-width solid $border-color; }
14
+ .#{$abbrev}-r-#{$size} { #{$prop}-right: $size * $border-width solid $border-color; }
15
+ .#{$abbrev}-b-#{$size} { #{$prop}-bottom: $size * $border-width solid $border-color; }
16
+ .#{$abbrev}-l-#{$size} { #{$prop}-left: $size * $border-width solid $border-color; }
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,18 @@
1
+ //
2
+ // Utilities for common `display` values
3
+ //
4
+ // stylelint-disable declaration-no-important
5
+ @each $breakpoint in map-keys($grid-breakpoints) {
6
+ @include media-breakpoint-down($breakpoint) {
7
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
8
+
9
+ .d#{$infix}-down-none { display: none !important; }
10
+ // .d#{$infix}-inline { display: inline !important; }
11
+ // .d#{$infix}-inline-block { display: inline-block !important; }
12
+ // .d#{$infix}-block { display: block !important; }
13
+ // .d#{$infix}-table { display: table !important; }
14
+ // .d#{$infix}-table-cell { display: table-cell !important; }
15
+ // .d#{$infix}-flex { display: flex !important; }
16
+ // .d#{$infix}-inline-flex { display: inline-flex !important; }
17
+ }
18
+ }
@@ -0,0 +1,55 @@
1
+ body {
2
+ -moz-osx-font-smoothing: grayscale;
3
+ -webkit-font-smoothing: antialiased;
4
+ }
5
+
6
+ // stylelint-disable declaration-no-important
7
+ .font-xs {
8
+ font-size: .75rem !important;
9
+ }
10
+
11
+ .font-sm {
12
+ font-size: .85rem !important;
13
+ }
14
+
15
+ .font-lg {
16
+ font-size: 1rem !important;
17
+ }
18
+
19
+ .font-xl {
20
+ font-size: 1.25rem !important;
21
+ }
22
+
23
+ .font-2xl {
24
+ font-size: 1.5rem !important;
25
+ }
26
+
27
+ .font-3xl {
28
+ font-size: 1.75rem !important;
29
+ }
30
+
31
+ .font-4xl {
32
+ font-size: 2rem !important;
33
+ }
34
+
35
+ .font-5xl {
36
+ font-size: 2.5rem !important;
37
+ }
38
+
39
+ .text-value {
40
+ font-size: ($font-size-base * 1.5);
41
+ font-weight: 600;
42
+ }
43
+ .text-value-sm {
44
+ font-size: ($font-size-base * 1.25);
45
+ font-weight: 600;
46
+ }
47
+
48
+ .text-value-lg {
49
+ font-size: ($font-size-base * 1.75);
50
+ font-weight: 600;
51
+ }
52
+
53
+ .text-white .text-muted {
54
+ color: rgba(255, 255, 255, .6) !important;
55
+ }
@@ -0,0 +1,146 @@
1
+ // Color system
2
+ // stylelint-disable
3
+
4
+ $white: #fff !default;
5
+ $gray-base: #181b1e !default;
6
+ $gray-100: #f0f3f5 !default; // lighten($gray-base, 85%);
7
+ $gray-200: #e4e7ea !default; // lighten($gray-base, 80%);
8
+ $gray-300: #c8ced3 !default; // lighten($gray-base, 70%);
9
+ $gray-400: #acb4bc !default; // lighten($gray-base, 60%);
10
+ $gray-500: #8f9ba6 !default; // lighten($gray-base, 50%);
11
+ $gray-600: #73818f !default; // lighten($gray-base, 40%);
12
+ $gray-700: #5c6873 !default; // lighten($gray-base, 30%);
13
+ $gray-800: #2f353a !default; // lighten($gray-base, 10%);
14
+ $gray-900: #23282c !default; // lighten($gray-base, 5%);
15
+ $black: #000 !default;
16
+
17
+ $grays: () !default;
18
+ $grays: map-merge(
19
+ (
20
+ "100": $gray-100,
21
+ "200": $gray-200,
22
+ "300": $gray-300,
23
+ "400": $gray-400,
24
+ "500": $gray-500,
25
+ "600": $gray-600,
26
+ "700": $gray-700,
27
+ "800": $gray-800,
28
+ "900": $gray-900
29
+ ),
30
+ $grays
31
+ );
32
+
33
+ $blue: #20a8d8 !default;
34
+ $indigo: #6610f2 !default;
35
+ $purple: #6f42c1 !default;
36
+ $pink: #e83e8c !default;
37
+ $red: #f86c6b !default;
38
+ $orange: #f8cb00 !default;
39
+ $yellow: #ffc107 !default;
40
+ $green: #4dbd74 !default;
41
+ $teal: #20c997 !default;
42
+ $cyan: #17a2b8 !default;
43
+ $light-blue: #63c2de !default;
44
+
45
+ $colors: () !default;
46
+ $colors: map-merge(
47
+ (
48
+ "blue": $blue,
49
+ "indigo": $indigo,
50
+ "purple": $purple,
51
+ "pink": $pink,
52
+ "red": $red,
53
+ "orange": $orange,
54
+ "yellow": $yellow,
55
+ "green": $green,
56
+ "teal": $teal,
57
+ "cyan": $cyan,
58
+ "light-blue": $light-blue,
59
+ "white": $white,
60
+ "gray": $gray-600,
61
+ "gray-dark": $gray-800
62
+ ),
63
+ $colors
64
+ );
65
+
66
+ $primary: $blue !default;
67
+ $secondary: $gray-300 !default;
68
+ $success: $green !default;
69
+ $info: $light-blue !default;
70
+ $warning: $yellow !default;
71
+ $danger: $red !default;
72
+ $light: $gray-100 !default;
73
+ $dark: $gray-800 !default;
74
+
75
+ $theme-colors: () !default;
76
+ $theme-colors: map-merge(
77
+ (
78
+ "primary": $primary,
79
+ "secondary": $secondary,
80
+ "success": $success,
81
+ "info": $info,
82
+ "warning": $warning,
83
+ "danger": $danger,
84
+ "light": $light,
85
+ "dark": $dark
86
+ ),
87
+ $theme-colors
88
+ );
89
+
90
+ // Brand Colors
91
+
92
+ $facebook: #3b5998 !default;
93
+ $twitter: #00aced !default;
94
+ $linkedin: #4875b4 !default;
95
+ $google-plus: #d34836 !default;
96
+ $flickr: #ff0084 !default;
97
+ $tumblr: #32506d !default;
98
+ $xing: #026466 !default;
99
+ $github: #4183c4 !default;
100
+ $html5: #e34f26 !default;
101
+ $openid: #f78c40 !default;
102
+ $stack-overflow: #fe7a15 !default;
103
+ $youtube: #b00 !default;
104
+ $css3: #0170ba !default;
105
+ $dribbble: #ea4c89 !default;
106
+ $google-plus: #bb4b39 !default;
107
+ $instagram: #517fa4 !default;
108
+ $pinterest: #cb2027 !default;
109
+ $vk: #45668e !default;
110
+ $yahoo: #400191 !default;
111
+ $behance: #1769ff !default;
112
+ $dropbox: #007ee5 !default;
113
+ $reddit: #ff4500 !default;
114
+ $spotify: #7ab800 !default;
115
+ $vine: #00bf8f !default;
116
+ $foursquare: #1073af !default;
117
+ $vimeo: #aad450 !default;
118
+
119
+ $brands-colors: () !default;
120
+ $brands-colors: map-merge((
121
+ "facebook": $facebook,
122
+ "twitter": $twitter,
123
+ "linkedin": $linkedin,
124
+ "google-plus": $google-plus,
125
+ "flickr": $flickr,
126
+ "tumblr": $tumblr,
127
+ "xing": $xing,
128
+ "github": $github,
129
+ "html5": $html5,
130
+ "openid": $openid,
131
+ "stack-overflow": $stack-overflow,
132
+ "youtube": $youtube,
133
+ "css3": $css3,
134
+ "dribbble": $dribbble,
135
+ "instagram": $instagram,
136
+ "pinterest": $pinterest,
137
+ "vk": $vk,
138
+ "yahoo": $yahoo,
139
+ "behance": $behance,
140
+ "dropbox": $dropbox,
141
+ "reddit": $reddit,
142
+ "spotify": $spotify,
143
+ "vine": $vine,
144
+ "foursquare": $foursquare,
145
+ "vimeo": $vimeo
146
+ ), $brands-colors);
@@ -0,0 +1,62 @@
1
+ // stylelint-disable
2
+ // Bootstrap overrides
3
+
4
+ // Options
5
+ //
6
+ // Quickly modify global styling by enabling or disabling optional features.
7
+
8
+ $enable-transitions: true !default;
9
+
10
+ // Body
11
+ //
12
+ // Settings for the `<body>` element.
13
+
14
+ $body-bg: #e4e5e6 !default;
15
+
16
+ // Components
17
+ //
18
+ // Define common padding and border radius sizes and more.
19
+
20
+ $border-color: $gray-300 !default;
21
+
22
+ // Typography
23
+ //
24
+ // Font, line-height, and color for body text, headings, and more.
25
+
26
+ $font-size-base: .875rem !default;
27
+
28
+ // Breadcrumbs
29
+
30
+ $breadcrumb-bg: #fff !default;
31
+ $breadcrumb-margin-bottom: 1.5rem !default;
32
+ $breadcrumb-border-radius: 0 !default;
33
+
34
+ // Cards
35
+
36
+ $card-border-color: $gray-300 !default;
37
+ $card-cap-bg: $gray-100 !default;
38
+
39
+ // Dropdowns
40
+
41
+ $dropdown-padding-y: 0 !default;
42
+ $dropdown-border-color: $gray-300 !default;
43
+ $dropdown-divider-bg: $gray-200 !default;
44
+
45
+ // Buttons
46
+
47
+ $btn-secondary-border: $gray-300 !default;
48
+
49
+ // Progress bars
50
+
51
+ $progress-bg: $gray-100 !default;
52
+
53
+ // Tables
54
+
55
+ $table-bg-accent: $gray-100 !default;
56
+ $table-bg-hover: $gray-100 !default;
57
+
58
+ // Forms
59
+
60
+ $input-group-addon-bg: $gray-100 !default;
61
+ $input-border-color: $gray-200 !default;
62
+ $input-group-addon-border-color: $gray-200 !default;
@@ -0,0 +1,94 @@
1
+ // stylelint-disable declaration-no-important, property-no-vendor-prefix
2
+ .ps {
3
+ overflow: hidden !important;
4
+ -ms-touch-action: auto;
5
+ touch-action: auto;
6
+ -ms-overflow-style: none;
7
+ overflow-anchor: none;
8
+ }
9
+
10
+ .ps__rail-x {
11
+ position: absolute;
12
+ bottom: 0;
13
+ display: none;
14
+ height: 15px;
15
+ opacity: 0;
16
+ transition: background-color .2s linear, opacity .2s linear;
17
+ }
18
+
19
+ .ps__rail-y {
20
+ position: absolute;
21
+ right: 0;
22
+ display: none;
23
+ width: 15px;
24
+ opacity: 0;
25
+ transition: background-color .2s linear, opacity .2s linear;
26
+ }
27
+
28
+ .ps--active-x > .ps__rail-x,
29
+ .ps--active-y > .ps__rail-y {
30
+ display: block;
31
+ background-color: transparent;
32
+ }
33
+
34
+ .ps:hover > .ps__rail-x,
35
+ .ps:hover > .ps__rail-y,
36
+ .ps--focus > .ps__rail-x,
37
+ .ps--focus > .ps__rail-y,
38
+ .ps--scrolling-x > .ps__rail-x,
39
+ .ps--scrolling-y > .ps__rail-y {
40
+ opacity: .6;
41
+ }
42
+
43
+ .ps__rail-x:hover,
44
+ .ps__rail-y:hover,
45
+ .ps__rail-x:focus,
46
+ .ps__rail-y:focus {
47
+ background-color: #eee;
48
+ opacity: .9;
49
+ }
50
+
51
+ /*
52
+ * Scrollbar thumb styles
53
+ */
54
+ .ps__thumb-x {
55
+ position: absolute;
56
+ bottom: 2px;
57
+ height: 6px;
58
+ background-color: #aaa;
59
+ border-radius: 6px;
60
+ transition: background-color .2s linear, height .2s ease-in-out;
61
+ }
62
+
63
+ .ps__thumb-y {
64
+ position: absolute;
65
+ right: 2px;
66
+ width: 6px;
67
+ background-color: #aaa;
68
+ border-radius: 6px;
69
+ transition: background-color .2s linear, width .2s ease-in-out;
70
+ }
71
+
72
+ .ps__rail-x:hover > .ps__thumb-x,
73
+ .ps__rail-x:focus > .ps__thumb-x {
74
+ height: 11px;
75
+ background-color: #999;
76
+ }
77
+
78
+ .ps__rail-y:hover > .ps__thumb-y,
79
+ .ps__rail-y:focus > .ps__thumb-y {
80
+ width: 11px;
81
+ background-color: #999;
82
+ }
83
+
84
+ @supports (-ms-overflow-style: none) {
85
+ .ps {
86
+ overflow: auto !important;
87
+ }
88
+ }
89
+
90
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
91
+ .ps {
92
+ overflow: auto !important;
93
+ }
94
+ }
@@ -0,0 +1,21 @@
1
+ require 'net/http'
2
+ require 'zip'
3
+ require 'jquery-rails'
4
+ require 'font-awesome-rails'
5
+ require 'popper_js'
6
+ require 'chart-js-rails'
7
+ require 'bootstrap'
8
+ require 'flag-icons-rails'
9
+ require 'simple-line-icons-rails'
10
+ require 'anchor_ui/sprockets/engine'
11
+ require 'anchor_ui/sprockets/paths'
12
+ require 'anchor_ui/sprockets/updater'
13
+ require 'anchor_ui/sprockets/assets'
14
+ require 'anchor_ui/sprockets/assets/base'
15
+ require 'anchor_ui/sprockets/assets/javascript'
16
+ require 'anchor_ui/sprockets/assets/core'
17
+ require 'anchor_ui/sprockets/assets/custom_tooltips'
18
+ require 'anchor_ui/sprockets/assets/pace'
19
+ require 'anchor_ui/sprockets/assets/perfect_scrollbar'
20
+ require 'anchor_ui/sprockets/assets/core_ui'
21
+ require 'anchor_ui/sprockets/assets/core_ui_icons'