feat: optimize view form.

This commit is contained in:
Ahmed Bouhuolia
2020-04-13 22:17:53 +02:00
parent 2e7e18bb97
commit fb6b31d922
14 changed files with 243 additions and 105 deletions

View File

@@ -20,7 +20,7 @@
}
.tbody{
.tr .td{
.tr:not(.no-results) .td{
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}

View File

@@ -205,7 +205,6 @@
}
&__insider{
height: 100%;
&--loading{
display: flex;

View File

@@ -4,6 +4,7 @@
.dashboard__insider--view-form{
padding-left: 25px;
padding-right: 25px;
padding-bottom: 90px;
.view-form--name-section{
margin-left: -25px;
@@ -23,7 +24,7 @@
}
&--logic-expression-section{
padding: 20px 25px;
padding: 30px 25px;
margin: 1rem -25px 1.5rem;
background: #fbfafa;
@@ -33,7 +34,7 @@
}
.condition-number{
color: #666;
color: #888;
}
.#{$ns}-form-group.#{$ns}-inline{
@@ -61,7 +62,9 @@
}
&__title{
color: #666;
color: #888;
font-weight: 400;
font-size: 15px;
}
}
@@ -87,5 +90,13 @@
&__role-conditional{
margin-top: 1rem;
.bp3-form-group{
margin-bottom: 0;
}
}
&__role-conditions-actions{
margin-top: 14px;
}
}