diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 221f5d231..592a45b1d 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -275,6 +275,11 @@ a.btn.btn-info:hover, } } +/* SCROLLTABLE */ +.scrolltable { + overflow: auto; +} + /* TABLE DESIGN */ .table__row { @@ -330,3 +335,20 @@ a.btn.btn-info:hover, color: inherit; } } + +.table--vertical { + + th { + background-color: transparent; + color: var(--color-font); + width: 170px; + text-align: right; + padding-right: 15px; + font-weight: 400; + } + + td { + font-weight: 600; + color: var(--color-font); + } +} diff --git a/templates/profile.hamlet b/templates/profile.hamlet index debcdaf90..f102192b2 100644 --- a/templates/profile.hamlet +++ b/templates/profile.hamlet @@ -1,76 +1,77 @@