fix: logo style.

fix: page forms style.
feat: auto-fill items entries from item details.
fix: hiding dashboard copyright bar.
This commit is contained in:
a.bouhuolia
2021-02-25 10:51:27 +02:00
parent 5a58e9bafd
commit 9e2c995813
84 changed files with 1019 additions and 682 deletions

View File

@@ -11,7 +11,7 @@ $dashboard-views-bar-height: 45px;
display: flex;
justify-content: space-between;
background-color: #fff;
border-bottom: 1px solid #dddee3;
border-bottom: 1px solid #c7d5db;
&-right,
&-left {
@@ -137,7 +137,11 @@ $dashboard-views-bar-height: 45px;
}
&__actions-bar {
border-bottom: 2px solid #eaeaea;
border-bottom: 2px solid #e1e2e8;
.bp3-navbar-divider{
border-left-color: rgb(199, 214, 219);
}
.#{$ns}-navbar {
box-shadow: none;
@@ -493,3 +497,5 @@ $dashboard-views-bar-height: 45px;
}
}
}