diff options
Diffstat (limited to 'front/src/Pages/Weapons.css')
| -rw-r--r-- | front/src/Pages/Weapons.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/front/src/Pages/Weapons.css b/front/src/Pages/Weapons.css index 7f29770..bc7ee0d 100644 --- a/front/src/Pages/Weapons.css +++ b/front/src/Pages/Weapons.css @@ -16,6 +16,13 @@ td { color: var(--colorscheme-gray); } +input { + font-family: "Rubik Dirt", system-ui; + width: 99%; + border: 0px; + border-bottom: 1px solid var(--colorscheme-gray); +} + .WeaponPage { flex-grow: 1; } @@ -27,3 +34,24 @@ td { .DmgInput { max-width: 40%; } + +.NameEdit { + font-size: 30px; + margin-bottom: 10px; +} + +td > select { + width: 100%; + border: 0px; + background: var(--colorscheme-white); + font-family: "LXGW Marker Gothic", sans-serif; +} + +.descPanel > * { + margin-right: 5px; +} + +.descriptionInput { + height: 10rem; + width: 80%; +} |
