Files
wp-multisite-waas/inc/development/assets/development.css
David Stone d88e50df38 Prep Plugin for release on WordPress.org (#23)
* Update translation text domain
* Escape everything that should be escaped.
* Add nonce checks where needed.
* Sanitize all inputs.
* Apply Code style changes across the codebase.
* Correct many deprecation notices.
* Optimize load order of many filters.
* Add Proper Build script
* Use emojii flags
* Fix i18n deprecation  notice for translating too early
* Put all scripts in footer and load async
2025-04-14 11:36:46 -06:00

28 lines
700 B
CSS

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
background: #f1f1f1;
padding-top: 100px;
padding-left: 20%;
padding-right: 20%;
font-size: 0.85rem; }
body::before {
width: 200px;
content: " ";
position: absolute;
top: 30px;
background: url("../../../assets/img/logo.webp");
background-size: contain;
height: 40px;
background-position: left center;
background-repeat: no-repeat; }
#listeners {
list-style: none;
margin: 0;
padding: 0; }
#listeners a {
color: #333;
text-decoration: none;
padding: 5px 0;
display: inline-block; }