0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 09:52:41 +00:00

client side

This commit is contained in:
Víctor Losada Hernández
2025-05-11 23:59:25 +02:00
parent 91f7d86fd4
commit c35138e7e3
2 changed files with 61 additions and 11 deletions

View File

@@ -44,8 +44,6 @@
gap : 10px;
}
.field {
position : relative;
display : flex;
@@ -116,7 +114,6 @@
}
}
.thumbnail-preview {
position : relative;
flex : 1 1;
@@ -164,7 +161,21 @@
.colorButton(@red);
}
}
.authors.field .value { line-height : 1.5em; }
.authors.field {
.list > .tag:first-child {
position:relative;
&::after {
content:'';
position:absolute;
border-radius:inherit;
inset:-1px;
border: 2px solid goldenrod;
}
}
button {color:#B00;}
.value { line-height : 1.5em; }
}
.themes.field {
& .dropdown-container {
@@ -273,6 +284,10 @@
border-radius : 0.5em;
.icon { #groupedIcon; }
button {
cursor : pointer;
}
}
.input-group {