mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-02 04:16:44 +01:00
5dbb2b182d
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
25 lines
371 B
SCSS
Vendored
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;
|
|
}
|
|
}
|
|
}
|
|
} |