added censado por and tring to fix reportes
This commit is contained in:
@@ -1,20 +1,19 @@
|
||||
.downloadBtn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
background: #1a73e8;
|
||||
background: #217346;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 10px 16px;
|
||||
cursor: pointer;
|
||||
border-radius: 6px;
|
||||
border-radius: 10px 10px 0 0;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
transition: background 0.2s ease;
|
||||
}
|
||||
|
||||
.downloadBtn:hover {
|
||||
background: #1459b3;
|
||||
background: #1e5838;
|
||||
}
|
||||
|
||||
/* Icono con css puro */
|
||||
@@ -22,26 +21,4 @@
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.icon::before {
|
||||
content: "";
|
||||
width: 3px;
|
||||
height: 10px;
|
||||
background: white;
|
||||
position: absolute;
|
||||
left: 7px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.icon::after {
|
||||
content: "";
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-left: 3px solid white;
|
||||
border-bottom: 3px solid white;
|
||||
transform: rotate(-45deg);
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
top: 8px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user