diff --git a/dashboard/src/app/projects/create-project/create-project.styl b/dashboard/src/app/projects/create-project/create-project.styl index b05f9d2e6a..98f92bbb5d 100644 --- a/dashboard/src/app/projects/create-project/create-project.styl +++ b/dashboard/src/app/projects/create-project/create-project.styl @@ -148,7 +148,7 @@ md-select.create-project-select background-color $background-color border-width 2px border-style solid - che-border-radius(3px) + che-border-radius(2px) .create-project-header-steps-step-active diff --git a/dashboard/src/app/workspaces/create-workspace/select-stack/stack-library/stack-library-selecter/che-stack-library-selecter.styl b/dashboard/src/app/workspaces/create-workspace/select-stack/stack-library/stack-library-selecter/che-stack-library-selecter.styl index 05d836055a..dc1248efd2 100644 --- a/dashboard/src/app/workspaces/create-workspace/select-stack/stack-library/stack-library-selecter/che-stack-library-selecter.styl +++ b/dashboard/src/app/workspaces/create-workspace/select-stack/stack-library/stack-library-selecter/che-stack-library-selecter.styl @@ -7,7 +7,7 @@ $che-stack-library-selecter-color = $label-info-color background-color $background-color border-width 2px border-style solid - che-border-radius(3px) + che-border-radius(2px) -webkit-box-shadow 0 1px 1px rgba(0, 0, 0, 0.05) box-shadow 0 1px 1px rgba(0, 0, 0, 0.05) margin-left 0 diff --git a/dashboard/src/app/workspaces/create-workspace/select-stack/stack-library/stack-library-workspace-selecter/che-stack-library-workspace-selecter.styl b/dashboard/src/app/workspaces/create-workspace/select-stack/stack-library/stack-library-workspace-selecter/che-stack-library-workspace-selecter.styl index 7bd72a6ad2..3363eb5e38 100644 --- a/dashboard/src/app/workspaces/create-workspace/select-stack/stack-library/stack-library-workspace-selecter/che-stack-library-workspace-selecter.styl +++ b/dashboard/src/app/workspaces/create-workspace/select-stack/stack-library/stack-library-workspace-selecter/che-stack-library-workspace-selecter.styl @@ -7,7 +7,7 @@ $che-stack-library-workspace-selecter-color = $label-info-color background-color $background-color border-width 2px border-style solid - che-border-radius(3px) + che-border-radius(2px) -webkit-box-shadow 0 1px 1px rgba(0, 0, 0, 0.05) box-shadow 0 1px 1px rgba(0, 0, 0, 0.05) margin-left 0 diff --git a/dashboard/src/components/widget/button-dropdown/che-button-dropdown.styl b/dashboard/src/components/widget/button-dropdown/che-button-dropdown.styl index d49b45ff7b..59503a40c5 100644 --- a/dashboard/src/components/widget/button-dropdown/che-button-dropdown.styl +++ b/dashboard/src/components/widget/button-dropdown/che-button-dropdown.styl @@ -1,5 +1,5 @@ che-button-dropdown .md-button.md-accent.md-raised.md-hue-2 - che-border-radius(5px) + che-border-radius(2px) box-shadow-simple() font-size 1.6em font-weight bold @@ -30,7 +30,7 @@ che-button-dropdown .che-button-dropdown-elements ul list-style none che-button-dropdown .che-button-dropdown-elements ul li - che-border-radius(5px) + che-border-radius(2px) background-color white display list-item @@ -41,7 +41,7 @@ che-button-dropdown .che-button-dropdown-elements ul li:last-of-type .che-button border none che-button-dropdown .che-button-dropdown-elements ul li .che-button-click-area - che-border-radius(5px) + che-border-radius(2px) border-bottom hidden display block padding 10px diff --git a/dashboard/src/components/widget/button/che-button.styl b/dashboard/src/components/widget/button/che-button.styl index f14e3863fc..8b1ffd9602 100644 --- a/dashboard/src/components/widget/button/che-button.styl +++ b/dashboard/src/components/widget/button/che-button.styl @@ -1,5 +1,5 @@ che-button-style() - che-border-radius(5px) + che-border-radius(2px) box-shadow-simple() font-size 1em font-weight bold diff --git a/dashboard/src/components/widget/footer/che-footer.styl b/dashboard/src/components/widget/footer/che-footer.styl index a3eb0499ff..2ff4aa6d8d 100644 --- a/dashboard/src/components/widget/footer/che-footer.styl +++ b/dashboard/src/components/widget/footer/che-footer.styl @@ -42,7 +42,7 @@ color $che-logo-blue-color box-shadow none border 1px solid $che-logo-blue-color - border-radius 3px + che-border-radius(2px) height 18px line-height 18px outline none diff --git a/dashboard/src/components/widget/frame/che-frame.styl b/dashboard/src/components/widget/frame/che-frame.styl index da60fb443e..270fbab3c0 100644 --- a/dashboard/src/components/widget/frame/che-frame.styl +++ b/dashboard/src/components/widget/frame/che-frame.styl @@ -5,6 +5,6 @@ frame(bgcolor, textcolor) text-align center background-color bgcolor color textcolor - border-radius 4px + che-border-radius(2px) padding-top 4px padding-bottom 4px diff --git a/dashboard/src/components/widget/list/che-list.styl b/dashboard/src/components/widget/list/che-list.styl index 462e5f8882..83671201d7 100644 --- a/dashboard/src/components/widget/list/che-list.styl +++ b/dashboard/src/components/widget/list/che-list.styl @@ -1,5 +1,5 @@ .che-list - che-border-radius(3px) + che-border-radius(2px) box-shadow-bigger() border 1px solid $list-separator-color display block diff --git a/dashboard/src/components/widget/notification/che-notification.styl b/dashboard/src/components/widget/notification/che-notification.styl index 209773b44a..9454d111c8 100644 --- a/dashboard/src/components/widget/notification/che-notification.styl +++ b/dashboard/src/components/widget/notification/che-notification.styl @@ -2,7 +2,7 @@ md-toast.che-notification-info, md-toast.che-notification-error transition-delay:0s box-shadow-simple() - border-radius: 5px; + che-border-radius(2px) width 588px max-height 288px top 35px diff --git a/dashboard/src/components/widget/selecter/che-selecter.styl b/dashboard/src/components/widget/selecter/che-selecter.styl index c7507bcd71..d19864b3e0 100644 --- a/dashboard/src/components/widget/selecter/che-selecter.styl +++ b/dashboard/src/components/widget/selecter/che-selecter.styl @@ -7,7 +7,7 @@ $che-selecter-color = $label-info-color background-color $background-color border-width 2px border-style solid - che-border-radius(3px) + che-border-radius(2px) -webkit-box-shadow 0 1px 1px rgba(0, 0, 0, 0.05) box-shadow 0 1px 1px rgba(0, 0, 0, 0.05) padding-top 12px diff --git a/dashboard/src/components/widget/simple-selecter/che-simple-selecter.styl b/dashboard/src/components/widget/simple-selecter/che-simple-selecter.styl index 92e618ed22..ec344fe496 100644 --- a/dashboard/src/components/widget/simple-selecter/che-simple-selecter.styl +++ b/dashboard/src/components/widget/simple-selecter/che-simple-selecter.styl @@ -7,7 +7,7 @@ $che-simple-selecter-color = $label-info-color background-color $background-color border-width 2px border-style solid - che-border-radius(3px) + che-border-radius(2px) -webkit-box-shadow 0 1px 1px rgba(0, 0, 0, 0.05) box-shadow 0 1px 1px rgba(0, 0, 0, 0.05) padding-top 16px diff --git a/dashboard/src/components/widget/toggle-button/che-toggle-button.styl b/dashboard/src/components/widget/toggle-button/che-toggle-button.styl index 14870b30f1..b103559f26 100644 --- a/dashboard/src/components/widget/toggle-button/che-toggle-button.styl +++ b/dashboard/src/components/widget/toggle-button/che-toggle-button.styl @@ -6,7 +6,7 @@ che-toggle-button .md-button che-toggle-button .md-button.md-default-theme background-color transparent color $primary-color - che-border-radius(3px) + che-border-radius(2px) border 2px solid $primary-color che-toggle-button .md-button.md-default-theme md-icon diff --git a/dashboard/src/components/widget/toolbar/che-toolbar.styl b/dashboard/src/components/widget/toolbar/che-toolbar.styl index 814b647a0e..d127821def 100644 --- a/dashboard/src/components/widget/toolbar/che-toolbar.styl +++ b/dashboard/src/components/widget/toolbar/che-toolbar.styl @@ -63,7 +63,7 @@ $toolbar-height = 60px .che-toolbar-add-button cursor pointer border 1px solid #a3c6f0 - che-border-radius(3px) + che-border-radius(2px) padding 0px 25px margin-left 10px