summaryrefslogtreecommitdiff
path: root/front/src/Emelents
diff options
context:
space:
mode:
authorphyscik <mynameisgennadiy@vk.com>2026-04-23 14:15:52 +0500
committerphyscik <mynameisgennadiy@vk.com>2026-04-23 14:15:52 +0500
commitc99fc297e8b66273d6210bed0812efab399ba13b (patch)
tree7275cc75244cc43a1e1ef28f2eb13878bd2225ad /front/src/Emelents
parent68f3941b17ce80f486d9dbaedbe3b4aa8746dff8 (diff)
Weapons index
Diffstat (limited to 'front/src/Emelents')
-rw-r--r--front/src/Emelents/Elements.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/front/src/Emelents/Elements.css b/front/src/Emelents/Elements.css
index 1f4d60f..31f0fd2 100644
--- a/front/src/Emelents/Elements.css
+++ b/front/src/Emelents/Elements.css
@@ -65,6 +65,10 @@
display: flex;
}
+.ContentsList > li > span {
+ display: flex;
+}
+
.ContentsList > li > span > span {
flex-grow: 1;
font-family: "Rubik Dirt", system-ui;
@@ -88,3 +92,30 @@
font-size: 15px;
font-family: "Rubik Dirt", system-ui;
}
+
+.WeaponsDiv {
+ flex-grow: 1;
+}
+
+.WeaponsDiv > span {
+ display: flex;
+}
+
+.WeaponTable {
+ width: 100%;
+}
+
+.WeaponTable > tbody > tr > td {
+ font-family: "Wix Madefor Text", sans-serif;
+}
+
+.WeaponTable, .WeaponTable > tbody, .WeaponTable > tbody > tr > td, .WeaponTable > tbody > tr {
+ border: 0px solid red;
+ border-collapse: collapse;
+}
+
+.CategoryName {
+ padding-top: 10px;
+ font-family: "Rubik Dirt", system-ui !important;
+ font-size: 20px;
+}