File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
packages/tel-frontend/src/tel/components/hello-world Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments