fix file names
This commit is contained in:
parent
98e16ab975
commit
4c85d883a6
|
@ -36,7 +36,7 @@ declare var UIkit;
|
|||
height:100%
|
||||
}
|
||||
#ipadcontainer{
|
||||
background-image: url('/assets/iPad Pro.svg');
|
||||
background-image: url('/assets/iPad-Pro.svg');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
height: 900px;
|
||||
|
|
|
@ -7,9 +7,9 @@ import {CustomizationComponent} from './customization.component';
|
|||
|
||||
import {CustomizationRoutingModule} from './customization-routing.module';
|
||||
import {ColorPickerModule} from 'ngx-color-picker';
|
||||
import {FontSizeComponent} from './FontSize.component';
|
||||
import {ColorComponent} from './Color.component';
|
||||
import {BorderComponent} from './Border.component';
|
||||
import {FontSizeComponent} from './fontSize.component';
|
||||
import {ColorComponent} from './color.component';
|
||||
import {BorderComponent} from './border.component';
|
||||
import {LayoutService} from '../../openaireLibrary/services/layout.service';
|
||||
import {AlertModalModule} from '../../openaireLibrary/utils/modal/alertModal.module';
|
||||
import {PageContentModule} from '../../openaireLibrary/dashboard/sharedComponents/page-content/page-content.module';
|
||||
|
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Loading…
Reference in New Issue