-
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
Katherine Brown
authored and
Katherine Brown
committed
Nov 7, 2024
1 parent
af4a7c9
commit 0c606ad
Showing
3 changed files
with
72 additions
and
105 deletions.
There are no files selected for viewing
70 changes: 36 additions & 34 deletions
70
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: 6 additions & 65 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,10 @@ | ||
.arc-layer-form { | ||
display: flex; | ||
flex-direction: column; | ||
min-width: 950px; | ||
} | ||
|
||
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; | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
margin-top: 16px; | ||
} | ||
|
||
.edit-button { | ||
opacity: 0.5; | ||
font-size: inherit; | ||
height: inherit; | ||
line-height: inherit; | ||
width: inherit; | ||
.arcEvent__info { | ||
flex-grow: 1; | ||
} |
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