[bugfix] Sku: incorrect button border radius (#3966)
This commit is contained in:
+5
-2
@@ -322,13 +322,16 @@
|
||||
font-size: @font-size-md;
|
||||
line-height: 34px;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
||||
&:first-of-type {
|
||||
border-radius: 18px 0 0 18px;
|
||||
border-top-left-radius: 18px;
|
||||
border-bottom-left-radius: 18px;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
border-radius: 0 18px 18px 0;
|
||||
border-top-right-radius: 18px;
|
||||
border-bottom-right-radius: 18px;
|
||||
}
|
||||
|
||||
&--warning {
|
||||
|
||||
Reference in New Issue
Block a user