Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Sep 8, 2023
1 parent 62ff4a2 commit 3cad931
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 41 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 6 additions & 40 deletions packages/admin-block-editor/src/assets/admin.scss
Expand Up @@ -2,53 +2,19 @@

/* editorjs raw */
.ce-rawtool__textarea {
background-color: #f3f4f6 !important;
color: #111827 !important;
min-height: unset !important;
background-color: #f3f4f6 !important;
color: #111827 !important;
min-height: unset !important;
}

/* heading anchor size */
.ce-header::after {
font-size: 1rem;
padding-top: 2rem;
font-size: 1rem;
padding-top: 2rem;
}

a[rel='encrypt']:not(.link-btn) {
color: #059669;
color: #059669;
}

@media screen and (min-width: 980px) {
.ce-settings {
right: unset;
min-width: calc(100vh / 12 * 3);
}
.ce-toolbar__settings-btn {
margin-right: 15px;
background: #eff2f5;
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.ce-toolbar__settings-btn svg {
transform: scale(1.2);
}
}
@media (min-width: 651px) {
.ce-toolbox__button {
width: 36px;
height: 36px;
transform: scale(1.2);
}
}
.ce-toolbox__button {
color: #707684;
}
.ce-settings__plugin-zone > div + div,
.ce-settings__default-zone {
margin-top: 10px;
}
@media (min-width: 651px){
.ce-toolbar__actions {
right: 60%;
}
}
/* purgecss end ignore */

0 comments on commit 3cad931

Please sign in to comment.