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:
@@ -279,7 +279,7 @@
|
|||||||
<bit-section disableMargin>
|
<bit-section disableMargin>
|
||||||
<bit-item>
|
<bit-item>
|
||||||
<a bit-item-content routerLink="/blocked-domains">{{ "blockedDomains" | i18n }}</a>
|
<a bit-item-content routerLink="/blocked-domains">{{ "blockedDomains" | i18n }}</a>
|
||||||
<i slot="end" class="bwi bwi-angle-right bwi-lg row-sub-icon" aria-hidden="true"></i>
|
<i slot="end" class="bwi bwi-angle-right bwi-lg" aria-hidden="true"></i>
|
||||||
</bit-item>
|
</bit-item>
|
||||||
</bit-section>
|
</bit-section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
<bit-section disableMargin>
|
<bit-section disableMargin>
|
||||||
<bit-item>
|
<bit-item>
|
||||||
<a bit-item-content routerLink="/excluded-domains">{{ "excludedDomains" | i18n }}</a>
|
<a bit-item-content routerLink="/excluded-domains">{{ "excludedDomains" | i18n }}</a>
|
||||||
<i slot="end" class="bwi bwi-angle-right row-sub-icon" aria-hidden="true"></i>
|
<i slot="end" class="bwi bwi-angle-right" aria-hidden="true"></i>
|
||||||
</bit-item>
|
</bit-item>
|
||||||
</bit-section>
|
</bit-section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -526,13 +526,6 @@
|
|||||||
width: calc(100% - 25px);
|
width: calc(100% - 25px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-sub-icon,
|
|
||||||
.row-sub-label + i.bwi {
|
|
||||||
@include themify($themes) {
|
|
||||||
color: themed("disabledIconColor");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -429,21 +429,6 @@
|
|||||||
width: calc(100% - 25px);
|
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 {
|
.progress {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 5px;
|
height: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user