improve Formatting buttons style
This commit is contained in:
@@ -25,11 +25,15 @@ limitations under the License.
|
|||||||
height: var(--size);
|
height: var(--size);
|
||||||
line-height: var(--size);
|
line-height: var(--size);
|
||||||
width: auto;
|
width: auto;
|
||||||
padding-left: var(--size);
|
padding-left: 22px;
|
||||||
margin-right: 2px;
|
margin-right: 8px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
margin-left: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user