2020-11-03 09:37:08 +01:00
|
|
|
:host {
|
|
|
|
font-size: 1.4rem;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-around;
|
|
|
|
align-content: center;
|
2021-05-12 12:34:41 +02:00
|
|
|
min-height: var(--a11y-min-target-size);
|
|
|
|
min-width: var(--a11y-min-target-size);
|
2021-06-09 09:08:18 +02:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
position: absolute;
|
|
|
|
}
|
2020-11-03 09:37:08 +01:00
|
|
|
}
|