mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
UX Improvements
This commit is contained in:
parent
9ec1f3f4a2
commit
a85a62677d
1 changed files with 7 additions and 0 deletions
|
|
@ -312,6 +312,13 @@ a.skuLink:hover { text-decoration: underline; cursor: pointer; }
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.storeBtn {
|
||||
justify-content: center; /* center text within each pill */
|
||||
width: 100%; /* make each pill fill its grid cell */
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.storeBtn {
|
||||
border: 1px solid var(--border);
|
||||
background: #0f1318;
|
||||
|
|
|
|||
Loading…
Reference in a new issue