Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

725-feat: Sync wearecommunity link with api data #726

Merged
merged 5 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: 725 - to use scss variables
Quiddlee committed Jan 27, 2025
commit 2ffe6acebc49e6d3123c86a99fd79c4bae9bdf96
1 change: 1 addition & 0 deletions src/core/styles/_constants.scss
Original file line number Diff line number Diff line change
@@ -72,5 +72,6 @@ $opacity-100: 1;
$opacity-80: 0.8;
$opacity-50: 0.5;
$opacity-20: 0.2;
$opacity-30: 0.3;
$opacity-8: 0.08;
$opacity-0: 0;
2 changes: 1 addition & 1 deletion src/shared/ui/link-custom/link-custom.module.scss
Original file line number Diff line number Diff line change
@@ -91,5 +91,5 @@

.disabled {
pointer-events: none;
opacity: 0.3;
opacity: $opacity-30;
}