-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
120 additions
and
146 deletions.
There are no files selected for viewing
81 changes: 43 additions & 38 deletions
81
plugins/arcgis/web-app/projects/main/src/lib/arc-event/arc-event.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 5 additions & 66 deletions
71
plugins/arcgis/web-app/projects/main/src/lib/arc-event/arc-event.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,8 @@ | ||
.arc-layer-form { | ||
display: flex; | ||
flex-direction: column; | ||
min-width: 950px; | ||
.arcEvent__info { | ||
flex-grow: 1; | ||
} | ||
|
||
section { | ||
>* { | ||
margin-inline-start: 1em; | ||
} | ||
|
||
header { | ||
margin-inline-start: 0; | ||
|
||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6 { | ||
margin-block-end: 0; | ||
} | ||
|
||
.subheading { | ||
margin-block-start: 0; | ||
opacity: 0.5; | ||
} | ||
|
||
margin-block-end: 2em; | ||
} | ||
|
||
margin-block-start: 2em; | ||
margin-block-end: 2em; | ||
} | ||
|
||
.arcEvent { | ||
margin-block-start: 1em; | ||
display: grid; | ||
grid-template-columns: 4fr 1fr; | ||
max-width: max-content; | ||
margin-bottom: 20px; | ||
} | ||
|
||
.arcEvent__value { | ||
grid-column-start: 1; | ||
} | ||
|
||
.arcEvent__edit { | ||
grid-column-start: 2; | ||
text-align: end; | ||
} | ||
|
||
.featureLayers { | ||
display: grid; | ||
opacity: 0.5; | ||
font-size: 0.9em; | ||
} | ||
|
||
.edit-icon { | ||
vertical-align: middle; | ||
} | ||
|
||
.edit-button { | ||
opacity: 0.5; | ||
font-size: inherit; | ||
height: inherit; | ||
line-height: inherit; | ||
width: inherit; | ||
.mat-divider { | ||
margin-top: 12px; | ||
margin-bottom: 12px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters