From bbf8a2ba821c36887aec114cf7fea2711a81079e Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Thu, 18 May 2017 18:46:29 +0200 Subject: [PATCH] add width and height --- src/scss/cdb-components/loader.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scss/cdb-components/loader.scss b/src/scss/cdb-components/loader.scss index e29b7c0..a1c2a5c 100644 --- a/src/scss/cdb-components/loader.scss +++ b/src/scss/cdb-components/loader.scss @@ -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;