File tree Expand file tree Collapse file tree
packages/vaadin-lumo-styles/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 --_lumo-button-text-color : var (--vaadin-button-text-color , var (--lumo-primary-text-color ));
4040 --_lumo-button-primary-background : var (--vaadin-button-primary-background , var (--lumo-primary-color ));
4141 --_lumo-button-primary-text-color : var (--vaadin-button-primary-text-color , var (--lumo-primary-contrast-color ));
42+ /* Allow controlling these from the host (inherited by the inner container */
43+ align-items : center;
44+ justify-content : center;
45+ text-align : center;
4246 }
4347
4448 : host ([hidden ]) {
4751
4852 .vaadin-button-container {
4953 display : inline-flex;
50- align-items : center ;
51- justify-content : center ;
52- text-align : center ;
54+ align-items : inherit ;
55+ justify-content : inherit ;
56+ text-align : inherit ;
5357 width : 100% ;
5458 height : 100% ;
5559 min-height : inherit;
You can’t perform that action at this time.
0 commit comments