parent
2214a440a8
commit
853182cf2f
315 changed files with 14880 additions and 106 deletions
@ -0,0 +1,6 @@ |
||||
module.exports = { |
||||
plugins: { |
||||
tailwindcss: {}, |
||||
autoprefixer: {}, |
||||
}, |
||||
} |
@ -1,38 +0,0 @@ |
||||
.App { |
||||
text-align: center; |
||||
} |
||||
|
||||
.App-logo { |
||||
height: 40vmin; |
||||
pointer-events: none; |
||||
} |
||||
|
||||
@media (prefers-reduced-motion: no-preference) { |
||||
.App-logo { |
||||
animation: App-logo-spin infinite 20s linear; |
||||
} |
||||
} |
||||
|
||||
.App-header { |
||||
background-color: #282c34; |
||||
min-height: 100vh; |
||||
display: flex; |
||||
flex-direction: column; |
||||
align-items: center; |
||||
justify-content: center; |
||||
font-size: calc(10px + 2vmin); |
||||
color: white; |
||||
} |
||||
|
||||
.App-link { |
||||
color: #61dafb; |
||||
} |
||||
|
||||
@keyframes App-logo-spin { |
||||
from { |
||||
transform: rotate(0deg); |
||||
} |
||||
to { |
||||
transform: rotate(360deg); |
||||
} |
||||
} |
@ -0,0 +1,92 @@ |
||||
@tailwind base; |
||||
@tailwind components; |
||||
@tailwind utilities; |
||||
|
||||
.rtl { |
||||
direction: rtl; |
||||
} |
||||
|
||||
* { |
||||
font-family: Regular; |
||||
} |
||||
|
||||
.ltr { |
||||
direction: ltr; |
||||
} |
||||
|
||||
.font-1 { |
||||
font-family: Light; |
||||
} |
||||
|
||||
.font-2 { |
||||
font-family: UltraLight; |
||||
} |
||||
|
||||
.font-3 { |
||||
font-family: Thin; |
||||
} |
||||
|
||||
.font-4 { |
||||
font-family: Regular; |
||||
} |
||||
|
||||
.font-5 { |
||||
font-family: Medium; |
||||
} |
||||
|
||||
.font-6 { |
||||
font-family: Bold; |
||||
} |
||||
|
||||
.font-7 { |
||||
font-family: ExtraBold; |
||||
} |
||||
|
||||
.font-8 { |
||||
font-family: DemiBold; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Black; |
||||
src: url("./assets/font/IranSansX/Farsi/Black.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Bold; |
||||
src: url("./assets/font/IranSansX/Farsi/DemiBold.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: DemiBold; |
||||
src: url("./assets/font/IranSansX/Farsi/DemiBold.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: ExtraBold; |
||||
src: url("./assets/font/IranSansX/Farsi/ExtraBold.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Light; |
||||
src: url("./assets/font/IranSansX/Farsi/Light.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Medium; |
||||
src: url("./assets/font/IranSansX/Farsi/Medium.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Regular; |
||||
src: url("./assets/font/IranSansX/Farsi/Regular.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Thin; |
||||
src: url("./assets/font/IranSansX/Farsi/Thin.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: UltraLight; |
||||
src: url("./assets/font/IranSansX/Farsi/UltraLight.ttf"); |
||||
} |
@ -1,8 +0,0 @@ |
||||
import { render, screen } from '@testing-library/react'; |
||||
import App from './App'; |
||||
|
||||
test('renders learn react link', () => { |
||||
render(<App />); |
||||
const linkElement = screen.getByText(/learn react/i); |
||||
expect(linkElement).toBeInTheDocument(); |
||||
}); |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 452 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
After Width: | Height: | Size: 109 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue