mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
46 lines
No EOL
636 B
SCSS
46 lines
No EOL
636 B
SCSS
.embedly-form-control{
|
|
display: flex;
|
|
}
|
|
|
|
.embedly-url-field{
|
|
position: relative;
|
|
flex: 1;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.embedly-thumbnail-placeholder{
|
|
background: #eee;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
|
|
.icon{
|
|
display: block;
|
|
color: rgba(0,0,0,0.5);
|
|
}
|
|
span{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.embedly-thumbnail-image{
|
|
height: 60px;
|
|
width: auto;
|
|
display: block;
|
|
}
|
|
|
|
.embedly-thumbnail-actions{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
a{
|
|
cursor: pointer;
|
|
}
|
|
.thumbnail-edit{
|
|
margin-right: 5px;
|
|
}
|
|
span{
|
|
display: none;
|
|
}
|
|
} |