21 lines
404 B
SCSS
21 lines
404 B
SCSS
.float-edit-btn {
|
|
position: absolute;
|
|
left: 2em;
|
|
top: 1em;
|
|
border-radius: 50%;
|
|
padding: 0;
|
|
width: 2em;
|
|
height: 2em;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
z-index: 1;
|
|
}
|
|
|
|
.redios-castom {
|
|
border-radius: 10px;
|
|
}
|
|
.color-costom{
|
|
color:linear-gradient(#daeafd 0%, #b9d7e0 100%)d;
|
|
} |