LinkStack/assets/scss/_progress.scss
Julian Prieber 5dbb2b182d Version 4.0
-- Dashboard Update --

Update to version 4.0.0.
Complete redesign of the admin panel.
New features and a license change.
2023-04-26 15:44:39 +02:00

25 lines
371 B
SCSS
Vendored

/*===== CIRCLE PROGRESS =====*/
.circle {
position: relative;
text-align: center;
.circle-content {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
h6, strong {
font-size: 12px;
}
}
&.circle-lg {
h6 {
font-size: 45px;
span {
font-size: 35px;
}
}
}
}