mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-22 22:59:42 +02:00
Small layout updates (#46)
This commit is contained in:
parent
a4031f151f
commit
529aca5e29
12 changed files with 49 additions and 9 deletions
|
@ -7,11 +7,12 @@
|
|||
background: #fff;
|
||||
box-shadow: 0 3px 10px #fff;
|
||||
z-index: 2;
|
||||
font-size: 14px;
|
||||
|
||||
&__save {
|
||||
@apply --button;
|
||||
@apply --button-primary;
|
||||
margin-left: auto;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
&__left {
|
||||
|
@ -22,6 +23,10 @@
|
|||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
select {
|
||||
max-width: 100px
|
||||
}
|
||||
}
|
||||
|
||||
.writing-buttons {
|
||||
|
@ -40,3 +45,13 @@
|
|||
box-shadow: inset 0 1px 2px 0 rgba(35, 44, 72, 0.06);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.writing-editor {
|
||||
@media (--desktop) {
|
||||
margin: 0 -100px;
|
||||
}
|
||||
}
|
||||
|
||||
.codex-editor__redactor .ce-block:first-of-type .ce-header {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue