2017-05-06 16:08:01 +09:00
|
|
|
.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;
|
|
|
|
}
|
2016-05-07 18:12:02 +09:00
|
|
|
}
|
|
|
|
|
2017-05-06 16:08:01 +09:00
|
|
|
.embedly-thumbnail-image{
|
|
|
|
height: 60px;
|
|
|
|
width: auto;
|
|
|
|
display: block;
|
|
|
|
}
|
2016-05-07 18:12:02 +09:00
|
|
|
|
2017-05-06 16:08:01 +09:00
|
|
|
.embedly-thumbnail-actions{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2017-05-08 14:42:42 +09:00
|
|
|
a{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2017-05-06 16:08:01 +09:00
|
|
|
.thumbnail-edit{
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
span{
|
|
|
|
display: none;
|
|
|
|
}
|
2016-05-07 18:12:02 +09:00
|
|
|
}
|