some styling, hopefully for the better

integration-tests
Josha von Gizycki 6 years ago
parent d0b2415bef
commit 35efb74fa8

@ -108,10 +108,20 @@ img, svg {
grid-area: nav; grid-area: nav;
.accent-border-element; .accent-border-element;
h2::before {
content: "▤ ";
color: @ci-blue;
}
h2 { h2 {
margin-left: -1rem; margin-left: -1rem;
padding-left: 1rem; padding-left: 1rem;
} }
ul {
list-style-type: none;
padding-left: 1.8rem;
}
} }
main { main {

@ -70,14 +70,14 @@
(when authed? (when authed?
(list (list
[:section.schemas [:section.schemas
[:h2 [:span.__icon "▤"] "Schemas"] [:h2 "Schemas"]
[:ul [:ul
(for [schema (:schemas session)] (for [schema (:schemas session)]
[:li [:a {:href (path :instance-list [:li [:a {:href (path :instance-list
{:schema-uuid (:uuid schema)})} {:schema-uuid (:uuid schema)})}
(h (:name schema))]])]] (h (:name schema))]])]]
[:section [:section
[:h2 [:span.__icon "▤"] "Visualisation"] [:h2 "Visualisation"]
[:ul [:ul
[:li [:a {:href (path :vis-all-instances)} [:li [:a {:href (path :vis-all-instances)}
"All Instances"]]]]))] "All Instances"]]]]))]

Loading…
Cancel
Save