Skip to content

Commit

Permalink
Update spacing between Audience widget area and other widget areas.
Browse files Browse the repository at this point in the history
  • Loading branch information
benbowler committed Jul 3, 2024
1 parent 487efc3 commit c4cdd12
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/sass/components/analytics-4/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
@import "audience-segmentation/googlesitekit-audience-segmentation-info-notice";
@import "audience-segmentation/googlesitekit-audience-segmentation-error";
@import "audience-segmentation/googlesitekit-audience-tiles";
@import "audience-segmentation/googlesitekit-audience-widget-area";
@import "audience-segmentation/googlesitekit-partial-data-badge";
@import "audience-segmentation/googlesitekit-partial-data-notice";
@import "audience-segmentation/googlesitekit-audience-selection-panel";
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/**
* Audience Widget Area styles.
*
* Site Kit by Google, Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

.googlesitekit-plugin {
.mdc-layout-grid.googlesitekit-widget-area--mainDashboardTrafficAudienceSegmentation {
padding-top: 3px;

@media (min-width: $width-desktop + 1 + px) {
padding-top: 8px;
}
}
}

0 comments on commit c4cdd12

Please sign in to comment.