New themes (Aussie Aussie Aussie!)

Localises fonts
SCSS improvements
This commit is contained in:
gloriousCode
2018-02-17 17:56:22 +11:00
parent f2a368fe16
commit 2123245299
43 changed files with 455 additions and 13 deletions

View File

@@ -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;
}

View File

@@ -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(