add width and height
This commit is contained in:
parent
6da2097d5d
commit
bbf8a2ba82
@ -104,6 +104,10 @@ This is the generic loader for widgets, maps, components, ...
|
|||||||
|
|
||||||
```
|
```
|
||||||
*/
|
*/
|
||||||
|
.CDB-LoaderIcon {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.CDB-LoaderIcon-spinner {
|
.CDB-LoaderIcon-spinner {
|
||||||
animation: rotate 2s linear infinite;
|
animation: rotate 2s linear infinite;
|
||||||
@ -111,6 +115,7 @@ This is the generic loader for widgets, maps, components, ...
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CDB-LoaderIcon--small,
|
||||||
.CDB-LoaderIcon--small .CDB-LoaderIcon-spinner {
|
.CDB-LoaderIcon--small .CDB-LoaderIcon-spinner {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
|
Loading…
Reference in New Issue
Block a user