fix(ui): adjust loading gryphon sizes and search members dropdown

This commit is contained in:
Matteo Pagliazzi
2020-05-26 18:02:48 +02:00
parent 08f1e2b273
commit 670b6a1563
4 changed files with 28 additions and 17 deletions
@@ -241,14 +241,6 @@
</div>
</div>
</div>
<div class="modal-footer">
<button
class="btn btn-primary"
@click="close()"
>
{{ $t('close') }}
</button>
</div>
</b-modal>
</div>
</template>
@@ -261,11 +253,6 @@
box-shadow: 0 1px 2px 0 rgba(26, 24, 29, 0.24);
}
.modal-footer {
background-color: #edecee;
border-radius: 0 0 8px 8px;
}
.small-text, .character-name {
color: #878190;
}