-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from supabase/feature/modal-layouts
Feature/modal layouts
- Loading branch information
Showing
6 changed files
with
312 additions
and
88 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
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.sbui-icon-container { | ||
@apply mx-auto flex-shrink-0 flex items-center justify-center rounded-full p-3; | ||
} | ||
|
||
.sbui-icon-container--brand { | ||
@apply bg-brand-800 bg-opacity-10 text-brand-800; | ||
} | ||
|
||
.sbui-icon-container--gray { | ||
@apply bg-gray-600 bg-opacity-10 text-gray-500; | ||
} | ||
|
||
.sbui-icon-container--red { | ||
@apply bg-red-600 bg-opacity-10 text-red-500; | ||
} | ||
|
||
.sbui-icon-container--yellow { | ||
@apply bg-yellow-600 bg-opacity-10 text-yellow-500; | ||
} | ||
|
||
.sbui-icon-container--green { | ||
@apply bg-green-600 bg-opacity-10 text-green-500; | ||
} | ||
|
||
.sbui-icon-container--blue { | ||
@apply bg-blue-600 bg-opacity-10 text-blue-500; | ||
} | ||
|
||
.sbui-icon-container--indigo { | ||
@apply bg-indigo-600 bg-opacity-10 text-indigo-500; | ||
} | ||
|
||
.sbui-icon-container--purple { | ||
@apply bg-purple-600 bg-opacity-10 text-purple-500; | ||
} | ||
|
||
.sbui-icon-container--pink { | ||
@apply bg-pink-600 bg-opacity-10 text-pink-500; | ||
} |
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
Oops, something went wrong.