Skip to content

Commit 691859e

Browse files
committed
Remove Sass from custom CSS files
1 parent 701f9d0 commit 691859e

File tree

7 files changed

+234
-237
lines changed

7 files changed

+234
-237
lines changed

assets/styles/admin.scss

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// @import "~eonasdan-bootstrap-datetimepicker/src/sass/bootstrap-datetimepicker-build.scss";
33
@import "bootstrap-tagsinput.scss";
44

5+
:root {
6+
--blue: #007bff;
7+
}
8+
59
/* Page: 'Backend post index'
610
------------------------------------------------------------------------- */
711
body#admin_post_index .item-actions {
@@ -27,9 +31,8 @@ body#admin_post_show .post-tags .label-default i {
2731

2832
.form-control {
2933
border-width: .125rem;
30-
31-
&:focus {
32-
color: $blue;
33-
box-shadow: none;
34-
}
35-
}
34+
}
35+
.form-control:focus {
36+
color: var(--blue);
37+
box-shadow: none;
38+
}

0 commit comments

Comments
 (0)