Remove unused profile-name CSS

This commit is contained in:
Evan Hahn 2021-10-13 18:44:22 -05:00 committed by GitHub
parent 95b761b62e
commit e76d9e9a6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -939,10 +939,6 @@
white-space: nowrap;
text-overflow: ellipsis;
user-select: none;
&__profile-name {
@include font-caption-bold-italic;
}
}
.module-message__author--with-tap-to-view-expired {
@ -960,10 +956,6 @@
@include dark-theme {
color: $color-white;
}
&__profile-name {
font-style: italic;
}
}
.module-message__author_with_sticker {
@ -987,10 +979,6 @@
@include dark-theme {
color: $color-gray-05;
}
&__profile-name {
font-style: italic;
}
}
.module-message__text {
@ -1579,10 +1567,6 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
}
}
.module-quote__primary__profile-name {
@include font-body-2-bold-italic;
}
.module-quote__primary__text {
@include font-body-1;
@ -2215,10 +2199,6 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
}
}
.module-contact-list-item__text__profile-name {
@include font-body-2-bold-italic;
}
.module-contact-list-item__text__additional-data {
@include font-body-2;