[PM-3818] Remove unused css (#6218)
This commit is contained in:
parent
81ab343828
commit
a6e4ad4e7e
|
@ -224,10 +224,6 @@ input[type="checkbox"] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-summary {
|
|
||||||
margin-top: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.error-inline {
|
.error-inline {
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed("danger");
|
color: themed("danger");
|
||||||
|
|
|
@ -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 {
|
.modal-dialog {
|
||||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 0.3rem;
|
border-radius: 0.3rem;
|
||||||
|
@ -100,12 +85,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#totpImage {
|
|
||||||
@include themify($themes) {
|
|
||||||
filter: themed("imgFilter");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.totp {
|
.totp {
|
||||||
.totp-code {
|
.totp-code {
|
||||||
@extend .text-monospace;
|
@extend .text-monospace;
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue