|
138 | 138 | --gcds-button-danger-default-background: #a62a1e;
|
139 | 139 | --gcds-button-danger-default-text: #ffffff;
|
140 | 140 | --gcds-button-danger-hover-background: #822117;
|
141 |
| - --gcds-button-font: 500 1.25rem/140% 'Noto Sans', sans-serif; |
142 |
| - --gcds-button-padding: 0.625rem 0.75rem; |
| 141 | + --gcds-button-font: 500 1.25rem/140% 'Noto Sans', sans-serif; /* To be removed in anouther PR */ |
| 142 | + --gcds-button-font-desktop: 500 1.25rem/140% 'Noto Sans', sans-serif; |
| 143 | + --gcds-button-font-mobile: 500 1.125rem/140% 'Noto Sans', sans-serif; |
| 144 | + --gcds-button-padding: 0.625rem 1rem; |
143 | 145 | --gcds-button-primary-default-background: #26374a;
|
144 | 146 | --gcds-button-primary-default-text: #ffffff;
|
145 | 147 | --gcds-button-primary-hover-background: #2b4380;
|
|
155 | 157 | --gcds-button-shared-focus-box-shadow: 0 0 0 0.125rem #ffffff;
|
156 | 158 | --gcds-button-shared-focus-outline-width: 0.25rem;
|
157 | 159 | --gcds-button-shared-focus-text: #ffffff;
|
158 |
| - --gcds-button-shared-disabled-background: #d6d9dd; |
159 |
| - --gcds-button-shared-disabled-text: #545961; |
160 |
| - --gcds-button-small-font: 400 80%/160% 'Noto Sans', sans-serif; |
161 |
| - --gcds-button-small-padding: 0.75rem; |
| 160 | + --gcds-button-shared-disabled-background: #d6d9dd; /* To be removed in anouther PR */ |
| 161 | + --gcds-button-shared-disabled-text: #545961; /* To be removed in anouther PR */ |
| 162 | + --gcds-button-shared-disabled-opacity: 50%; |
| 163 | + --gcds-button-small-font: 400 80%/160% 'Noto Sans', sans-serif; /* To be removed in anouther PR */ |
| 164 | + --gcds-button-small-font-desktop: 400 1.125rem/155% 'Noto Sans', sans-serif; |
| 165 | + --gcds-button-small-font-mobile: 400 1rem/150% 'Noto Sans', sans-serif; |
| 166 | + --gcds-button-small-padding: 0.375rem 1rem; |
| 167 | + --gcds-button-start-default-background: #03662a; |
| 168 | + --gcds-button-start-default-text: #ffffff; |
| 169 | + --gcds-button-start-hover-background: #023b1a; |
| 170 | + --gcds-button-start-font-desktop: 600 1.375rem/145% 'Noto Sans', sans-serif; |
| 171 | + --gcds-button-start-font-mobile: 500 1.25rem/140% 'Noto Sans', sans-serif; |
| 172 | + --gcds-button-start-padding: 0.75rem 2rem; |
162 | 173 | --gcds-button-width: fit-content;
|
163 | 174 | --gcds-card-background-color: #ffffff;
|
164 | 175 | --gcds-card-box-shadow: 0 0.125rem 0.5rem 0.125rem #00000019;
|
|
0 commit comments