Skip to content

Commit

Permalink
Add breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Rass committed Apr 10, 2024
1 parent ec20efe commit f2578db
Show file tree
Hide file tree
Showing 15 changed files with 2,154 additions and 180 deletions.
1 change: 1 addition & 0 deletions app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//= link_tree ../images
//= link_tree ../fonts
//= link_directory ../stylesheets .css
//= link_tree ../../javascript .js
//= link_tree ../../../vendor/javascript .js
Binary file added app/assets/fonts/bootstrap-icons.woff
Binary file not shown.
Binary file added app/assets/fonts/bootstrap-icons.woff2
Binary file not shown.
77 changes: 0 additions & 77 deletions app/assets/stylesheets/1st_load_framework.css.scss

This file was deleted.

33 changes: 13 additions & 20 deletions app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,26 @@
*= require datagrid
*= require jquery-ui
*= require diffy
*= require_tree .
*= require enclosure_fields
*= require loader
*= require moves
*= require palette-color-picker
*= require rooms
*= require_self
* require tom-select.bootstrap5
*= require tom-select.bootstrap5
*/

// import the CSS framework
@import "bootstrap-variables.scss";
@import "bootstrap-icons.scss";
@import "bootstrap-generators.scss"; // TODO: to remove (here for submenu)
@import "bootstrap";

body {
-webkit-print-color-adjust: exact;
}


.pdf_body {
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: initial !important;
Expand Down Expand Up @@ -50,24 +61,6 @@ body {
word-wrap: break-word ;
}

.breadcrumb {
background-color: #333;
margin-left: -15px;
margin-right: -15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
a {
color: #9d9d9d;
&:hover {
color: #ffffff;
}
}
li {
color: #ffffff;
}
}

.datagrid-form {
background-color: white;
padding: 0;
Expand Down
25 changes: 0 additions & 25 deletions app/assets/stylesheets/bootstrap-generators.scss
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
@import "bootstrap-variables.scss";
@import "bootstrap.scss";

.page-header {
a.btn {
float: right;
}

a.btn + a.btn {
margin-right: 8px;
}
}

input[type="radio"], input[type="checkbox"] {
width: initial;
height: initial;
margin-top: 7px;
}

@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: left;
}
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
Expand Down
Loading

0 comments on commit f2578db

Please sign in to comment.