0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 08:12:39 +00:00

Render tags as "write" or "read"

Tags are now either "readTag" or "writeTag", with the former being a div with the tag value and the latter a text input with the value.

Minor class name change in LESS.
This commit is contained in:
Gazook89
2024-09-17 23:28:56 -05:00
parent d505e4e24c
commit d5c5b4315b
2 changed files with 18 additions and 9 deletions

View File

@@ -270,7 +270,7 @@
&:last-child { border-radius : 0 0.5em 0.5em 0; }
}
.badge {
.tag {
padding : 0.3em;
margin : 2px;
font-size : 0.9em;