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

8 lines
113 B
CSS
Raw Normal View History

2024-07-23 23:27:08 -05:00
.bag {
2024-07-28 08:06:08 -05:00
left: 20px;
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
}