mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-04-27 15:07:43 +00:00
UX Improvements
This commit is contained in:
parent
fec81c7523
commit
748140f740
1 changed files with 12 additions and 0 deletions
|
|
@ -59,6 +59,18 @@ a.skuLink:hover { text-decoration: underline; cursor: pointer; }
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headerRow1 {
|
||||||
|
display: flex;
|
||||||
|
gap: 12px;
|
||||||
|
align-items: flex-start;
|
||||||
|
justify-content: space-between;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.headerLeft { min-width: 260px; }
|
||||||
|
.headerRight { margin-left: auto; }
|
||||||
|
|
||||||
|
|
||||||
/* disabled button styling */
|
/* disabled button styling */
|
||||||
.btn:disabled {
|
.btn:disabled {
|
||||||
opacity: 0.45;
|
opacity: 0.45;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue