New material theme, additional fonts, more complete theme coverage, and bug fixes
This commit is contained in:
@@ -1,25 +1,14 @@
|
||||
|
||||
@import '@/styles/style-helpers.scss';
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
src: url('./assets/fonts/Inconsolata-Light.ttf');
|
||||
}
|
||||
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
transition: all 1s;
|
||||
margin-top: -3px;
|
||||
@extend .scroll-bar;
|
||||
}
|
||||
|
||||
/* Default app font face */
|
||||
body, div, p, a, span, label, input, button {
|
||||
font-family: 'Inconsolata', sans-serif;
|
||||
}
|
||||
|
||||
/* Headings font face */
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-family: 'Inconsolata', sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
transition: all 1s;
|
||||
margin-top: -3px;
|
||||
@extend .scroll-bar;
|
||||
box-sizing: border-box;
|
||||
input[type=button], button, a {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user