{"version":3,"sources":["../lib/src/components/LoadingIndicator/styles.scss"],"names":[],"mappings":"AAAA;EACE,aAAa;EACb,6BAA6B;EAC7B,WAAW;EACX;IACE,yBAAyB,EAAE,eAAe;IAC1C,wCAAwC,EAAE,SAAS;IACnD,kBAAkB;IAClB,WAAW;IACX,YAAY;IACZ,kCAAkC;EACpC;AACF;;AAEA;EACE,KAAK,uBAAuB,EAAE;EAC9B,OAAO,yBAAyB,EAAE;AACpC","file":"fLBvsxIn.scss","sourcesContent":[".loader {\n  display: flex;\n  justify-content: space-around;\n  width: 100%;\n  > div {\n    border: 4px solid #f3f3f3; /* Light grey */\n    border-top: 4px solid #555555 !important; /* Blue */\n    border-radius: 50%;\n    width: 26px;\n    height: 26px;\n    animation: spin 2s linear infinite;\n  }\n}\n\n@keyframes spin {\n  0% { transform: rotate(0deg); }\n  100% { transform: rotate(360deg); }\n}"]}