From 1085dc1df1159e6bc107887e793e9e0e024db492 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Tue, 27 Nov 2018 22:04:40 +0100 Subject: [PATCH] page actions more prominent --- templates/default-layout.lucius | 5 +++-- templates/widgets/pageactionprime.hamlet | 27 ++++++++++++------------ templates/widgets/pageactionprime.lucius | 17 ++++----------- 3 files changed, 20 insertions(+), 29 deletions(-) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 1cdd12452..8deb58679 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -5,8 +5,9 @@ --color-success: #23d160; --color-info: #c4c4c4; --color-lightblack: #1A2A36; - --color-lightwhite: #FCFFFA; + --color-lightwhite: #fcfffa; --color-grey: #B1B5C0; + --color-grey-light: #f4f5f6; --color-font: #34303a; --color-fontsec: #5b5861; @@ -515,7 +516,7 @@ section { padding: 0 0 12px; margin: 0 0 12px; border-bottom: 1px solid #d3d3d3; - + } section:last-of-type { diff --git a/templates/widgets/pageactionprime.hamlet b/templates/widgets/pageactionprime.hamlet index 13aff9d10..624ec8e51 100644 --- a/templates/widgets/pageactionprime.hamlet +++ b/templates/widgets/pageactionprime.hamlet @@ -1,17 +1,16 @@ $newline never $if hasPageActions
-