[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 76 deletions

View File

@ -224,10 +224,6 @@ input[type="checkbox"] {
}
}
.error-summary {
margin-top: 1rem;
}
.error-inline {
@include themify($themes) {
color: themed("danger");

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;

View File

@ -149,54 +149,3 @@ app-sponsored-families {
}
}
}
.collapsable-row {
display: flex;
padding-top: 15px;
i {
margin-top: 3px;
}
.filter-title {
padding-left: 5px;
}
&.active {
@include themify($themes) {
color: themed("primary");
}
}
}
.vault-filter-option {
padding-bottom: 3px;
&.active {
@include themify($themes) {
color: themed("primary");
font-weight: bold;
}
}
button.filter-options-icon {
background: none;
border: none;
padding: 0;
&:hover,
&:focus {
@include themify($themes) {
color: themed("iconHover") !important;
box-shadow: none;
}
}
}
}
.org-filter-heading {
@include themify($themes) {
color: themed("textColor");
}
&.active {
@include themify($themes) {
color: themed("primary");
font-weight: bold;
}
}
}