12 lines
179 B
SCSS
12 lines
179 B
SCSS
|
.tis-profile-mini {
|
||
|
&-display-name {
|
||
|
font-size: 1.2rem;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
|
||
|
&-name {
|
||
|
margin-top: 0.125rem;
|
||
|
font-size: 0.8rem;
|
||
|
}
|
||
|
}
|