add queue action buttons

This commit is contained in:
geoffrey45
2022-08-02 13:37:22 +03:00
parent b070601d4d
commit 6fffebdf08
5 changed files with 63 additions and 23 deletions
+11
View File
@@ -50,6 +50,17 @@ a {
color: #fff;
}
button {
border: none;
font-size: 0.9rem !important;
color: inherit;
border-radius: $small;
display: flex;
align-items: center;
justify-content: center;
height: 2rem;
}
.separator {
border-top: 0.1px $separator solid;
color: transparent;