[WV2] Improve pose picker button styles
Make it more subtle, to create clearer hierarchy between species/color and pose
This commit is contained in:
parent
812e8226bb
commit
9ea48f6e8c
1 changed files with 8 additions and 4 deletions
|
|
@ -224,7 +224,7 @@ body.wardrobe-v2 {
|
|||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: stretch;
|
||||
justify-content: center;
|
||||
gap: 0.5rem;
|
||||
padding: 1.5rem;
|
||||
|
|
@ -245,6 +245,8 @@ body.wardrobe-v2 {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
border-color: transparent;
|
||||
font-size: 85%;
|
||||
|
||||
.pose-emoji {
|
||||
font-size: 1.1rem;
|
||||
|
|
@ -408,9 +410,11 @@ body.wardrobe-v2 {
|
|||
|
||||
/* Species/color picker */
|
||||
species-color-picker {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
display: contents;
|
||||
|
||||
form {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
select {
|
||||
padding: 0.5rem 2rem 0.5rem 0.75rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue