|
|
@ -250,8 +250,8 @@ |
|
|
|
|
|
|
|
.@{btnClassName}:not(:first-child):not(:last-child) { |
|
|
|
border-radius: 0; |
|
|
|
padding-left: 7px; |
|
|
|
padding-right: 7px; |
|
|
|
padding-left: 8px; |
|
|
|
padding-right: 8px; |
|
|
|
} |
|
|
|
|
|
|
|
> .@{btnClassName}:first-child { |
|
|
@ -259,14 +259,14 @@ |
|
|
|
&:not(:last-child) { |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-top-right-radius: 0; |
|
|
|
padding-right: 7px; |
|
|
|
padding-right: 8px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
> .@{btnClassName}:last-child:not(:first-child) { |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
border-top-left-radius: 0; |
|
|
|
padding-left: 7px; |
|
|
|
padding-left: 8px; |
|
|
|
} |
|
|
|
|
|
|
|
& > & { |
|
|
@ -281,13 +281,13 @@ |
|
|
|
> .@{btnClassName}:last-child { |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-top-right-radius: 0; |
|
|
|
padding-right: 7px; |
|
|
|
padding-right: 8px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
& > &:last-child:not(:first-child) > .@{btnClassName}:first-child { |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
border-top-left-radius: 0; |
|
|
|
padding-left: 7px; |
|
|
|
padding-left: 8px; |
|
|
|
} |
|
|
|
} |
|
|
|