| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .icon_bg {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- .plus_bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .minus {
- width: 24px;
- height: 4px;
- border-radius: 2px;
- }
- .plus {
- height: 24px;
- width: 4px;
- border-radius: 2px;
- }
- .clear_btn_bg {
- width: 28px;
- height: 28px;
- border-radius: 14px;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #121212;
- }
- .clear {
- opacity: 0.1;
- width: 20px;
- height: 20px;
- }
|