Smaller loading gif.

This commit is contained in:
Mateus Machado Luna 2018-11-27 12:18:43 -02:00
parent 2f7630873f
commit 73ecfd07e6
3 changed files with 9 additions and 3 deletions

View File

@ -127,7 +127,7 @@
<div class="field">
<button
@click="removeThis(searchCriterion)"
:class="{'has-text-blue4': isHeader, 'has-text-turquoise5': !isHeader,}"
:class="{'has-text-blue4': isHeader, 'has-text-secondary': !isHeader,}"
class="button is-white is-pulled-right">
<span class="icon">
<i class="tainacan-icon tainacan-icon-20px tainacan-icon-close"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -56,8 +56,14 @@ html {
border: none;
border-radius: 0;
animation: none;
height: 90px;
width: 90px;
height: 50px;
width: 50px;
}
.loading-overlay.is-full-page .loading-icon::after {
height: 50px;
width: 50px;
top: calc(50% - 25px);
left: calc(50% - 25px);
}
// Link (hover is the same color as secondary