CHE-694: change border radius property
Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>6.19.x
parent
9ddcf7845c
commit
cdee069abd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
che-button-style()
|
||||
che-border-radius(5px)
|
||||
che-border-radius(2px)
|
||||
box-shadow-simple()
|
||||
font-size 1em
|
||||
font-weight bold
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue