mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-21 13:06:02 +08:00
* [APP-1507] add UI changes * [APP-1507] add UI changes * [APP-1507] add UI changes * [APP-1507] add UI changes * [APP-1507] add UI changes
23 lines
439 B
SCSS
23 lines
439 B
SCSS
#wpadminbar #wp-admin-bar-ea11y-scanner-wizard a {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 6px;
|
|
}
|
|
|
|
.ea11y-scanner-current-element {
|
|
border: 4px solid #2563EB;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
#ea11y-scanner-wizard-widget {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
overflow-y: scroll;
|
|
overflow-x: visible;
|
|
z-index: 999999;
|
|
}
|