Move loader so it doesnt overlap

This commit is contained in:
Jamie Curnow 2018-06-27 12:07:50 +10:00
parent c69b174771
commit 4a59ef9925

View File

@ -24,3 +24,7 @@ $teal: #2bcbba;
background-color: $teal;
border-color: $teal;
}
.dimmer .loader {
margin-top: 50px;
}