File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ h1::after {
4343.section-header {
4444 background : # ebebeb ;
4545 display : flex;
46- justify-content : end;
46+ justify-content : flex- end;
4747}
4848
4949.section-content {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default component$(() => {
3232 </ div >
3333
3434 < h2 > Active Example</ h2 >
35- < div className = "panel" >
35+ < div class = "panel" >
3636 < Button active > default</ Button >
3737 < Button variant = "primary" active > primary</ Button >
3838 < Button variant = "secondary" active > secondary</ Button >
Original file line number Diff line number Diff line change 1515.custom-card-actions {
1616 display : flex;
1717 gap : 1rem ;
18- justify-content : end;
18+ justify-content : flex- end;
1919 color : white;
2020 margin : 1rem 0 ;
2121}
Original file line number Diff line number Diff line change 1- import { component$ , useSignal } from '@builder.io/qwik' ;
1+ import { component$ } from '@builder.io/qwik' ;
22import { Tooltip } from '@qwik-ui/headless' ;
33
44export default component$ ( ( ) => {
Original file line number Diff line number Diff line change 1- import { component$ , $ , useStylesScoped$ } from '@builder.io/qwik' ;
1+ import { component$ , useStylesScoped$ } from '@builder.io/qwik' ;
22import { Button } from '@qwik-ui/material' ;
33import { MaterialContext } from '../../../../../src/components/material' ;
44
You can’t perform that action at this time.
0 commit comments