.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; }