Skip to content

Commit

Permalink
Remove unused CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrce authored and jjcarstens committed May 11, 2022
1 parent 6bdf469 commit 47ceed7
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 1,866 deletions.
39 changes: 0 additions & 39 deletions css/_audit_log_feed.scss

This file was deleted.

109 changes: 0 additions & 109 deletions css/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,113 +38,4 @@ html {
height: 54px;
font-size: 1.125rem;
}

.action-text + .button-icon {
margin-left: 0.75rem;
}

.btn:hover .button-icon {
opacity: 1;
}

.button-icon {
background-repeat: no-repeat;
background-size: contain;
background-position: center;
width: 1rem;
height: 1rem;
display: inline-block;
opacity: 0.75;
transition: opacity 200ms ease;

& + .action-text {
margin-left: 0.75rem;
}

&.add {
color: white;
background-image: url('/images/icons/add.svg');
}

&.power {
background-image: url('/images/icons/power.svg');
}

&.console-icon {
background-image: url('/images/icons/console.svg');
}

&.edit {
background-image: url('/images/icons/edit.svg');
}

&.download {
background-image: url('/images/icons/download.svg');
}

&.delete {
background-image: url('/images/icons/trash.svg');
}

&.quarantine {
background-image: url('/images/icons/quarantine.svg');
}

&.filter {
background-image: url('/images/icons/filter.svg');
}

&.upload {
background-image: url('/images/icons/upload.svg');
}
}

.btn-filter-show {
&:focus {
box-shadow: none;
}
}

.btn-filter-hide {
border: 2px solid var(--bs-primary);

&:hover {
border-color: var(--bs-primary) !important;
}

&:focus {
box-shadow: none;
}
}

.button-submit-wrapper {
margin-top: 4rem;
display: flex;
align-items: center;

.btn + .btn {
margin-left: 1.5rem;
}
}

.btn-sm {
padding: 0.25rem 0.5rem;
height: auto;
min-width: 2rem;
}

.btn-action {
@media (max-width: 860px) {
min-width: 3.5rem;

.action-text {
display: none;
}

.button-icon {
margin: 0 !important;
opacity: 1;
}
}
}
}
Loading

0 comments on commit 47ceed7

Please sign in to comment.