diff --git a/js/src/components/paid-ads/asset-group/asset-group-section.scss b/js/src/components/paid-ads/asset-group/asset-group-section.scss index da7a31743f..cc94a7b65f 100644 --- a/js/src/components/paid-ads/asset-group/asset-group-section.scss +++ b/js/src/components/paid-ads/asset-group/asset-group-section.scss @@ -8,8 +8,8 @@ .components-tip { padding: $grid-unit-15 $grid-unit-20; - background: #F0F6FC; - border: $border-width solid #C5D9ED; + background: #f0f6fc; + border: $border-width solid #c5d9ed; line-height: $gla-line-height-medium; > p { @@ -17,7 +17,7 @@ font-size: $default-font-size; } > svg { - fill: #007CBA; + fill: #007cba; align-self: initial; } } diff --git a/js/src/components/paid-ads/budget-section/budget-recommendation/index.scss b/js/src/components/paid-ads/budget-section/budget-recommendation/index.scss index 0a95add359..cf6aae7e72 100644 --- a/js/src/components/paid-ads/budget-section/budget-recommendation/index.scss +++ b/js/src/components/paid-ads/budget-section/budget-recommendation/index.scss @@ -13,7 +13,7 @@ .components-tip { padding: $grid-unit-15 $grid-unit-20; - background-color: #F0F6FC; + background-color: #f0f6fc; > p { line-height: $gla-line-height-medium;