1
0
Fork 0
mirror of synced 2024-07-17 12:15:59 +12:00

Update drawer bindable input styles

This commit is contained in:
Andrew Kingston 2021-04-19 14:11:46 +01:00
parent 7c52196c61
commit b0967c98a1

View file

@ -65,18 +65,19 @@
} }
.icon { .icon {
right: 2px; right: 1px;
top: 2px; top: 1px;
bottom: 2px; bottom: 1px;
position: absolute; position: absolute;
align-items: center; align-items: center;
display: flex; display: flex;
box-sizing: border-box; box-sizing: border-box;
padding-left: 7px; padding-left: 4px;
border-left: 1px solid var(--grey-4); padding-right: 2px;
background-color: var(--grey-2); border-left: 1px solid var(--spectrum-alias-border-color);
border-top-right-radius: var(--border-radius-m); background-color: var(--spectrum-global-color-gray-50);
border-bottom-right-radius: var(--border-radius-m); border-top-right-radius: var(--spectrum-alias-border-radius-regular);
border-bottom-right-radius: var(--spectrum-alias-border-radius-regular);
color: var(--grey-7); color: var(--grey-7);
font-size: 14px; font-size: 14px;
} }