Merge branch 'feature/AW-2268' into develop
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
commit
fbe0413c6a
@ -1,6 +1,6 @@
|
|||||||
@import "~bootstrap/scss/bootstrap.scss";
|
@import "~bootstrap/scss/bootstrap.scss";
|
||||||
|
|
||||||
aol-map { position:absolute;width:100%;height:calc(100vh + 4rem);}
|
aol-map { width:100%;}
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
top: 3rem;
|
top: 3rem;
|
||||||
@ -49,11 +49,11 @@ aol-map { position:absolute;width:100%;height:calc(100vh + 4rem);}
|
|||||||
.control-container {
|
.control-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 1em;
|
right: 1em;
|
||||||
bottom: 8.1em;
|
bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullscreen .control-container {
|
.fullscreen .control-container {
|
||||||
bottom: 5em;
|
bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch2d3d {
|
switch2d3d {
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
||||||
|
|
||||||
import { BackButtonComponent } from './back-button.component';
|
|
||||||
|
|
||||||
describe('BackButtonComponent', () => {
|
|
||||||
let component: BackButtonComponent;
|
|
||||||
let fixture: ComponentFixture<BackButtonComponent>;
|
|
||||||
|
|
||||||
beforeEach(async () => {
|
|
||||||
await TestBed.configureTestingModule({
|
|
||||||
declarations: [ BackButtonComponent ]
|
|
||||||
})
|
|
||||||
.compileComponents();
|
|
||||||
});
|
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
fixture = TestBed.createComponent(BackButtonComponent);
|
|
||||||
component = fixture.componentInstance;
|
|
||||||
fixture.detectChanges();
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should create', () => {
|
|
||||||
expect(component).toBeTruthy();
|
|
||||||
});
|
|
||||||
});
|
|
Loading…
Reference in New Issue
Block a user