From 619e51d2581889cf69da77797df1860f584edabf Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Fri, 13 Nov 2020 13:31:35 +0100 Subject: [PATCH] :tada: Change status new style. --- frontend/resources/styles/main/partials/sidebar-assets.scss | 2 +- .../resources/styles/main/partials/workspace-header.scss | 5 +++++ frontend/resources/styles/main/partials/workspace.scss | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/resources/styles/main/partials/sidebar-assets.scss b/frontend/resources/styles/main/partials/sidebar-assets.scss index 7872c0afc..a10d01ced 100644 --- a/frontend/resources/styles/main/partials/sidebar-assets.scss +++ b/frontend/resources/styles/main/partials/sidebar-assets.scss @@ -44,7 +44,7 @@ .search-block { border: 1px solid $color-gray-30; margin: $small $small 0 $small; - padding: $x-small; + padding: $x-small $small; display: flex; align-items: center; diff --git a/frontend/resources/styles/main/partials/workspace-header.scss b/frontend/resources/styles/main/partials/workspace-header.scss index 060688ff9..5506421c5 100644 --- a/frontend/resources/styles/main/partials/workspace-header.scss +++ b/frontend/resources/styles/main/partials/workspace-header.scss @@ -209,6 +209,11 @@ .label { color: $color-danger; } .icon svg { fill: $color-danger; } } + + &.pending { + .label { color: $color-warning; } + .icon svg { fill: $color-warning; } + } } .icon { diff --git a/frontend/resources/styles/main/partials/workspace.scss b/frontend/resources/styles/main/partials/workspace.scss index add203878..ccccec01e 100644 --- a/frontend/resources/styles/main/partials/workspace.scss +++ b/frontend/resources/styles/main/partials/workspace.scss @@ -99,7 +99,7 @@ position: fixed; right: calc(#{$width-settings-bar} + 10px); text-align: center; - width: 100px; + width: 110px; padding-bottom: 2px; span {