stop14-themesystem-legacy 2.1.3 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/source/sass/a_components/30_typography/standardized_text_collection/_anchor.sass +6 -0
- package/source/sass/a_components/40_ui/accessibility/_screen_reader_text.sass +1 -1
- package/source/sass/a_components/40_ui/ui_element_base_v002/13_definitions/_form_elements.sass +11 -10
- package/source/sass/a_components/40_ui/ui_element_base_v002/_form_ui.sass +1 -1
- package/source/sass/a_components/60_site_elements/drupal_better_exposed_filters/_index.sass +5 -0
- package/source/sass/a_components/60_site_elements/drupal_general_support/_index.sass +1 -1
- /package/source/sass/a_components/60_site_elements/{drupal_general_support → drupal_better_exposed_filters}/_component_views_bef_search_field.sass +0 -0
package/package.json
CHANGED
package/source/sass/a_components/40_ui/ui_element_base_v002/13_definitions/_form_elements.sass
CHANGED
|
@@ -35,19 +35,11 @@
|
|
|
35
35
|
-webkit-appearance: none
|
|
36
36
|
-moz-appearance: none
|
|
37
37
|
appearance: none
|
|
38
|
-
|
|
39
|
-
font-weight: $normal
|
|
40
|
-
padding: $btn_padding
|
|
41
|
-
height: $btn_height
|
|
42
|
-
min-width: $btn_minwidth
|
|
43
|
-
border: $btn_border_width solid $btn_border_color
|
|
44
|
-
border-radius: $ui_border_radius
|
|
38
|
+
|
|
45
39
|
text-align: center
|
|
46
40
|
text-transform: uppercase
|
|
47
41
|
width: fit-content
|
|
48
42
|
white-space: nowrap
|
|
49
|
-
background-color: $btn_bg_color
|
|
50
|
-
color: $btn_color
|
|
51
43
|
|
|
52
44
|
%button
|
|
53
45
|
@extend %button-base
|
|
@@ -56,6 +48,15 @@
|
|
|
56
48
|
align-items: center
|
|
57
49
|
justify-content: center
|
|
58
50
|
cursor: pointer
|
|
51
|
+
font-size: $btn_fontsize
|
|
52
|
+
font-weight: $normal
|
|
53
|
+
padding: $btn_padding
|
|
54
|
+
height: $btn_height
|
|
55
|
+
min-width: $btn_minwidth
|
|
56
|
+
border: $btn_border_width solid $btn_border_color
|
|
57
|
+
border-radius: $ui_border_radius
|
|
58
|
+
background-color: $btn_bg_color
|
|
59
|
+
color: $btn_color
|
|
59
60
|
|
|
60
61
|
&:hover
|
|
61
62
|
color: $btn_hover_color
|
|
@@ -102,6 +103,7 @@
|
|
|
102
103
|
color: $clr4
|
|
103
104
|
|
|
104
105
|
%button-text
|
|
106
|
+
@extend %button-base
|
|
105
107
|
background-color: $black
|
|
106
108
|
text-decoration: underline
|
|
107
109
|
display: inline-flex
|
|
@@ -124,7 +126,6 @@
|
|
|
124
126
|
@extend %button
|
|
125
127
|
color: $white
|
|
126
128
|
|
|
127
|
-
|
|
128
129
|
%button-outline
|
|
129
130
|
@extend %button
|
|
130
131
|
background-color: transparent
|
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
@import _component_drupal_local_tasks
|
|
8
8
|
@import _component_drupal_one_line_form
|
|
9
9
|
@import _component_views
|
|
10
|
-
@import
|
|
10
|
+
@import ../drupal_better_exposed_filters/component_views_bef_search_field
|
|
11
11
|
@import _mirador_compatibility
|
|
12
12
|
@import _views_attachment_tabs
|