File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/login/theme/lumo Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
import '@vaadin/vaadin-lumo-styles/spacing.js' ;
2
- import './vaadin-login-form-wrapper-styles.js' ;
3
2
import { color } from '@vaadin/vaadin-lumo-styles/color.js' ;
4
3
import { overlay } from '@vaadin/vaadin-lumo-styles/mixins/overlay.js' ;
5
4
import { typography } from '@vaadin/vaadin-lumo-styles/typography.js' ;
Original file line number Diff line number Diff line change
1
+ import '@vaadin/button/theme/lumo/vaadin-button.js' ;
2
+ import '@vaadin/text-field/theme/lumo/vaadin-text-field.js' ;
3
+ import '@vaadin/password-field/theme/lumo/vaadin-password-field.js' ;
4
+ import './vaadin-login-form-wrapper-styles.js' ;
1
5
import './vaadin-login-overlay-styles.js' ;
2
- import './vaadin-login-form.js' ;
3
6
import '../../src/vaadin-login-overlay.js' ;
You can’t perform that action at this time.
0 commit comments