mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-09 04:12:40 -05:00
fix production build issues and refactor variable names
This commit is contained in:
4
resources/assets/sass/laraspace.scss
vendored
4
resources/assets/sass/laraspace.scss
vendored
@@ -1,6 +1,8 @@
|
||||
// Variables
|
||||
// Variables & Functions
|
||||
//----------------------------------
|
||||
|
||||
@import "../../../node_modules/bootstrap/scss/functions";
|
||||
@import "../../../node_modules/bootstrap/scss/variables";
|
||||
@import 'variables';
|
||||
|
||||
|
||||
|
||||
2
resources/assets/sass/skins/skin-crater.scss
vendored
2
resources/assets/sass/skins/skin-crater.scss
vendored
@@ -155,7 +155,7 @@
|
||||
|
||||
.collapse-group .collapse-group-item {
|
||||
a {
|
||||
color: $black;
|
||||
color: $ls-color-black;
|
||||
font-family: poppins, sans-serif;
|
||||
font-size: 14px;
|
||||
|
||||
|
||||
3
resources/assets/sass/variables.scss
vendored
3
resources/assets/sass/variables.scss
vendored
@@ -92,6 +92,9 @@ $theme-colors: (
|
||||
dark: $ls-color-secondary
|
||||
) !default;
|
||||
|
||||
$navbar-dark-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{str-replace(str-replace(#{$navbar-dark-color}, "(", "%28"), ")", "%29")}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
|
||||
$navbar-light-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{str-replace(str-replace(#{$navbar-light-color}, "(", "%28"), ")", "%29")}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
|
||||
|
||||
|
||||
// -- HEADER SECTION --
|
||||
|
||||
|
||||
Reference in New Issue
Block a user