mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-29 14:25:45 +03:00
a few CSS updates to the Branch header
This commit is contained in:
parent
942d757374
commit
59d9039119
@ -135,6 +135,7 @@
|
||||
align-items: center;
|
||||
padding-left: var(--space-28);
|
||||
margin-top: var(--space-8);
|
||||
margin-bottom: var(--space-4);
|
||||
fill: var(--clr-core-ntrl-50);
|
||||
}
|
||||
|
||||
@ -170,6 +171,7 @@
|
||||
.status-tag {
|
||||
padding: var(--space-2) var(--space-4);
|
||||
border-radius: var(--radius-s);
|
||||
margin-right: var(--space-2);
|
||||
}
|
||||
|
||||
.pending {
|
||||
|
@ -10,7 +10,7 @@
|
||||
.card__header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: var(--space-12) var(--space-12) var(--space-16);
|
||||
padding: var(--space-12);
|
||||
gap: var(--space-8);
|
||||
border-bottom: 1px solid var(--clr-theme-container-outline-light);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user