Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

19 lines
244 B
SCSS

.CardInput {
position: relative;
.input-group.has-left-addon .form-control{
padding-left: 4rem;
}
.left-addon {
position: absolute;
top: .8rem;
left: 1rem;
z-index: 8;
img {
max-width: 2rem;
}
}
}