Skip to content

Commit

Permalink
Remove duplicate AdminLTE CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
coalest committed Jan 23, 2025
1 parent 65e1d0b commit d5aa090
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
@import 'resources/*';

// import other stylesheets after variables
@import 'AdminLTE';
@import 'bootstrap';
@import 'AdminLTE';
@import 'simple_form-bootstrap/simple_form-bootstrap';
@import 'progress_stepper';
@import 'audits';
Expand Down
10 changes: 0 additions & 10 deletions app/assets/stylesheets/custom.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import 'base/_variables';
@import 'AdminLTE';

@mixin for-desktop {
@media (min-width: 992px) and (min-height: 769px) {
Expand Down Expand Up @@ -53,15 +52,6 @@
}
}

.wrapper-form-feedback {
@extend .dropdown-item;

&:active {
color: inherit;
background-color: #f8f9fa;
}
}

.login-page--user {
background: linear-gradient(135deg, #3023AE, #C86DD7);
background-attachment: fixed;
Expand Down

0 comments on commit d5aa090

Please sign in to comment.