Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 1fb13e9

Browse files
authored
Merge pull request #173 from DesignSystemsOSS/v2.0
Merging v2.0 code updates to its stable branch
2 parents 07cfe8a + 68f4089 commit 1fb13e9

File tree

12 files changed

+529
-3
lines changed

12 files changed

+529
-3
lines changed

src/bin/testelon.jfif

81.8 KB
Binary file not shown.

src/lib/Components/cards.css

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/Components/cards.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/Components/cards.scss

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,34 @@
1212

1313
.et-card {
1414
border-radius: 4px;
15-
}
15+
}
16+
17+
.et-card-landscape{
18+
width: 40%;
19+
height: auto ;
20+
display: flex;
21+
border-radius: 4px;
22+
background-color: white;
23+
border-radius: 10px;
24+
box-shadow: 4px;
25+
overflow: hidden;
26+
box-shadow: 2px 4px 18px rgba(0, 0, 0, 0,225);
27+
}
28+
29+
.et-image{
30+
width: 25%;
31+
border-top-left-radius: 10px;
32+
border-bottom-left-radius: 10px;
33+
}
34+
35+
.et-card-portrait{
36+
width: 28%;
37+
height: 40%;
38+
39+
}
40+
41+
.et-card-body{
42+
margin:1em
43+
}
44+
45+

src/lib/Components/progress.css

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/Components/progress.css.map

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/Components/progress.scss

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
2+
.et-progress {
3+
background-color: var(--et-gray-secondary);
4+
width: 500px;
5+
border-radius: 4px;
6+
margin-top: 6px;
7+
margin-bottom: 6px;
8+
overflow: hidden;
9+
display: flex;
10+
font-family: inherit;
11+
line-height: inherit;
12+
font-weight: inherit;
13+
font-size: inherit;
14+
}
15+
16+
.et-progress {
17+
&-10 {
18+
width: 10%;
19+
background-color: var(--et-purple-primary);
20+
padding: 0.5em;
21+
}
22+
&-20 {
23+
width: 20%;
24+
background-color: var(--et-purple-primary);
25+
padding: 0.5em;
26+
}
27+
&-30 {
28+
width: 30%;
29+
background-color: var(--et-purple-primary);
30+
padding: 0.5em;
31+
}
32+
&-40 {
33+
width: 40%;
34+
background-color: var(--et-purple-primary);
35+
padding: 0.5em;
36+
}
37+
&-50 {
38+
width: 50%;
39+
background-color: var(--et-purple-primary);
40+
padding: 0.5em;
41+
}
42+
&-60 {
43+
width: 60%;
44+
background-color: var(--et-purple-primary);
45+
padding: 0.5em;
46+
}
47+
&-70 {
48+
width: 70%;
49+
background-color: var(--et-purple-primary);
50+
padding: 0.5em;
51+
}
52+
&-80 {
53+
width: 80%;
54+
background-color: var(--et-purple-primary);
55+
padding: 0.5em;
56+
}
57+
&-90 {
58+
width: 90%;
59+
background-color: var(--et-purple-primary);
60+
padding: 0.5em;
61+
}
62+
&-100 {
63+
width: 100%;
64+
background-color: var(--et-purple-primary);
65+
padding: 0.5em;
66+
}
67+
}

src/lib/eccentric.css

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/eccentric.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)