add delete variant button

This commit is contained in:
gingervitis
2021-01-17 01:41:00 -08:00
committed by Gabe Kangas
parent 73dd084672
commit 93fa75df2e
2 changed files with 47 additions and 14 deletions

View File

@@ -272,9 +272,20 @@
text-align: center;
}
}
.variants-table {
.actions {
display: flex;
align-items: center;
justify-content: center;
}
.delete-button {
margin-left: .5em;
opacity: .8;
}
}
.segment-tip {
width: 10em;
text-align: center;
margin: auto;
display: inline-block;
}
}