Converted image-manager to be component/HTML based

Instead of vue based.
This commit is contained in:
Dan Brown
2020-07-25 00:20:58 +01:00
parent b6aa232205
commit 02dc3154e3
23 changed files with 483 additions and 392 deletions

View File

@ -140,8 +140,10 @@ $btt-size: 40px;
.contained-search-box {
display: flex;
height: 38px;
input, button {
border-radius: 0;
border: 1px solid #ddd;
@include lightDark(border-color, #ddd, #000);
margin-inline-start: -1px;
}
@ -162,6 +164,9 @@ $btt-size: 40px;
background-color: $negative;
color: #EEE;
}
svg {
margin: 0;
}
}
.entity-selector {