EQ: add texts and stepper component
This commit is contained in:
parent
9de7b06579
commit
d176f57dc5
12 changed files with 241 additions and 58 deletions
17
my-workspace/projects/sae-lib/stepper/stepper.scss
Normal file
17
my-workspace/projects/sae-lib/stepper/stepper.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
:host {
|
||||
.step {
|
||||
border-radius: 1px solid grey;
|
||||
padding: 1rem;
|
||||
background: white;
|
||||
|
||||
&.is-active {
|
||||
color: black;
|
||||
border-color: blue;
|
||||
}
|
||||
|
||||
&.is-inactive {
|
||||
background: grey;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue