-
Notifications
You must be signed in to change notification settings - Fork 1
Test
gitbbln edited this page Dec 1, 2021
·
7 revisions
/* Styling BEM-block by autogenerated attribute */
[my_hello] {
display: flex;
flex-direction: column;
align-items: center;
font: 1.5rem/1 sans-serif;
box-shadow: var(--mol_skin_light_outline);
flex: 1 1 auto;
align-self: stretch;
margin: 0;
}
/* Styling BEM-element by autogenerated attribute */
[my_hello_name] {
flex-grow: 0;
margin: 1rem;
width: 14rem;
}