You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .quantity_container {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin: 0 12px;
- font-size: 24px;
- line-height: 28px;
- background: #f2f2f2;
- border-radius: 20px;
-
- label {
- display: none;
- }
-
- .spwn-amount {
- display: block;
- padding: 5px 20px;
- cursor: pointer;
- }
-
- input {
- width: 100px;
- text-align: center;
- font-size: 24px;
- line-height: 28px;
- font-weight: 700;
- background: transparent;
- border: none;
- }
- }
|