mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-19 15:10:05 +00:00
New themes (Aussie Aussie Aussie!)
Localises fonts SCSS improvements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user