2018-10-04 22:08:21 +03:00
|
|
|
.writing-header {
|
2022-09-11 21:57:46 +03:00
|
|
|
padding: 0 0 15px 0;
|
|
|
|
margin-top: 0;
|
2018-10-04 22:08:21 +03:00
|
|
|
background: #fff;
|
|
|
|
box-shadow: 0 3px 10px #fff;
|
2019-02-18 11:15:03 +03:00
|
|
|
font-size: 14px;
|
2018-10-04 22:08:21 +03:00
|
|
|
|
|
|
|
&__save {
|
|
|
|
@apply --button;
|
2019-01-25 06:19:37 +03:00
|
|
|
@apply --button-primary;
|
2019-02-18 11:15:03 +03:00
|
|
|
margin: auto;
|
2018-10-04 22:08:21 +03:00
|
|
|
}
|
|
|
|
|
2022-07-12 00:11:08 +09:00
|
|
|
&__inner-container {
|
2018-10-04 22:08:21 +03:00
|
|
|
margin: auto 0;
|
2022-07-12 00:11:08 +09:00
|
|
|
display: flex;
|
2018-10-04 22:08:21 +03:00
|
|
|
color: var(--color-text-second);
|
2022-07-12 00:11:08 +09:00
|
|
|
gap: 10px;
|
2019-01-19 17:09:11 +03:00
|
|
|
|
2022-07-12 00:11:08 +09:00
|
|
|
@media(--mobile) {
|
|
|
|
flex-flow: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
& > * {
|
|
|
|
flex: 0 1 33.3%;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 6px;
|
2019-01-19 17:09:11 +03:00
|
|
|
}
|
2019-02-18 11:15:03 +03:00
|
|
|
|
2022-07-12 00:11:08 +09:00
|
|
|
select {
|
|
|
|
@apply --select;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
@apply --input;
|
|
|
|
}
|
2019-02-18 11:15:03 +03:00
|
|
|
}
|
2018-10-04 22:08:21 +03:00
|
|
|
}
|
2019-01-25 02:23:00 +03:00
|
|
|
|
2019-01-25 06:19:37 +03:00
|
|
|
.writing-buttons {
|
2022-05-24 12:49:06 +08:00
|
|
|
display: flex;
|
|
|
|
|
|
|
|
button:not(:last-child) {
|
|
|
|
margin-right: 20px;
|
2019-01-25 06:19:37 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-18 11:15:03 +03:00
|
|
|
.writing-editor {
|
2022-09-06 22:58:50 +03:00
|
|
|
@apply --text-content-main;
|
2019-03-13 12:25:43 +03:00
|
|
|
|
|
|
|
.ce-code__textarea {
|
2022-09-06 22:58:50 +03:00
|
|
|
@apply --text-code-block;
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
border-radius: 8px;
|
2019-03-13 12:25:43 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ce-paragraph a {
|
2022-09-06 22:58:50 +03:00
|
|
|
@apply --text-inline-link;
|
2019-03-13 12:25:43 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ce-header {
|
2022-09-06 22:58:50 +03:00
|
|
|
@apply --text-header;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2.ce-header {
|
|
|
|
@apply --text-header-2;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.ce-header {
|
|
|
|
@apply --text-header-3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cdx-block {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-code {
|
|
|
|
@apply --text-inline-code;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-table {
|
|
|
|
@apply --text-content-main;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-cell {
|
|
|
|
padding: 6px 8px;
|
2019-03-13 12:25:43 +03:00
|
|
|
}
|
2022-09-09 16:27:23 +03:00
|
|
|
|
2022-09-13 18:57:50 +03:00
|
|
|
.cdx-list {
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
|
2022-09-09 16:27:23 +03:00
|
|
|
@media (--desktop) {
|
|
|
|
.ce-block__content,
|
|
|
|
.ce-toolbar__content {
|
|
|
|
max-width: var(--layout-width-main-col);
|
|
|
|
}
|
|
|
|
}
|
2019-02-18 11:15:03 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.codex-editor__redactor .ce-block:first-of-type .ce-header {
|
2022-09-06 22:58:50 +03:00
|
|
|
@apply --text-content-title;
|
2019-02-18 11:15:03 +03:00
|
|
|
}
|
2022-09-06 22:58:50 +03:00
|
|
|
|
|
|
|
.ce-block {
|
|
|
|
@apply --content-block;
|
|
|
|
}
|
|
|
|
|
2022-09-12 16:48:13 +03:00
|
|
|
.cdx-settings-button[data-tune="stretched"] {
|
|
|
|
display: none;
|
|
|
|
}
|