sanity-plugin-goth-vimeo-input
Version:
A Sanity Plugin for Inputting Vimeo Videos by their URL and Pre-Loading oEmbed Data.
28 lines (22 loc) • 368 B
CSS
@import "part:@sanity/base/theme/variables-style";
.search {
width: 100%;
display: flex;
align-items: stretch;
}
.input {
flex-grow: 1;
min-width: 0;
}
.button {
margin-left: var(--extra-small-padding);
}
.warningMessage {
margin-top: var(--small-padding);
}
.thumbnail {
display: block;
height: auto;
vertical-align: bottom;
width: 100%;
}