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.
* Upload BirdUI * Update en.yml - BirdUI Added English localization for BirdUI * Update themes.yml * Added SCSS files for BirdUI * Update themes.yml typo
- Loading branch information
1 parent
1229d29
commit 27419ed
Showing
7 changed files
with
10,503 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@import 'contrast/variables'; | ||
@import 'application'; | ||
@import 'contrast/diff'; | ||
@import 'mastodon-bird-ui/layout-single-column.scss'; | ||
@import 'mastodon-bird-ui/layout-multiple-columns.scss'; |
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,3 @@ | ||
@import 'application'; | ||
@import 'mastodon-bird-ui/layout-single-column.scss'; | ||
@import 'mastodon-bird-ui/layout-multiple-columns.scss'; |
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,5 @@ | ||
@import 'mastodon-light/variables'; | ||
@import 'application'; | ||
@import 'mastodon-light/diff'; | ||
@import 'mastodon-bird-ui/layout-single-column.scss'; | ||
@import 'mastodon-bird-ui/layout-multiple-columns.scss'; |
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
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,3 +1,6 @@ | ||
default: styles/application.scss | ||
contrast: styles/contrast.scss | ||
mastodon-light: styles/mastodon-light.scss | ||
mastodon-bird-ui: styles/mastodon-bird-ui-dark.scss | ||
mastodon-bird-ui-contrast: styles/mastodon-bird-ui-contrast.scss | ||
mastodon-bird-ui-light: styles/mastodon-bird-ui-light.scss |