You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
//test
|
|
.changeImgBtn{
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 80%;
|
|
left: 53%;
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.btnImge{
|
|
button{
|
|
border-color:transparent !important;
|
|
}
|
|
}
|
|
//test
|
|
.changeIcon{
|
|
background: #19a163;
|
|
width: 15px;
|
|
height: 15px;
|
|
} |