We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e1d0b commit d5aa090Copy full SHA for d5aa090
app/assets/stylesheets/application.scss
@@ -20,8 +20,8 @@
20
@import 'resources/*';
21
22
// import other stylesheets after variables
23
-@import 'AdminLTE';
24
@import 'bootstrap';
+@import 'AdminLTE';
25
@import 'simple_form-bootstrap/simple_form-bootstrap';
26
@import 'progress_stepper';
27
@import 'audits';
app/assets/stylesheets/custom.scss
@@ -1,5 +1,4 @@
1
@import 'base/_variables';
2
3
4
@mixin for-desktop {
5
@media (min-width: 992px) and (min-height: 769px) {
@@ -53,15 +52,6 @@
53
52
}
54
55
56
-.wrapper-form-feedback {
57
- @extend .dropdown-item;
58
-
59
- &:active {
60
- color: inherit;
61
- background-color: #f8f9fa;
62
- }
63
-}
64
65
.login-page--user {
66
background: linear-gradient(135deg, #3023AE, #C86DD7);
67
background-attachment: fixed;
0 commit comments