Skip to content

Commit

Permalink
Remove unused profile-name CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Oct 13, 2021
1 parent 95b761b commit e76d9e9
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions stylesheets/_modules.scss
Expand Up @@ -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 {
Expand All @@ -960,10 +956,6 @@
@include dark-theme {
color: $color-white;
}

&__profile-name {
font-style: italic;
}
}

.module-message__author_with_sticker {
Expand All @@ -987,10 +979,6 @@
@include dark-theme {
color: $color-gray-05;
}

&__profile-name {
font-style: italic;
}
}

.module-message__text {
Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit e76d9e9

Please sign in to comment.