9 lines
159 B
SCSS
9 lines
159 B
SCSS
|
:host {
|
||
|
font-size: 1.4rem;
|
||
|
display: flex;
|
||
|
flex-flow: row;
|
||
|
align-items: center;
|
||
|
justify-content: space-around;
|
||
|
align-content: center;
|
||
|
}
|