File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
frontends/web/src/components Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 5959 display : flex;
6060 flex-wrap : wrap;
6161 flex-direction : row-reverse;
62- gap : var (--space-half );
6362 margin-top : var (--space-default );
6463}
6564
65+ @media (min-width : 769px ) {
66+ .backupButtons > * : not (: first-child ) {
67+ margin-right : var (--space-half );
68+ }
69+ }
70+
6671@media (max-width : 768px ) {
6772 .backupButtons {
6873 align-items : center;
6974 flex-direction : column;
7075 margin-top : var (--space-default );
7176 }
77+
78+ .backupButtons > * : not (: first-child ) {
79+ margin-top : var (--space-half );
80+ }
7281}
Original file line number Diff line number Diff line change 336336}
337337
338338.step button {
339- height : var (--wizard-item-height );
340339 font-size : var (--size-wizard-text );
341340}
342341
You can’t perform that action at this time.
0 commit comments