0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 11:52:44 +00:00

initial commit to add programmatic page counts in editor

update element classname to be more descriptive, remove some commented code.
This commit is contained in:
Gazook89
2021-11-06 22:28:12 -05:00
parent 954fb6064e
commit 1fb63f8be3
2 changed files with 54 additions and 8 deletions

View File

@@ -5,17 +5,13 @@
.codeEditor{
height : 100%;
counter-reset : page;
counter-increment : page;
.pageLine{
background : #33333328;
border-top : #339 solid 1px;
&:after{
content : counter(page);
counter-increment : page;
float : right;
color : gray;
}
}
.editor-page-count{
color : grey;
right : 12px;
}
.columnSplit{
font-style : italic;