Skip to content

Commit

Permalink
My Jetpack: update notice style on mobile (#39537)
Browse files Browse the repository at this point in the history
* My Jetpack: update notice mobile style

* changelog

* Update notice style to the same when there's title
  • Loading branch information
IanRamosC authored Sep 27, 2024
1 parent 965b8ba commit 4520ed0
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@
align-items: center;
}
}

@media screen and ( max-width: 600px ) {
padding-top: 24px;

// this is the selector for `.icon-wrapper` in the .notice component
& > div:has(svg) {
position: initial;
}
}
}

.cta {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack: visual update to make the GlobalNotice component look better on mobile.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack: visual update to the GlobalNotice component look better on mobile.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack: visual update to the GlobalNotice component look better on mobile.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: enhancement

My Jetpack: visual update to the GlobalNotice component look better on mobile.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack: visual update to the GlobalNotice component look better on mobile.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack: visual update to the GlobalNotice component look better on mobile.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack: visual update to the GlobalNotice component look better on mobile.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack: visual update to the GlobalNotice component look better on mobile.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack: visual update to the GlobalNotice component look better on mobile.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

My Jetpack: visual update to the GlobalNotice component look better on mobile.

0 comments on commit 4520ed0

Please sign in to comment.