one-click-accessibility/assets/dev/css/ea11y-scanner-wizard.scss
VasylD 27acd34d64
[APP-1507] add UI changes (#286)
* [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
2025-06-04 09:42:06 +02:00

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;
}