Redo design from scratch with something significantly simpler and lower maintainence.

This commit is contained in:
Robert Marshall 2020-01-03 16:30:40 +00:00
parent a84bf8aab3
commit 3d00f28657
31 changed files with 228 additions and 1857 deletions

View file

@ -1,32 +1,56 @@
@import "colours.less";
.editor-colors {
border: 4px solid #fff;
background: #fff;
border-radius: 4px;
margin-bottom: 10px;
overflow: auto;
padding: 6px;
border: 4px solid #fff;
background: #fff;
border-radius: 4px;
margin-bottom: 10px;
overflow: auto;
padding: 6px;
pre {
margin: 0;
tab-size: 4;
-moz-tab-size: 4;
}
pre {
margin: 0;
tab-size: 4;
-moz-tab-size: 4;
}
}
.image {
padding: 5px;
background: @control2;
display: inline-block;
text-align: center;
max-width: 100%;
padding: 5px;
background: @control2;
display: inline-block;
text-align: center;
max-width: 100%;
img {
display: block;
}
img {
display: block;
}
span {
font-size: 0.8em;
}
span {
font-size: 0.8em;
}
}
.blog-navigation{
display: flex;
justify-content: space-between;
&__next{
margin-left: auto;
}
}
.edit-form{
&__title{
display: flex;
&__label{
flex: 0 0 auto;
margin-right: 5px;
}
&__input{
flex: 1 1 auto;
}
}
}