one-click-accessibility/modules/settings/assets/css/style.css
2026-01-17 23:09:38 -08:00

50 lines
686 B
CSS

#wpbody-content {
padding-bottom: 0;
}
/* Hide wp notices */
.notice,
.update-nag {
display: none;
}
body {
background: #fff;
}
.wrap {
margin-top: 0;
}
#ea11y-app {
position: relative;
z-index: 1;
margin-inline-start: -20px;
background: #fff;
height: calc(100vh - 32px);
}
#ea11y-app * {
box-sizing: border-box;
}
.ea11y-textfield .MuiInputBase-input {
height: 40px;
padding: 8px 12px;
box-shadow: none;
border-color: rgb(12 13 14 / 0.23);
}
/* Widget Preview in Menu Settings */
#ea11y-widget-preview--container #ea11y-root {
display: flex;
justify-content: center;
}
@media (min-width: 480px) {
.ea11y-widget-container {
max-width: 100% !important;
}
}