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.
31 lines
625 B
SCSS
31 lines
625 B
SCSS
//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;
|
|
--background: #65C399 !important;
|
|
background: #65C399 !important;
|
|
|
|
height: 57px !important;
|
|
width: 60px !important;
|
|
border-radius: 50% !important;
|
|
// }
|
|
|
|
}
|
|
//test
|
|
.changeIcon{
|
|
background: #65C399 !important;
|
|
border-radius: 50% !important;
|
|
width: 73px;
|
|
height: 55px;
|
|
color: white !important;
|
|
width: 80px;
|
|
height: 71px;
|
|
} |