Trim whitespace everywhere the code is used, some browser compatability changes

This commit is contained in:
Alec Maier
2019-09-06 02:28:49 -04:00
parent c45c1b26c6
commit f17265cd9a
3 changed files with 23 additions and 18 deletions

View File

@@ -107,6 +107,11 @@
src: url("../assets/fonts/Diavlo_LIGHT_II_37.otf") format("opentype");
}
@font-face {
font-family: 'diavlo-bold';
src: url("../assets/fonts/Diavlo_BOOK_II_37.otf") format("opentype");
}
@font-face {
font-family: 'sitewide-sans-serif';
src: url("../assets/fonts/manrope-light.otf") format("opentype");
@@ -148,7 +153,7 @@ html, body {
.app-title .app-header {
width: 6em;
display: flex;
font-weight: bold;
font-family: diavlo-bold, sans-serif;
}
.app-title {
@@ -263,7 +268,7 @@ button {
}
.card:hover {
background-color: rgba(0, 0, 0, 0.05);
background-color: #e8e8e8;
}
.card-top {
@@ -314,6 +319,10 @@ button {
margin-right: auto;
}
.card:hover .card-quantity, .card:active .card-quantity {
background-color: #e8e8e8;
}
.card-role {
color: gray;
margin: 0;
@@ -640,7 +649,7 @@ label {
display: flex;
margin: 0 auto;
max-width: 35em;
justify-content: space-evenly;
justify-content: center;
}
#play-pause {