scinote-web/app/assets/stylesheets/hooks/tinymce.scss
2019-03-20 14:46:54 +01:00

38 lines
731 B
SCSS

@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);
}
}
}