This repository was archived by the owner on Apr 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ $small-font: 12px;
178178$media-adjustment : 2px ;
179179
180180// Border-Radius Variables
181+ $inner-button-border-radius : 1px ;
181182$small-border-radius : 2px ;
182183$big-border-radius : 4px ;
183184
Original file line number Diff line number Diff line change 100100 position : relative ;
101101
102102 .sms-send {
103- border-radius : 0 $small- border-radius $small -border-radius 0 ;
103+ border-radius : 0 $inner-button- border-radius $inner-button -border-radius 0 ;
104104 height : $input-height - 2px ;
105105 min-width : 55px ;
106106 padding : 0 7px ;
115115 }
116116
117117 html [dir = ' rtl' ] & {
118- border-radius : $small- border-radius 0 0 $small -border-radius ;
118+ border-radius : $inner-button- border-radius 0 0 $inner-button -border-radius ;
119119 border-right : 1px solid $input-border-color-default ;
120120 left : 1px ;
121121 }
122122
123123 @include respond-to (' small' ) {
124- border-radius : 0 ;
124+ border-radius : 0 $inner-button-border-radius $inner-button-border-radius 0 ;
125125 height : 38px ;
126126 line-height : 38px ;
127127 }
You can’t perform that action at this time.
0 commit comments