16 lines
220 B
SCSS
16 lines
220 B
SCSS
.edit_btn{
|
|
background-color: #372579;
|
|
&:hover{
|
|
background: #47309C !important;
|
|
}
|
|
}
|
|
.spin{
|
|
position:absolute;
|
|
left:50%;
|
|
top:50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.text{
|
|
font-size:25px;
|
|
}
|