web: small tweaks to style, dependencies.
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user