CHE-694: change border radius property

Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
6.19.x
Ann Shumilova 2016-03-10 11:38:54 +02:00
parent 9ddcf7845c
commit cdee069abd
13 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
che-button-style()
che-border-radius(5px)
che-border-radius(2px)
box-shadow-simple()
font-size 1em
font-weight bold

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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