Skip to content

Commit 35372e6

Browse files
Update _hello-world.scss
1 parent 3233caf commit 35372e6

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

packages/tel-frontend/src/tel/components/hello-world/_hello-world.scss

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
1-
// packages/tel-frontend/src/components/hello-world/_hello-world.scss
1+
// packages/tel-frontend/src/tel/components/hello-world/_hello-world.scss
22

3-
// Optional: Namespace your classes to avoid conflicts
43
.hello-world {
5-
// Basic styling for the component
6-
background-color: #e0f7fa; // very light cyan background
7-
border: 1px solid #00bcd4; // cyan border
4+
background-color: #e0f7fa;
5+
border: 1px solid #00bcd4;
86
padding: 1rem;
97
margin: 1rem 0;
108
border-radius: 4px;
119

12-
// Text styling
13-
h2 {
10+
h2, h3 {
1411
font-size: 1.5rem;
15-
color: #007c91; // darker cyan
12+
color: #007c91;
1613
margin-bottom: 0.5rem;
1714
}
1815

1916
p {
2017
font-size: 1rem;
21-
color: #004d55; // darkish cyan
18+
color: #004d55;
2219
}
2320
}
2421

25-
// Example of a modifier class
2622
.hello-world--highlight {
2723
background-color: #b2ebf2;
2824
border-color: #0097a7;

0 commit comments

Comments
 (0)