@syscore/ui-library 1.5.2 → 1.5.3
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/client/global.css +2 -1
- package/package.json +1 -1
package/client/global.css
CHANGED
|
@@ -1114,6 +1114,7 @@ body {
|
|
|
1114
1114
|
font-weight: 600;
|
|
1115
1115
|
}
|
|
1116
1116
|
|
|
1117
|
+
|
|
1117
1118
|
.button--large {
|
|
1118
1119
|
height: 3rem;
|
|
1119
1120
|
padding-left: 2rem;
|
|
@@ -1146,7 +1147,7 @@ body {
|
|
|
1146
1147
|
.button-text {
|
|
1147
1148
|
position: relative;
|
|
1148
1149
|
z-index: 10;
|
|
1149
|
-
font-weight: 600;
|
|
1150
|
+
font-weight: 600 !important;
|
|
1150
1151
|
}
|
|
1151
1152
|
|
|
1152
1153
|
/* Accordion Styles */
|