activeadmin_blaze_theme 0.7.0 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +13 -0
  3. data/README.md +30 -8
  4. data/activeadmin_blaze_theme.gemspec +1 -13
  5. data/app/assets/stylesheets/activeadmin_blaze_theme/_contents.scss +1 -0
  6. data/app/assets/stylesheets/activeadmin_blaze_theme/_tables.scss +1 -1
  7. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.colors.scss +30 -0
  8. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.scss +43 -49
  9. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.addresses.scss +12 -0
  10. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss +59 -0
  11. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.avatars.scss +36 -0
  12. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss +60 -0
  13. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.breadcrumbs.scss +20 -0
  14. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss +49 -0
  15. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss +77 -0
  16. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss +69 -0
  17. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss +213 -0
  18. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss +14 -0
  19. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss +27 -0
  20. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss +163 -0
  21. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss +135 -0
  22. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss +31 -0
  23. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss +60 -0
  24. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss +126 -0
  25. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss +33 -0
  26. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss +42 -0
  27. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss +51 -0
  28. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss +114 -0
  29. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss +88 -0
  30. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss +72 -0
  31. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss +42 -0
  32. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss +74 -0
  33. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_components.tooltips.scss → components.tooltips.scss} +30 -28
  34. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss +47 -0
  35. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss +95 -0
  36. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/generics.global.scss +13 -0
  37. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.alerts.scss +6 -0
  38. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.badges.scss +8 -0
  39. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss +43 -82
  40. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.inputs.scss +40 -2
  41. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss +22 -0
  42. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.lists.scss +10 -0
  43. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss +29 -0
  44. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss +89 -0
  45. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.tabs.scss +5 -0
  46. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.toggles.scss +6 -0
  47. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss +25 -0
  48. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss +10 -0
  49. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss +10 -38
  50. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_settings.global.scss +864 -0
  51. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_tools.mediaqueries.scss +34 -13
  52. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.boxing.scss +125 -0
  53. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.visibility.scss +46 -6
  54. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss +29 -0
  55. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss +88 -0
  56. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.forms.scss +25 -0
  57. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.grid.responsive.scss → objects.grid.responsive.scss} +14 -14
  58. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.grid.scss → objects.grid.scss} +2 -2
  59. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.images.scss → objects.images.scss} +1 -1
  60. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.media.scss → objects.media.scss} +3 -3
  61. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss +58 -0
  62. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.panels.scss → objects.panels.scss} +11 -1
  63. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/themes/blaze.example.scss +7 -0
  64. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_utilities.alignment.scss → utilities.alignment.scss} +1 -1
  65. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss +101 -0
  66. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.elevation.scss +19 -0
  67. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss +25 -0
  68. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.visibility.scss +45 -0
  69. data/lib/activeadmin_blaze_theme.rb +3 -3
  70. data/lib/activeadmin_blaze_theme/version.rb +1 -1
  71. data/package.json +1 -1
  72. metadata +59 -206
  73. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.addresses.scss +0 -11
  74. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.alerts.scss +0 -78
  75. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.avatars.scss +0 -38
  76. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.back-to-top.scss +0 -17
  77. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.badges.scss +0 -71
  78. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.breadcrumbs.scss +0 -24
  79. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.buttons.scss +0 -91
  80. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.calendars.scss +0 -80
  81. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.cards.scss +0 -195
  82. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.divider.scss +0 -39
  83. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.file-upload.scss +0 -24
  84. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.github-buttons.scss +0 -131
  85. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.headings.scss +0 -12
  86. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.hints.scss +0 -21
  87. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.input-groups.scss +0 -164
  88. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.inputs.scss +0 -128
  89. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.links.scss +0 -72
  90. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.lists.scss +0 -64
  91. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.navs.scss +0 -83
  92. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.overlays.scss +0 -23
  93. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.pagination.scss +0 -31
  94. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.progress.scss +0 -83
  95. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.ranges.scss +0 -176
  96. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tables.scss +0 -86
  97. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tabs.scss +0 -68
  98. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tags.scss +0 -39
  99. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.timelines.scss +0 -113
  100. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.toggles.scss +0 -89
  101. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.trees.scss +0 -48
  102. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_generics.global.scss +0 -17
  103. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.containers.scss +0 -37
  104. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.drawers.scss +0 -91
  105. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.forms.scss +0 -25
  106. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.modals.scss +0 -70
  107. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.boxing.scss +0 -111
  108. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.elevation.scss +0 -17
  109. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.radius.scss +0 -11
  110. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.sizes.scss +0 -23
  111. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.typography.scss +0 -160
  112. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.visibility.scss +0 -54
  113. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_variables.scss +0 -93
  114. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.states.scss +0 -7
