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