web: small tweaks to style, dependencies.

This commit is contained in:
2019-04-12 05:51:09 -05:00
parent 9d9f8c4f9b
commit 80c33c85c3
8 changed files with 405 additions and 44 deletions

View File

@ -13,10 +13,11 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
.measure-summary {
height: 12rem;
margin-right: 2rem;
margin-bottom: 2rem;
width: 12rem;
}
}

View File

@ -1,16 +1,12 @@
@import '~@/styles/vars';
form {
justify-content: space-between;
}
input,
select,
textarea {
// background-color: $bg-primary;
/*
&::placeholder {
color: $fg-primary;
opacity: 1;
}
*/
border: solid thin $color1;
border-radius: 4px;
}