0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 21:02:49 +00:00

search by author

This commit is contained in:
Víctor Losada Hernández
2024-07-28 10:45:56 +02:00
parent 0bda666127
commit 59a5f641af
3 changed files with 139 additions and 76 deletions

View File

@@ -64,10 +64,14 @@ body {
select { margin : 0 10px; }
input {
margin : 0 10px;
margin : 0 10px;
&:invalid {
background : rgb(255, 188, 181);
}
&.renderer {
position : relative;
&[type='checkbox'] {
position : relative;
display : inline-block;
width : 50px;
height : 30px;
@@ -84,9 +88,9 @@ body {
&::before,&::after {
position : absolute;
inset : 0;
z-index : 5;
padding-top : 2px;
text-align : center;
z-index : 5;
}
&::before {