Zmień klasę usuwania punktów w popupie z ikony na link oraz zaktualizuj style przycisku usuwania

This commit is contained in:
2025-02-07 08:50:13 +01:00
parent f9a27897f6
commit 1f35e408bc
5 changed files with 28 additions and 9 deletions

View File

@@ -798,16 +798,33 @@ body>.top {
margin-bottom: 5px;
background: #FFF;
border-radius: 3px;
padding: 5px;
padding: 10px;
border: 1px solid #eee;
font-size: 13px;
align-items: center;
align-items: flex-start;
i {
a {
margin-left: auto;
margin-right: 0;
cursor: pointer;
color: #cc0000;
background: #cc0000;
display: flex;
height: 25px;
width: 25px;
justify-content: center;
align-items: center;
border: 0;
border-radius: 3px;
transition: all 0.3s ease;
&:hover {
text-decoration: none;
background: #b30000;
}
i {
color: #FFF;
}
}
}
}