2024-07-03 08:45:37 +10:00
|
|
|
.admin-flags__header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
.btn-primary {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-top: 1em;
|
|
|
|
font-size: var(--font-0);
|
|
|
|
font-weight: normal;
|
|
|
|
flex-basis: 100%;
|
|
|
|
}
|
2024-05-29 14:39:58 +10:00
|
|
|
}
|