Update nav tab badges, fix several call tabs issues
This commit is contained in:
parent
ed6ffb695a
commit
9c7dc22a23
43 changed files with 1095 additions and 936 deletions
|
@ -235,3 +235,35 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ProfileEditor__Title {
|
||||
@include font-title-1;
|
||||
text-align: center;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
margin-block: 0 4px;
|
||||
margin-inline: 0;
|
||||
@include light-theme() {
|
||||
color: $color-gray-90;
|
||||
}
|
||||
@include dark-theme() {
|
||||
color: $color-gray-05;
|
||||
}
|
||||
}
|
||||
|
||||
.ProfileEditor__PhoneNumber {
|
||||
@include font-body-2;
|
||||
text-align: center;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
margin-block: 0 14px;
|
||||
margin-inline: 0;
|
||||
@include light-theme() {
|
||||
color: $color-black;
|
||||
}
|
||||
@include dark-theme() {
|
||||
color: $color-white;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue