feat: fix items list datatable.

This commit is contained in:
a.bouhuolia
2021-02-08 13:17:11 +02:00
parent adac2386bb
commit 304f0c9ae5
43 changed files with 777 additions and 835 deletions

View File

@@ -79,19 +79,18 @@ $dashboard-views-bar-height: 45px;
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
padding: 0;
background-size: contain;
background-color: #eed1f2;
border-radius: 50%;
height: 35px;
width: 35px;
height: 32px;
width: 32px;
.user-text {
font-size: 12px;
color: #804F87;
color: #fff;
}
&,
&:hover,
&:focus {
background-color: #EEB1F7;
background-color: #cb20e5;
border: 0;
box-shadow: none;
}
@@ -120,7 +119,7 @@ $dashboard-views-bar-height: 45px;
}
&__back-link {
margin-left: 24px;
margin-left: 20px;
display: flex;
a {
@@ -128,6 +127,15 @@ $dashboard-views-bar-height: 45px;
}
}
&__organization-name{
font-size: 14px;
font-weight: 400;
color: #818ca9;
margin: 0 0 0 15px;
display: flex;
align-items: center;
}
&__actions-bar {
border-bottom: 2px solid #eaeaea;
@@ -224,14 +232,7 @@ $dashboard-views-bar-height: 45px;
margin: 0;
}
h3 {
border-left: 1px solid #d9d9d9;
padding-left: 10px;
font-size: 16px;
font-weight: 400;
color: #76768b;
margin: 0 0 0 12px;
padding-top: 4px;
padding-bottom: 4px;
}
.button--view-edit {