0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 06:32:37 +00:00

requested changes

This commit is contained in:
Víctor Losada Hernández
2025-11-12 10:00:09 +01:00
parent 6473ea571c
commit 9d72796a67
2 changed files with 52 additions and 26 deletions

View File

@@ -162,19 +162,34 @@
}
}
.authors.field {
.list > .tag:first-child {
position:relative;
.tag.owner {
position: relative;
background-color:@silverLight;
min-width:25px;
display:grid;
place-items:center;
font-weight: 900;
&::after {
content:'';
position:absolute;
border-radius:inherit;
inset:-1px;
border: 2px solid goldenrod;
content: "\f521";
font-family: "Font Awesome 6 Free";
color:gold;
position: absolute;
top: 0;
left: 50%;
width:15px;
height:15px;
translate:-50% -90%;
}
}
button {color:#B00;}
.value { line-height : 1.5em; }
button {
color:@redLight;
}
a {
color:black;
}
}
.themes.field {
@@ -277,9 +292,9 @@
}
.tag {
padding : 0.3em;
padding : 0.35em;
margin : 2px;
font-size : 0.9em;
font-size : 0.95em;
background-color : #DDDDDD;
border-radius : 0.5em;