Skip to content

Commit

Permalink
New themes (Aussie Aussie Aussie!)
Browse files Browse the repository at this point in the history
Localises fonts
SCSS improvements
  • Loading branch information
gloriousCode committed Feb 17, 2018
1 parent f2a368f commit 2123245
Show file tree
Hide file tree
Showing 43 changed files with 455 additions and 13 deletions.
19 changes: 9 additions & 10 deletions web/src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
.container {
height: 100vh;
min-height:100%;
min-height: 100%;
}

.main {
display: flex;
align-items: center;
justify-content: center;
padding: 20px 70px 0;
min-width: 86%;
margin: 10px auto;
overflow-x: hidden;
margin-top:4rem;
margin-top: 5rem;
height: 100%;
width: 100%;
}

.main-block {
margin: auto 20px;
}

.sidebar {
width: 14%;
width: 15rem;
position: fixed;
margin-top: 4rem;
}
Expand Down
13 changes: 13 additions & 0 deletions web/src/app/shared/theme-picker/theme-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ export class ThemePickerComponent {
href: 'purple-green.css',
isDark: true,
},
{
primary: '#53D06C',
accent: '#FFD800',
href: 'green-gold-dark.css',
isDark: true,
},
{
primary: '#358444',
accent: '#FFFB38',
href: 'green-gold.css',
isDark: false,
},

];

constructor(
Expand Down
Binary file added web/src/assets/cyrillic-ext-italic.woff2
Binary file not shown.
Binary file added web/src/assets/cyrillic-ext-light.woff2
Binary file not shown.
Binary file added web/src/assets/cyrillic-ext-roboto-bold.woff2
Binary file not shown.
Binary file added web/src/assets/cyrillic-ext-roboto-medium.woff2
Binary file not shown.
Binary file added web/src/assets/cyrillic-ext-roboto.woff2
Binary file not shown.
Binary file added web/src/assets/cyrillic-italic.woff2
Binary file not shown.
Binary file added web/src/assets/cyrillic-light.woff2
Binary file not shown.
Binary file added web/src/assets/cyrillic-roboto-bold.woff2
Binary file not shown.
Binary file added web/src/assets/cyrillic-roboto-medium.woff2
Binary file not shown.
Binary file added web/src/assets/cyrillic-roboto.woff2
Binary file not shown.
Binary file added web/src/assets/greek-ext-italic.woff2
Binary file not shown.
Binary file added web/src/assets/greek-ext-light.woff2
Binary file not shown.
Binary file added web/src/assets/greek-ext-roboto-bold.woff2
Binary file not shown.
Binary file added web/src/assets/greek-ext-roboto-medium.woff2
Binary file not shown.
Binary file added web/src/assets/greek-ext-roboto.woff2
Binary file not shown.
Binary file added web/src/assets/greek-ext.woff2
Binary file not shown.
Binary file added web/src/assets/greek-italic.woff2
Binary file not shown.
Binary file added web/src/assets/greek-light.woff2
Binary file not shown.
Binary file added web/src/assets/greek-roboto-bold.woff2
Binary file not shown.
Binary file added web/src/assets/greek-roboto-medium.woff2
Binary file not shown.
Binary file added web/src/assets/greek-roboto.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions web/src/assets/green-gold-dark.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/src/assets/green-gold.css

Large diffs are not rendered by default.

Binary file added web/src/assets/latin-ext-italic.woff2
Binary file not shown.
Binary file added web/src/assets/latin-ext-light.woff2
Binary file not shown.
Binary file added web/src/assets/latin-ext-roboto-bold.woff2
Binary file not shown.
Binary file added web/src/assets/latin-ext-roboto-medium.woff2
Binary file not shown.
Binary file added web/src/assets/latin-ext-roboto.woff2
Binary file not shown.
Binary file added web/src/assets/latin-italic.woff2
Binary file not shown.
Binary file added web/src/assets/latin-light.woff2
Binary file not shown.
Binary file added web/src/assets/latin-roboto-bold.woff2
Binary file not shown.
Binary file added web/src/assets/latin-roboto-medium.woff2
Binary file not shown.
Binary file added web/src/assets/latin-roboto.woff2
Binary file not shown.
Binary file added web/src/assets/material-icons.woff2
Binary file not shown.
Binary file added web/src/assets/vietnamese-italic.woff2
Binary file not shown.
Binary file added web/src/assets/vietnamese-light.woff2
Binary file not shown.
Binary file added web/src/assets/vietnamese-roboto-bold.woff2
Binary file not shown.
Binary file added web/src/assets/vietnamese-roboto-medium.woff2
Binary file not shown.
Binary file added web/src/assets/vietnamese-roboto.woff2
Binary file not shown.
Loading

0 comments on commit 2123245

Please sign in to comment.