server/src/resources/assets/sass/_variables.scss
author ymh <ymh.work@gmail.com>
Fri, 18 Nov 2016 14:48:49 +0100
changeset 428 76a47f714766
parent 386 c731ab9b934d
permissions -rw-r--r--
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release


$font-family-sans-serif: "Roboto", Helvetica, Arial, sans-serif !default;
$btn-font-weight: 300;
$navbar-default-color: white;
$navbar-default-brand-color: white;
$navbar-default-bg: #0085cb;
$navbar-default-link-color: white;
$navbar-default-link-hover-color: darken($navbar-default-link-color, 10%);