-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use DaisyUI colors for social login buttons (#85)
Using the brand colors from social login providers doesn't work well with the different DaisyUI themes.
- Loading branch information
1 parent
55ccb14
commit 8c2c109
Showing
5 changed files
with
2 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
@layer components { | ||
.social-github { | ||
@apply bg-stone-900 hover:bg-black | ||
} | ||
.social-facebook { | ||
@apply bg-blue-700 hover:bg-blue-800 | ||
} | ||
.social-google { | ||
@apply bg-red-700 hover:bg-red-800 | ||
} | ||
.social-linkedin { | ||
@apply bg-cyan-600 hover:bg-cyan-700 | ||
} | ||
.social-strava { | ||
@apply bg-orange-400 hover:bg-orange-500 | ||
} | ||
.social-exist { | ||
@apply bg-gray-500 hover:bg-gray-600 | ||
} | ||
.social-wahoo { | ||
@apply bg-cyan-500 hover:bg-cyan-700 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
sample_deployment/sample_deployment/theme/static_src/src/styles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
@layer components { | ||
.social-github { | ||
@apply bg-stone-900 hover:bg-black | ||
} | ||
.social-facebook { | ||
@apply bg-blue-700 hover:bg-blue-800 | ||
} | ||
.social-google { | ||
@apply bg-red-700 hover:bg-red-800 | ||
} | ||
.social-linkedin { | ||
@apply bg-cyan-600 hover:bg-cyan-700 | ||
} | ||
.social-strava { | ||
@apply bg-orange-400 hover:bg-orange-500 | ||
} | ||
.social-exist { | ||
@apply bg-gray-500 hover:bg-gray-600 | ||
} | ||
.social-wahoo { | ||
@apply bg-cyan-500 hover:bg-cyan-700 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters