1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

[PM-21812][PM-21813] Tech debt removal of legacy stylings no longer required nor used (#16466)

This commit is contained in:
Mick Letofsky
2025-09-22 11:24:32 +02:00
committed by GitHub
parent cdd804d232
commit c9501fec30
4 changed files with 2 additions and 24 deletions

View File

@@ -429,21 +429,6 @@
width: calc(100% - 25px);
}
.row-sub-icon {
@include themify($themes) {
color: themed("disabledIconColor");
}
}
.row-sub-label {
margin: 0 15px;
white-space: nowrap;
@include themify($themes) {
color: themed("mutedColor");
}
}
.progress {
display: flex;
height: 5px;