Skip to content

Commit a0c07fd

Browse files
Ciphroxxkeshav
authored andcommitted
updated alphabets page routing and renamed respecitve css files
1 parent 46a9959 commit a0c07fd

File tree

11 files changed

+46
-703
lines changed

11 files changed

+46
-703
lines changed

src/assets/styles/alphabet/alphabet.css

Lines changed: 0 additions & 108 deletions
This file was deleted.

src/assets/styles/alphabet/index.css

Lines changed: 0 additions & 139 deletions
This file was deleted.

src/assets/styles/alphabet/playground/playground.css

Lines changed: 0 additions & 80 deletions
This file was deleted.

src/assets/styles/alphabets/[alphabet]/board.css

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,20 @@
22
display: flex;
33
flex-direction: column;
44
width: 100%;
5-
height: calc(100vh - 4rem);
6-
overflow-y: scroll;
75
gap: 1rem;
86
align-items: flex-start;
9-
justify-content: flex-start;
7+
justify-content: center;
108
padding: 1rem;
119

12-
& .head {
13-
display: flex;
14-
gap: 1rem;
15-
align-items: center;
16-
width: 100%;
17-
justify-content: space-between;
18-
padding: 1rem;
10+
& .back {
11+
background: var(--background);
12+
color: var(--text);
13+
border: 1px solid var(--border);
1914
border-radius: 0.5rem;
20-
font-weight: 600;
21-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
22-
23-
& .back {
24-
margin-bottom: 0 !important;
25-
}
26-
}
27-
28-
& .flip__all__button {
29-
background-color: var(--background);
30-
border: none;
3115
padding: 0.5rem 1rem;
32-
border-radius: 0.5rem;
33-
font-weight: 200;
34-
margin: 1rem 0;
16+
margin-bottom: 1rem;
3517
cursor: pointer;
36-
transition: all 0.3s ease;
37-
align-self: flex-end;
38-
}
39-
40-
& .flip__all__button:hover {
41-
transform: translateY(-2px);
42-
}
43-
44-
& .flip__all__button.active {
45-
transform: scale(0.95);
46-
background-color: color-mix(in srgb, var(--primary) 70%, black 30%);
18+
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
4719
}
4820

4921
& .container__alphabet {

0 commit comments

Comments
 (0)