From b9c5fcf085bed9c6100283133531b36bfbb06cf0 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Mon, 25 May 2020 15:07:03 -0700 Subject: Build system integration using vue-cli. --- src/assets/themes/sui.scss | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/assets/themes/sui.scss (limited to 'src/assets/themes/sui.scss') diff --git a/src/assets/themes/sui.scss b/src/assets/themes/sui.scss new file mode 100644 index 0000000..f94433e --- /dev/null +++ b/src/assets/themes/sui.scss @@ -0,0 +1,34 @@ +/* + * SUI theme + * Inpired by the great https://github.com/jeroenpardon/sui start page + * Author: @bastienwirtz + */ +body #app.theme-sui { + #bighead .dashboard-title { + padding: 65px 0 0 12px; + + h1 { + margin-top: 0; + font-weight: bold; + font-size: 2.2rem; + } + } + + .navbar .navbar-item:hover { + background-color: transparent; + } + + .card, + .card:hover { + background-color: transparent; + box-shadow: none; + + .title { + font-weight: bold; + } + + .card-content { + padding: 0; + } + } +} -- cgit v1.2.3