27 lines
502 B
Plaintext
27 lines
502 B
Plaintext
.idm-quantity-picker{
|
|
width: 100%;
|
|
padding: 1.2rem 1.6rem;
|
|
border: @border;
|
|
border-radius: @border_radius;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: @primary_white;
|
|
|
|
&__input{
|
|
width: 6.4rem;
|
|
text-align: center;
|
|
border: none !important;
|
|
font-size: @body_m_font;
|
|
font-weight: @font_bold;
|
|
color: @primary_black;
|
|
cursor: auto;
|
|
}
|
|
|
|
&__button{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
}
|