added thesaurus and tag admin views, started block layout for materio theme

This commit is contained in:
2019-03-27 09:32:08 +01:00
parent e514a876c2
commit b305a2edf0
96 changed files with 8682 additions and 21 deletions

View File

@@ -14,5 +14,10 @@
html{
background-color: red;
// background-color: red;
}
aside.messages{
border:none;
}

View File

@@ -0,0 +1,7 @@
body{
font-size: 16px;
font-family: "Ubuntu",Arial,"MS Trebuchet",sans-serif;
font-weight: 500;
font-style: normal;
line-height: 1.3;
}