Smaller loading gif.
This commit is contained in:
parent
2f7630873f
commit
73ecfd07e6
|
@ -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 |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue