13 lines
207 B
SCSS
13 lines
207 B
SCSS
.static-item {
|
|
text-align: center;
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
|
|
.static-item__percentage {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: red;
|
|
}
|
|
}
|