2019-03-11 20:43:50 +08:00
|
|
|
@import "constants";
|
|
|
|
@import "mixins";
|
|
|
|
|
|
|
|
.mce-image-loader {
|
|
|
|
display: none !important;
|
|
|
|
|
|
|
|
+ .image-selection-container {
|
|
|
|
height: 28px;
|
|
|
|
left: 140px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 338px;
|
|
|
|
|
|
|
|
.select_button {
|
|
|
|
background-color: $brand-success;
|
|
|
|
border-color: $brand-success;
|
|
|
|
color: $color-white;
|
|
|
|
cursor: pointer;
|
|
|
|
line-height: 20px;
|
|
|
|
padding: 6px 12px;
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
width: 76px;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text] {
|
|
|
|
border: 1px solid $color-gainsboro;
|
|
|
|
border-radius: 4px;
|
|
|
|
height: 30px;
|
|
|
|
left: -5px;
|
|
|
|
padding-left: 10px;
|
|
|
|
position: relative;
|
|
|
|
width: calc(100% - 100px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-05-11 22:04:28 +08:00
|
|
|
|
|
|
|
.ql-editor {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2019-05-21 21:53:47 +08:00
|
|
|
|
|
|
|
.mce-top-part {
|
|
|
|
z-index: 5;
|
|
|
|
}
|