Merge pull request #31683 from woocommerce/fix/2022-theme-store-notice
Style the 2022 theme store notice.
This commit is contained in:
commit
306a9ca34d
|
@ -1263,4 +1263,23 @@ $tt2-gray: #f7f7f7;
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-store-notice {
|
||||
color: var(--wp--preset--color--black);
|
||||
border-top: 2px solid var( --wp--preset--color--primary );
|
||||
background: $tt2-gray;
|
||||
padding: 2rem;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
margin: 0;
|
||||
|
||||
.woocommerce-store-notice__dismiss-link {
|
||||
float: right;
|
||||
margin-right: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue