Skip to content

Commit

Permalink
Removed HC color and added color Variables (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephalexantony-aot authored Feb 2, 2024
1 parent 56f2ddc commit 1ef022d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions forms-flow-web/src/assets/styles/layouts.scss
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
@import "./themes.scss";
@import "./base.scss";

.content {
// padding-bottom: 2.5rem;
}


.react-bootstrap-table table {
table-layout: auto !important;
position:relative !important;
}

.react-bootstrap-table{
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}


#app {
background: $white;
background: var(--color-white);
}

0 comments on commit 1ef022d

Please sign in to comment.