mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
v1 of enago
This commit is contained in:
@@ -48,6 +48,11 @@ aside#left-menu.full-size(
|
||||
h4() #{translate("sync")}
|
||||
!= moduleIncludes("editorLeftMenu:sync", locals)
|
||||
|
||||
span(ng-show="!anonymous")
|
||||
h4 #{translate("services")}
|
||||
!= moduleIncludes("editorLeftMenu:editing_services", locals)
|
||||
|
||||
|
||||
h4(ng-show="!anonymous") #{translate("settings")}
|
||||
form.settings(ng-controller="SettingsController", ng-show="!anonymous")
|
||||
.containter-fluid
|
||||
|
||||
BIN
services/web/public/img/enago.png
Normal file
BIN
services/web/public/img/enago.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
@@ -3,6 +3,7 @@
|
||||
@import "./editor/toolbar.less";
|
||||
@import "./editor/left-menu.less";
|
||||
@import "./editor/pdf.less";
|
||||
@import "./editor/enago.less";
|
||||
@import "./editor/share.less";
|
||||
@import "./editor/chat.less";
|
||||
@import "./editor/binary-file.less";
|
||||
|
||||
13
services/web/public/stylesheets/app/editor/enago.less
Normal file
13
services/web/public/stylesheets/app/editor/enago.less
Normal file
@@ -0,0 +1,13 @@
|
||||
.services {
|
||||
h1, h2, h3, p {
|
||||
text-shadow: 0 -1px 1px white;
|
||||
}
|
||||
h1, h2, h3, h4 {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
|
||||
hr.small {
|
||||
margin:0px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user