forked from mastodon/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update themes.yml * Update en.yml * Add Tangerine UI as an available theme * Update tangerineui-cherry.scss * Update tangerineui-lagoon.scss * Update tangerineui-purple.scss * Update tangerineui.scss
- Loading branch information
1 parent
a7b63d4
commit 63c4412
Showing
10 changed files
with
42,088 additions
and
0 deletions.
There are no files selected for viewing
5,118 changes: 5,118 additions & 0 deletions
5,118
app/javascript/styles/mastodon-bird-ui/layout-multiple-columns.scss
Large diffs are not rendered by default.
Oops, something went wrong.
5,366 changes: 5,366 additions & 0 deletions
5,366
app/javascript/styles/mastodon-bird-ui/layout-single-column.scss
Large diffs are not rendered by default.
Oops, something went wrong.
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,2 @@ | ||
@import 'application'; | ||
@import 'tangerineui-cherry/tangerineui-cherry.scss'; |
7,899 changes: 7,899 additions & 0 deletions
7,899
app/javascript/styles/tangerineui-cherry/tangerineui-cherry.scss
Large diffs are not rendered by default.
Oops, something went wrong.
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,2 @@ | ||
@import 'application'; | ||
@import 'tangerineui-lagoon/tangerineui-lagoon.scss'; |
7,899 changes: 7,899 additions & 0 deletions
7,899
app/javascript/styles/tangerineui-lagoon/tangerineui-lagoon.scss
Large diffs are not rendered by default.
Oops, something went wrong.
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,2 @@ | ||
@import 'application'; | ||
@import 'tangerineui-purple/tangerineui-purple.scss'; |
7,899 changes: 7,899 additions & 0 deletions
7,899
app/javascript/styles/tangerineui-purple/tangerineui-purple.scss
Large diffs are not rendered by default.
Oops, something went wrong.
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,2 @@ | ||
@import 'application'; | ||
@import 'tangerineui/tangerineui.scss'; |
7,899 changes: 7,899 additions & 0 deletions
7,899
app/javascript/styles/tangerineui/tangerineui.scss
Large diffs are not rendered by default.
Oops, something went wrong.