Addresses review comments: Rename file, change copyright year, remove commented out code

This commit is contained in:
Joshi
2020-03-31 15:50:30 -07:00
parent ebaf702c59
commit b90eb80584
8 changed files with 6 additions and 15 deletions

View File

@@ -108,7 +108,6 @@
display: flex;
flex-wrap: wrap;
align-items: flex-start;
//line-height: 200%;
grid-column: 2;
> * > * {
@@ -125,16 +124,8 @@
width: 100%;
min-height: $interiorMarginSm;
//&:before {
// @include test();
// content: '';
// display: block;
// z-index: 2;
//}
&.dragging {
min-height: 5em;
//border: solid 1px blue;
background-color: lightblue;
border-radius: 2px;
}