0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 14:12:43 +00:00

last changes

This commit is contained in:
Víctor Losada Hernández
2025-11-15 20:23:03 +01:00
parent 4aacb36b3f
commit af477c56b1
2 changed files with 45 additions and 29 deletions

View File

@@ -162,33 +162,44 @@
}
}
.authors.field {
.tag.owner {
position: relative;
background-color:@silverLight;
min-width:25px;
display:grid;
place-items:center;
font-weight: 900;
.tag {
font-weight:300;
transition:background-color 0.2s;
&::after {
content: "\f521";
font-family: "Font Awesome 6 Free";
color:gold;
position: absolute;
top: 0;
left: 50%;
width:15px;
height:15px;
translate:-50% -90%;
&.owner {
position: relative;
background-color:@silverLight;
min-width:25px;
display:grid;
place-items:center;
font-weight: 900;
&::after {
content: "\f521";
font-family: "Font Awesome 6 Free";
color:gold;
position: absolute;
top: 0;
left: 0;
width:15px;
height:15px;
rotate:-45deg;
translate:-50% -50%;
}
}
&:has(button:hover) {
background:#d97d7d;
}
}
button {
color:@redLight;
}
button {
color:@red;
}
}
a {
color:black;
text-decoration:unset;
}
}