aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss')
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss b/workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss
index e46e84c1..76f3f658 100644
--- a/workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss
+++ b/workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss
@@ -1,8 +1,10 @@
.wf-catalog {
+ overflow: auto;
background-color: $light-silver;
- height: 100%;
- display: flex;
- flex-direction: column;
+ display: grid;
+ grid-template-rows: 35px 1fr;
+ height: 100vh;
+ padding-bottom: 20px;
.header {
align-items: center;
display: flex;
@@ -16,20 +18,19 @@
}
}
.main {
- flex: 1;
&__header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 25px 60px;
&__total {
- @include body-1-semibold;
+ @include body-1;
color: $dark-gray;
}
&__order {
display: flex;
&__label {
- @include body-1-semibold;
+ @include body-1;
color: $dark-gray;
}
&__alphabetical {
@@ -79,7 +80,7 @@
}
&__label {
text-transform: uppercase;
- @include body-1;
+ @include body-1-semibold;
}
&:hover {
color: $blue;