12 lines
103 B
SCSS
12 lines
103 B
SCSS
.huge {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.large {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.panel-rank {
|
|
margin-top: 18px;
|
|
}
|