base structure

This commit is contained in:
hamid zarghami
2025-08-30 09:39:23 +03:30
commit d19bf516e5
101 changed files with 9955 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
@import "tailwindcss";
html {
direction: rtl;
}
body {
font-family: irancell;
margin: 0;
padding: 0;
width: 100%;
direction: rtl;
overflow-x: hidden !important;
background: #eceef6;
font-weight: 300;
overflow: hidden;
}
html,
body,
#root {
min-height: 100% !important;
height: 100%;
}
* {
outline: none;
}
input::placeholder,
textarea::placeholder {
color: #888888;
}
@theme {
--color-primary: black;
--color-secondary: #f4f5f9;
--color-border: #d0d0d0;
--color-description: #888888;
--color-header: #c3c7dd;
--color-success: #00ba4b;
--width-sidebar: 300px;
--border-radius-2.5: 10px;
}