Skip to content

Commit

Permalink
Merge pull request #8773 from google/bug/8770-pax-style-conflict
Browse files Browse the repository at this point in the history
Bug/8770 pax style conflict
  • Loading branch information
eugene-manuilov authored May 30, 2024
2 parents 88714ba + 9b13366 commit 97289e0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
/**
* PAX Embedded App 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 {

.googlesitekit-widget {

.googlesitekit-pax-embedded-app {
.card-content {
padding: 0;
}

.mdc-card.card {
border-radius: $br-sm;
box-shadow: none;
margin-top: 0;
max-width: unset;
padding: $grid-gap-phone;

@media (min-width: $bp-desktop) {
padding: $grid-gap-desktop;
}

.notification {
margin-top: 0;
}
}
}
}
}
1 change: 1 addition & 0 deletions assets/sass/components/ads/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
@import "googlesitekit-ads-setup-module";
@import "googlesitekit-ads-settings";
@import "googlesitekit-ads-setup-banner";
@import "googlesitekit-ads-pax-embedded-app";

0 comments on commit 97289e0

Please sign in to comment.