9356945d93
- Create helpers directory structure - Add api-helpers.ts with authentication and API mocking functions - Add ui-helpers.ts with common UI interaction utilities - Add data-helpers.ts with test data generators - Create base.spec.ts as reusable test template - Update support/index.ts to import and expose helper modules globally
12 lines
242 B
SCSS
12 lines
242 B
SCSS
@use 'src/styles/framework' as *;
|
|
|
|
// Double class to increase style specificity.
|
|
// Otherwise will be overwritten by .transparent
|
|
.share-button.share-button {
|
|
&:hover {
|
|
border: none;
|
|
|
|
background-color: $blue-icon !important;
|
|
}
|
|
}
|