Skip to content

Commit

Permalink
Add googlesitekit-adsense-alerts stylesheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
hussain-t committed Sep 30, 2024
1 parent 9b73d15 commit ebefdff
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions assets/sass/components/adsense/_googlesitekit-adsense-alerts.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* AdSense Alerts 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-adsense-alert {

&.googlesitekit-publisher-win .googlesitekit-publisher-win__module-name {
font-size: $fs-title-md;
}

.googlesitekit-publisher-win__image-small {

svg {
width: 68px;
}
}
}
}
1 change: 1 addition & 0 deletions assets/sass/components/adsense/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
*/

@import "googlesitekit-adsense-ad-blocking-recovery";
@import "googlesitekit-adsense-alerts";

0 comments on commit ebefdff

Please sign in to comment.