Added small loader

This commit is contained in:
xavijam 2016-07-02 13:40:54 +02:00
parent 87e2e80082
commit 43820c8113

View File

@ -107,6 +107,11 @@ This is the generic loader for widgets, maps, components, ...
height: 16px;
}
.CDB-LoaderIcon--small .CDB-LoaderIcon-spinner {
width: 14px;
height: 14px;
}
.CDB-LoaderIcon--big .CDB-LoaderIcon-spinner {
width: 40px;
height: 40px;
@ -147,4 +152,3 @@ This is the generic loader for widgets, maps, components, ...
stroke-dashoffset: -124;
}
}