add width and height

This commit is contained in:
piensaenpixel 2017-05-18 18:46:29 +02:00
parent 6da2097d5d
commit bbf8a2ba82

View File

@ -104,6 +104,10 @@ This is the generic loader for widgets, maps, components, ...
```
*/
.CDB-LoaderIcon {
width: 16px;
height: 16px;
}
.CDB-LoaderIcon-spinner {
animation: rotate 2s linear infinite;
@ -111,6 +115,7 @@ This is the generic loader for widgets, maps, components, ...
height: 16px;
}
.CDB-LoaderIcon--small,
.CDB-LoaderIcon--small .CDB-LoaderIcon-spinner {
width: 14px;
height: 14px;