soneta-ui-style

This commit is contained in:
Marcin Wojas
2026-03-22 20:56:25 +01:00
parent ccaf27e569
commit 81b895cf2f
707 changed files with 33942 additions and 0 deletions
@@ -0,0 +1,31 @@
@import "../common/PredefinedMixins.scss";
@import "./partial.scss";
@import "./Variables.scss";
@import "../mobilebrowser/SpinnerIndicator.module.scss";
.spinner-container {
width: 100%;
height: 100%;
.spinner-circular {
.spinner {
width: 120px;
height: 120px;
svg {
path {
stroke-width: 10px;
}
circle {
r: 2px;
cx: 80px;
cy: 5px;
fill: $spinner_fill;
transition: r 0.3s ease, cx 0.3s ease, cy 0.3s ease;
}
}
}
}
}