updates to snumberIncrement, buyModal, and sellModal

This commit is contained in:
CuriousMagpie
2023-03-09 15:54:26 -05:00
parent 1ac4466c24
commit 76fa6ec1b8
3 changed files with 43 additions and 16 deletions
@@ -48,6 +48,7 @@
.input-group {
width: 94px;
height: 32px;
width: 48px;
margin: 0px 16px 0px 16px;
padding: 0;
border-radius: 2px;
@@ -63,14 +64,14 @@
cursor: pointer;
&:hover {
border-color: $purple-400;
border-color: $purple-300;
}
}
.gray-circle:hover{
.icon-positive, .icon-negative {
& ::v-deep svg path {
fill: $purple-400;
fill: $purple-300;
}
}
}
@@ -78,7 +79,7 @@
.icon-positive, .icon-negative {
width: 10px;
height: 10px;
margin: 4px auto;
margin: 3px auto;
& ::v-deep svg path {
fill: $gray-300;