diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-05-07 18:42:49 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-05-07 18:42:49 +0500 |
| commit | 877973ea93cbe917e835c5a5d9880f9e6922ab47 (patch) | |
| tree | 31c7cc7024a08d005d4c43ed8128f96571212ad2 /front/src/Pages/Weapons.css | |
| parent | bdb1f7bb6422e9e30ac1491352d9dcacbe1c4bd1 (diff) | |
Styling
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%; +} |
