chore: cleanup styles
This commit is contained in:
parent
913702ebcd
commit
c4c61798b2
4 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
& p {
|
||||
font-size: var(--font-size-sm);
|
||||
line-height: var(--line-height-sm);
|
||||
margin: 0 !important;
|
||||
margin: 0;
|
||||
|
||||
& > svg {
|
||||
display: inline;
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
margin: 0 0 var(--sizing-lg);
|
||||
|
||||
& > button {
|
||||
margin-bottom: var(--sizing-sm) !important;
|
||||
margin-bottom: var(--sizing-sm);
|
||||
|
||||
&:last-of-type {
|
||||
margin-right: 0 !important;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -120,7 +120,7 @@
|
|||
margin: var(--sizing-3xl) 0 var(--sizing-lg);
|
||||
|
||||
& > button {
|
||||
margin-bottom: 0 !important;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue