Increase Dialog button mixin border-radius to 8px
This commit is contained in:
@@ -214,7 +214,7 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
|
|||||||
/* align images in buttons (eg spinners) */
|
/* align images in buttons (eg spinners) */
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
font-size: $font-14px;
|
font-size: $font-14px;
|
||||||
color: $button-fg-color;
|
color: $button-fg-color;
|
||||||
|
|||||||
@@ -205,7 +205,7 @@ $composer-shadow-color: tranparent;
|
|||||||
/* align images in buttons (eg spinners) */
|
/* align images in buttons (eg spinners) */
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
font-size: $font-14px;
|
font-size: $font-14px;
|
||||||
color: $button-fg-color;
|
color: $button-fg-color;
|
||||||
|
|||||||
@@ -328,7 +328,7 @@ $composer-shadow-color: tranparent;
|
|||||||
/* align images in buttons (eg spinners) */
|
/* align images in buttons (eg spinners) */
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
font-size: $font-14px;
|
font-size: $font-14px;
|
||||||
color: $button-fg-color;
|
color: $button-fg-color;
|
||||||
|
|||||||
@@ -332,7 +332,7 @@ $composer-shadow-color: rgba(0, 0, 0, 0.04);
|
|||||||
/* align images in buttons (eg spinners) */
|
/* align images in buttons (eg spinners) */
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
font-size: $font-14px;
|
font-size: $font-14px;
|
||||||
color: $button-fg-color;
|
color: $button-fg-color;
|
||||||
|
|||||||
Reference in New Issue
Block a user