Merge with store

This commit is contained in:
Andras Schmelczer 2026-05-28 08:42:34 +01:00
parent 706fe745d3
commit 3ad2766f82
128 changed files with 1185 additions and 0 deletions

View file

@ -0,0 +1,29 @@
@import '../../../styles';
:host {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
@include inner-spacing(var(--large-padding));
.select-add-container {
width: 250px;
margin-left: auto;
margin-right: auto;
}
.page-container {
flex: 1 0 auto;
}
button {
transition: opacity $long-animation-time;
&.transparent {
opacity: 0;
}
}
}