Skip to content

Commit

Permalink
Merge pull request #4944 from coalest/reduce-application-css-filesize
Browse files Browse the repository at this point in the history
Reduce application.css file size
  • Loading branch information
cielf authored Jan 24, 2025
2 parents a95b349 + d5aa090 commit 7ce6e5d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
10 changes: 8 additions & 2 deletions app/assets/stylesheets/AdminLTE.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/stylesheets/AdminLTE.css.map

Large diffs are not rendered by default.

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 7ce6e5d

Please sign in to comment.