1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

[PM-3818] Remove unused css (#6218)

This commit is contained in:
Oscar Hinton
2023-09-14 11:50:06 +02:00
committed by GitHub
parent 81ab343828
commit a6e4ad4e7e
3 changed files with 0 additions and 76 deletions

View File

@@ -6,21 +6,6 @@
}
}
.modal-footer-content {
border: none;
border-radius: none;
@include themify($themes) {
background-color: themed("footerBackgroundColor");
}
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-clip: padding-box;
outline: 0;
}
.modal-dialog {
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
@@ -100,12 +85,6 @@
}
}
#totpImage {
@include themify($themes) {
filter: themed("imgFilter");
}
}
.totp {
.totp-code {
@extend .text-monospace;