UI Formatting Cleanup

This commit is contained in:
Qstick 2017-10-07 02:21:06 -04:00
parent b963f2aa82
commit 52e3d96f4a
110 changed files with 901 additions and 701 deletions

View file

@ -1,4 +1,8 @@
/* stylelint-disable */
@import '~normalize.css/normalize.css';
@import 'scaffolding.css';
@import '../Content/Fonts/fonts.css';
@import '../Content/Fonts/font-awesome.css';
/* stylelint-enable */

View file

@ -1,19 +1,22 @@
/* stylelint-disable */
* {
box-sizing: border-box;
}
*:before,
*:after {
*::before,
*::after {
box-sizing: border-box;
}
*:focus {
outline: none;
}
/* stylelint-enable */
html,
body {
color: #515253;
font-family: "Roboto", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: 'Roboto', 'open sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
body {