|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
4648 |
stevensc |
1 |
.cover__edit-btn {
|
|
|
2 |
position: absolute;
|
|
|
3 |
top: 20px;
|
|
|
4 |
right: 20px;
|
|
|
5 |
background-color: #fff;
|
|
|
6 |
color: blueviolet;
|
|
|
7 |
border-radius: 50%;
|
|
|
8 |
height: 3rem;
|
|
|
9 |
width: 3rem;
|
|
|
10 |
font-size: 1.1rem;
|
|
|
11 |
&::before {
|
|
|
12 |
content: initial;
|
|
|
13 |
}
|
|
|
14 |
}
|