mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 09:52:41 +00:00
client side
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user