unset margins and center items in stealth buttons
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c68939abed
commit
efc76e595a
1 changed files with 4 additions and 2 deletions
|
@ -135,8 +135,10 @@
|
||||||
|
|
||||||
.button.stealth {
|
.button.stealth {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-left: 0.25cm;
|
display: flex;
|
||||||
margin-top: 0.25cm;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin: unset;
|
||||||
padding: unset;
|
padding: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue