replaced some old HTML with the right components; added quality modal functional component

This commit is contained in:
Roberto Tonino
2020-07-06 18:34:43 +02:00
parent 77c875d932
commit b716e89560
8 changed files with 68 additions and 68 deletions

View File

@@ -306,7 +306,7 @@ a {
display: flex;
}
// @todo Remove
// TODO Remove
.inline-flex {
display: flex;
align-items: center;
@@ -316,7 +316,7 @@ a {
}
}
// @todo Remove
// TODO Remove
.right {
float: right;
}