Skip to content
Snippets Groups Projects
Commit 6143576f authored by chris's avatar chris
Browse files

notes divider styling

parent 6075a2d2
No related branches found
No related tags found
1 merge request!72Comments
......@@ -51,7 +51,6 @@ const Editoria = () => (
layout={EditoriaLayout}
user={user}
/>
<div id="editors" />
</Fragment>
);
......
......@@ -33,14 +33,7 @@ export default {
MenuService: [
{
templateArea: "topBar",
toolGroups: [
"Base",
{ name: "Annotations", exclude: ["Strong"] },
"Notes",
"Lists",
"Images",
"Tables"
]
toolGroups: ["Base", "Annotations", "Notes", "Lists", "Images", "Tables"]
},
{
templateArea: "leftSideBar",
......
......@@ -21,7 +21,48 @@ const LeftMenuSurfaceContainer = styled.div`
height: 100%;
width: 100%;
.divider {
border-top: 1px dotted black;
&:before {
content: "Notes";
position: relative;
bottom: 14px;
background: white;
color: #a3a3a3;
font-weight: 600;
letter-spacing: 0.15em;
}
&:after {
color: #a3a3a3;
content: ". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . ";
float: left;
font-weight: 400;
white-space: nowrap;
width: 0;
position: relative;
bottom: 14px;
}
}
`;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment