From 877973ea93cbe917e835c5a5d9880f9e6922ab47 Mon Sep 17 00:00:00 2001 From: physcik Date: Thu, 7 May 2026 18:42:49 +0500 Subject: Styling --- front/src/Pages/Weapons.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'front/src/Pages/Weapons.css') 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%; +} -- cgit v1.3