mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
400 B
29 lines
400 B
:host {
|
|
height: 100%;
|
|
}
|
|
|
|
:host /deep/ {
|
|
.tui-image-editor-header {
|
|
display: none;
|
|
}
|
|
|
|
* {
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.tie-btn-delete {
|
|
display: none !important;
|
|
}
|
|
|
|
.tie-btn-delete-all {
|
|
display: none !important;
|
|
|
|
& + li {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
svg {
|
|
vertical-align: baseline;
|
|
}
|
|
}
|