Cleanup dashboard, make flash more customizable for pages

This commit is contained in:
Dane Everitt 2018-05-28 16:28:36 -07:00
parent caa0d21ac9
commit 9831adb91c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 60 additions and 13 deletions

View file

@ -4,18 +4,21 @@
position: relative;
&:after {
@apply .border-2 .border-grey-light .absolute .block;
animation: spinners--spin 500ms infinite linear;
border-radius: 9999px;
@apply .border-2 .border-grey-light;
border-top-color: transparent !important;
border-right-color: transparent !important;
content: '';
display: block;
width: 1em;
height: 1em;
left: calc(50% - (1em / 2));
top: calc(50% - (1em / 2));
position: absolute !important;
}
&.spinner-xl:after {
@apply .h-16 .w-16;
left: calc(50% - (4rem / 2));
}
/**