silphius/app/react/components/dom/bag.module.css

11 lines
176 B
CSS
Raw Normal View History

2024-07-23 23:27:08 -05:00
.bag {
align-self: left;
display: inline-block;
2024-07-28 08:06:08 -05:00
left: 20px;
2024-07-23 23:27:08 -05:00
line-height: 0;
2024-07-28 08:06:08 -05:00
opacity: 1;
2024-07-23 23:27:08 -05:00
position: absolute;
2024-07-28 08:06:08 -05:00
top: 74px;
transition: left 150ms, opacity 200ms;
2024-07-23 23:27:08 -05:00
}