@@ -0,0 +1,33 @@
1
+ @import "mixins/settings.global";
2
+
3
+ .c-overlay {
4
+ display: block;
5
+ position: fixed;
6
+ top: 0;
7
+ right: 0;
8
+ bottom: 0;
9
+ left: 0;
10
+ width: 100%;
11
+ height: 100%;
12
+ background-color: transparentize($overlay-background-color, .6);
13
+ opacity: 0;
14
+ visibility: hidden;
15
+ z-index: $overlay-z-index;
16
+ }
17
+
18
+ .c-overlay--visible {
19
+ opacity: 1;
20
+ visibility: visible;
21
+ }
22
+
23
+ .c-overlay--fullpage {
24
+ position: fixed;
25
+ }
26
+
27
+ .c-overlay--transparent {
28
+ background-color: $overlay-transparent-background-color;
29
+ }
30
+
31
+ .c-overlay--dismissable {
32
+ cursor: pointer;
33
+ }
@@ -0,0 +1,42 @@
1
+ @import "mixins/settings.global";
2
+ @import "mixins/components.buttons";
3
+
4
+ .c-pagination {
5
+ display: block;
6
+ width: $pagination-width;
7
+ padding: $pagination-padding;
8
+ font-size: $pagination-font-size;
9
+ text-align: center;
10
+ }
11
+
12
+ .c-pagination__controls {
13
+ display: inline-block;
14
+ text-align: center;
15
+ }
16
+
17
+ .c-pagination__controls--backward {
18
+ float: left;
19
+ text-align: left;
20
+ }
21
+
22
+ .c-pagination__controls--forward {
23
+ float: right;
24
+ text-align: right;
25
+ }
26
+
27
+ .c-pagination__control,
28
+ .c-pagination__page {
29
+ @include button;
30
+ @include button-ghost($pagination-control-color);
31
+ min-width: 2.4em;
32
+ border-radius: $pagination-control-border-radius;
33
+ }
34
+
35
+ .c-pagination__page--current {
36
+ background-color: $pagination-page-current-background-color;
37
+ color: $pagination-page-current-color;
38
+ }
39
+
40
+ .c-pagination__ellipsis {
41
+ padding: $pagination-ellipsis-padding;
42
+ }
@@ -0,0 +1,51 @@
1
+ @import "mixins/settings.global";
2
+
3
+ .c-progress {
4
+ display: block;
5
+ border: $progress-border;
6
+ border-radius: $progress-border-radius;
7
+ background-color: $progress-background-color;
8
+ color: $progress-color;
9
+ text-align: center;
10
+ overflow: hidden;
11
+ }
12
+
13
+ .c-progress--rounded {
14
+ border-radius: $progress-rounded-border-radius;
15
+ }
16
+
17
+ .c-progress__bar {
18
+ display: block;
19
+ height: 100%;
20
+ float: left;
21
+ border-radius: 0;
22
+ background-color: $progress-bar-background-color;
23
+ text-overflow: ellipsis;
24
+ white-space: nowrap;
25
+ overflow: hidden;
26
+ }
27
+
28
+ .c-progress__bar:after {
29
+ color: transparent !important;
30
+ content: "-";
31
+ }
32
+
33
+ .c-progress__bar--brand {
34
+ background-color: $color-brand;
35
+ }
36
+
37
+ .c-progress__bar--info {
38
+ background-color: $color-info;
39
+ }
40
+
41
+ .c-progress__bar--warning {
42
+ background-color: $color-warning;
43
+ }
44
+
45
+ .c-progress__bar--success {
46
+ background-color: $color-success;
47
+ }
48
+
49
+ .c-progress__bar--error {
50
+ background-color: $color-error;
51
+ }
@@ -0,0 +1,114 @@
1
+ @import "mixins/components.ranges";
2
+
3
+ .c-range {
4
+ @include range--color;
5
+ width: $range-width;
6
+ padding: $range-padding;
7
+ outline: 0;
8
+ -webkit-appearance: none;
9
+ }
10
+
11
+ .c-range--brand {
12
+ @include range--color($range-brand-background-color);
13
+ }
14
+
15
+ .c-range--info {
16
+ @include range--color($range-info-background-color);
17
+ }
18
+
19
+ .c-range--warning {
20
+ @include range--color($range-warning-background-color);
21
+ }
22
+
23
+ .c-range--success {
24
+ @include range--color($range-success-background-color);
25
+ }
26
+
27
+ .c-range--error {
28
+ @include range--color($range-error-background-color);
29
+ }
30
+
31
+ .c-range::-webkit-slider-runnable-track {
32
+ @include range__track;
33
+ }
34
+
35
+ .c-range::-webkit-slider-thumb {
36
+ @include range__thumb;
37
+ @include range__thumb--webkit;
38
+ }
39
+
40
+ .c-range::-moz-range-track {
41
+ @include range__track;
42
+ }
43
+
44
+ .c-range::-moz-range-thumb {
45
+ @include range__thumb;
46
+ }
47
+
48
+ .c-range::-ms-track {
49
+ @include range__track;
50
+ @include range__track--ms;
51
+ }
52
+
53
+ .c-range::-ms-fill-lower,
54
+ .c-range::-ms-fill-upper {
55
+ @include range__fill--ms;
56
+ }
57
+
58
+ .c-range::-ms-thumb {
59
+ @include range__thumb;
60
+ }
61
+
62
+ .c-range:not(:disabled):active {
63
+ &::-webkit-slider-thumb {
64
+ @include range__thumb--active;
65
+ }
66
+
67
+ &::-moz-range-thumb {
68
+ @include range__thumb--active;
69
+ }
70
+
71
+ &::-ms-thumb {
72
+ @include range__thumb--active;
73
+ }
74
+ }
75
+
76
+ .c-range:focus {
77
+ &::-webkit-slider-thumb {
78
+ @include range__thumb--focus;
79
+ }
80
+
81
+ &::-moz-range-thumb {
82
+ @include range__thumb--focus;
83
+ }
84
+
85
+ &::-ms-thumb {
86
+ @include range__thumb--focus;
87
+ }
88
+ }
89
+
90
+ .c-range:disabled {
91
+ &::-webkit-slider-thumb {
92
+ @include range--disabled;
93
+ }
94
+
95
+ &::-webkit-slider-runnable-track {
96
+ @include range--disabled;
97
+ }
98
+
99
+ &::-moz-range-thumb {
100
+ @include range--disabled;
101
+ }
102
+
103
+ &::-moz-range-track {
104
+ @include range--disabled;
105
+ }
106
+
107
+ &::-ms-thumb {
108
+ @include range--disabled;
109
+ }
110
+
111
+ &::-ms-track {
112
+ @include range--disabled;
113
+ }
114
+ }
@@ -0,0 +1,88 @@
1
+ @import "mixins/settings.global";
2
+ @import "mixins/objects.grid";
3
+
4
+ .c-table {
5
+ @include grid;
6
+ @include grid--wrap;
7
+ width: $table-width;
8
+ margin: $table-margin;
9
+ padding: $table-padding;
10
+ border: $table-border;
11
+ border-collapse: collapse;
12
+ border-spacing: 0;
13
+ }
14
+
15
+ .c-table__caption {
16
+ @include grid;
17
+ @include grid__cell--full;
18
+ max-width: $table-caption-max-width;
19
+ padding: $table-caption-padding;
20
+ color: $table-caption-color;
21
+ font-size: $table-caption-font-size;
22
+ text-align: $table-caption-text-align;
23
+ }
24
+
25
+ .c-table__row,
26
+ .c-table__head,
27
+ .c-table__body {
28
+ display: flex;
29
+ flex: 0 0 100%;
30
+ flex-wrap: wrap;
31
+ max-width: 100%;
32
+ }
33
+
34
+ .c-table--striped :not(.c-table__row--heading).c-table__row:nth-of-type(odd) {
35
+ background-color: $table-row-striped-background-color;
36
+ color: $table-row-striped-color;
37
+ }
38
+
39
+ .c-table__cell {
40
+ display: flex;
41
+ flex: 1;
42
+ padding: $table-cell-padding;
43
+ text-align: $table-cell-text-align;
44
+ overflow: auto;
45
+ }
46
+
47
+ .c-table__row--heading .c-table__cell {
48
+ display: flex;
49
+ flex: 1;
50
+ border-bottom: $table-heading-border;
51
+ background-color: $table-heading-background-color;
52
+ color: $table-heading-color;
53
+ font-size: $text-font-size-medium;
54
+ font-weight: $table-heading-font-weight;
55
+ }
56
+
57
+ .c-table--striped .c-table__row--heading .c-table__cell {
58
+ background-color: $table-heading-striped-background-color;
59
+ color: $table-heading-striped-color;
60
+ }
61
+
62
+ .c-table--clickable :not(.c-table__row--heading).c-table__row:hover .c-table__cell,
63
+ .c-table__row--clickable:hover .c-table__cell {
64
+ background-color: $table-row-clickable-background-color;
65
+ color: $table-row-clickable-color;
66
+ cursor: pointer;
67
+ }
68
+
69
+ .c-table__row--disabled {
70
+ background-color: $table-row-disabled-background-color;
71
+ color: $table-row-disabled-color;
72
+ cursor: default;
73
+ }
74
+
75
+ .c-table--clickable :not(.c-table__row--heading).c-table__row--disabled:hover .c-table__cell,
76
+ .c-table__row--disabled:hover .c-table__cell {
77
+ background-color: $table-row-disabled-background-color;
78
+ color: $table-row-disabled-color;
79
+ cursor: not-allowed;
80
+ }
81
+
82
+ .c-table--condensed {
83
+ font-size: $table-condensed-font-size;
84
+
85
+ .c-table__cell {
86
+ padding: $table-condensed-cell-padding;
87
+ }
88
+ }
@@ -0,0 +1,72 @@
1
+ @import "mixins/components.tabs";
2
+
3
+ .c-tabs {
4
+ display: block;
5
+ }
6
+
7
+ .c-tabs__headings {
8
+ display: flex;
9
+ text-align: $tab-headings-text-align;
10
+ cursor: pointer;
11
+ }
12
+
13
+ .c-tab-heading {
14
+ flex: 1;
15
+ margin: $tab-heading-margin;
16
+ padding: $tab-heading-padding;
17
+ box-shadow: 0 -.2em 0 0 $tab-heading-box-shadow-color inset;
18
+ }
19
+
20
+ .c-tabs__nav {
21
+ overflow: hidden;
22
+
23
+ .c-tabs__headings {
24
+ margin-bottom: -1em;
25
+ padding-bottom: 1em;
26
+ overflow-y: hidden;
27
+ overflow-x: auto;
28
+ }
29
+
30
+ .c-tab-heading {
31
+ white-space: nowrap;
32
+ }
33
+ }
34
+
35
+ .c-tab-heading--active {
36
+ @include tab-heading--color;
37
+ }
38
+
39
+ .c-tabs--brand .c-tab-heading--active {
40
+ @include tab-heading--color($tab-heading-brand-active-box-shadow-color);
41
+ }
42
+
43
+ .c-tabs--info .c-tab-heading--active {
44
+ @include tab-heading--color($tab-heading-info-active-box-shadow-color);
45
+ }
46
+
47
+ .c-tabs--warning .c-tab-heading--active {
48
+ @include tab-heading--color($tab-heading-warning-active-box-shadow-color);
49
+ }
50
+
51
+ .c-tabs--success .c-tab-heading--active {
52
+ @include tab-heading--color($tab-heading-success-active-box-shadow-color);
53
+ }
54
+
55
+ .c-tabs--error .c-tab-heading--active {
56
+ @include tab-heading--color($tab-heading-error-active-box-shadow-color);
57
+ }
58
+
59
+ .c-tab-heading--disabled {
60
+ background-color: $tab-heading-disabled-background-color;
61
+ color: $tab-heading-disabled-color;
62
+ cursor: not-allowed;
63
+ }
64
+
65
+ .c-tabs__tab {
66
+ display: none;
67
+ padding: $tab-padding;
68
+ }
69
+
70
+ .c-tabs__tab--active {
71
+ display: block;
72
+ }
@@ -0,0 +1,42 @@
1
+ @import "mixins/settings.global";
2
+
3
+ .c-tags {
4
+ position: relative;
5
+ width: $tags-width;
6
+ text-align: $tags-text-align;
7
+ }
8
+
9
+ .c-tags .c-card--menu {
10
+ position: absolute;
11
+ width: 100%;
12
+ }
13
+
14
+ .c-tags__container {
15
+ display: inline-block;
16
+ max-width: $tags-container-width;
17
+ padding-right: $spacing-xsmall;
18
+ }
19
+
20
+ .c-tag {
21
+ display: inline-block;
22
+ position: relative;
23
+ max-width: $tags-container-width;
24
+ margin: $tag-margin;
25
+ padding: $tag-padding;
26
+ }
27
+
28
+ .c-tag__close {
29
+ position: absolute;
30
+ top: 7px;
31
+ right: 5px;
32
+ color: $tag-close-color;
33
+ font-weight: $tag-close-font-weight;
34
+ }
35
+
36
+ .c-tags__field-container {
37
+ display: inline-block;
38
+ position: absolute;
39
+ width: $tags-field-container-width;
40
+ margin: $tags-field-container-margin;
41
+ cursor: pointer;
42
+ }