@nouance/payload-better-fields-plugin
Version:
A Payload plugin that aims to provide improved fields for the admin panel
35 lines (29 loc) • 646 B
CSS
.bfSlugFieldWrapper {
position: relative;
.container {
display: flex;
}
.slugInput {
flex-grow: 2;
}
.srOnly {
border: 0 ;
clip: rect(1px, 1px, 1px, 1px) ;
-webkit-clip-path: inset(50%) ;
clip-path: inset(50%) ;
height: 1px ;
margin: -1px ;
overflow: hidden ;
padding: 0 ;
position: absolute ;
width: 1px ;
white-space: nowrap ;
}
.checkbox {
position: absolute;
top: calc(50% - 1rem);
right: 1rem;
display: flex;
align-items: center;
}
}