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.
 
 
 
 
 
 

33 lines
487 B

.ant-input-number {
display: grid;
grid-template: 1fr / 1fr;
div {
grid-area: 1/1/2/2;
}
&-handler {
&-wrap {
z-index: 2;
width: 100%;
pointer-events: none;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
&-up,
&-down {
pointer-events: all;
cursor: pointer;
margin: auto 0.5rem auto 0;
svg {
}
}
}
&-input-wrap {
z-index: 1;
}
}