Skip to content

Commit

Permalink
Merge pull request #21 from Esri/4.28
Browse files Browse the repository at this point in the history
chore: update widget scss files for 4.28
  • Loading branch information
andygup authored Dec 15, 2023
2 parents 38c5c5c + 1c1eabe commit a0098ea
Show file tree
Hide file tree
Showing 77 changed files with 3,916 additions and 3,319 deletions.
9 changes: 1 addition & 8 deletions assets/esri/themes/base/widgets/_AreaMeasurement2D.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/* stylelint-disable-next-line block-no-empty */
@mixin areaMeasurement2D() {
.esri-area-measurement-2d__measurement {
padding: $cap-spacing $side-spacing;
margin: $cap-spacing 0;
background-color: $background-color--offset;
animation: esri-fade-in 250ms ease-in-out;
}

@include measurementWidgetStyles("esri-area-measurement-2d");
}

@if $include_AreaMeasurement2D == true {
Expand Down
9 changes: 1 addition & 8 deletions assets/esri/themes/base/widgets/_AreaMeasurement3D.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/* stylelint-disable-next-line block-no-empty */
@mixin areaMeasurement3D() {
.esri-area-measurement-3d__measurement {
padding: $cap-spacing $side-spacing;
margin: $cap-spacing 0;
background-color: $background-color--offset;
animation: esri-fade-in 250ms ease-in-out;
}

@include measurementWidgetStyles("esri-area-measurement-3d");
}

@if $include_AreaMeasurement3D == true {
Expand Down
Loading

0 comments on commit a0098ea

Please sign in to comment.