feat: auto heading

This commit is contained in:
Konstantinos Kaloutas
2022-10-11 14:17:24 +03:00
committed by Tienson Qin
parent 5f4aa91207
commit 6e3a54677d
6 changed files with 47 additions and 24 deletions

View File

@@ -29,73 +29,81 @@
}
.tie-app-feature::before {
content: '\ea01';
content: "\ea01";
}
.tie-block::before {
content: '\ea02';
content: "\ea02";
}
.tie-block-search::before {
content: '\ea03';
content: "\ea03";
}
.tie-connector::before {
content: '\ea04';
content: "\ea04";
}
.tie-h-auto::before {
content: "\ea05";
}
.tie-heading-off::before {
content: "\ea06";
}
.tie-new-block::before {
content: '\ea05';
content: "\ea07";
}
.tie-new-page::before {
content: '\ea06';
content: "\ea08";
}
.tie-new-whiteboard::before {
content: '\ea07';
content: "\ea09";
}
.tie-new-whiteboard-element::before {
content: '\ea08';
content: "\ea0a";
}
.tie-object-compact::before {
content: '\ea09';
content: "\ea0b";
}
.tie-object-expanded::before {
content: '\ea0a';
content: "\ea0c";
}
.tie-page::before {
content: '\ea0b';
content: "\ea0d";
}
.tie-page-search::before {
content: '\ea0c';
content: "\ea0e";
}
.tie-references-hide::before {
content: '\ea0d';
content: "\ea0f";
}
.tie-references-show::before {
content: '\ea0e';
content: "\ea10";
}
.tie-select-cursor::before {
content: '\ea0f';
content: "\ea11";
}
.tie-text::before {
content: '\ea10';
content: "\ea12";
}
.tie-whiteboard::before {
content: '\ea11';
content: "\ea13";
}
.tie-whiteboard-element::before {
content: '\ea12';
content: "\ea14";
}