a few CSS updates to the Branch header

This commit is contained in:
Pavel Laptev 2024-01-05 15:32:08 +01:00 committed by GitButler
parent 942d757374
commit 59d9039119
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -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);
}