From c60d9793834ab10bdd6dc373f47c2206d39d5663 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 25 Oct 2015 00:19:11 +0200 Subject: Initial commit --- resources/sass/style.scss | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 resources/sass/style.scss (limited to 'resources/sass') diff --git a/resources/sass/style.scss b/resources/sass/style.scss new file mode 100644 index 0000000..5e25f52 --- /dev/null +++ b/resources/sass/style.scss @@ -0,0 +1,32 @@ +//@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,300); +//$font-family-base: 'Raleway', sans-serif; +// Import bootstrap and fontawesome +@import "bootstrap"; + +img#profile { + margin-right: 1em; +} + +table { + tr { + td { + vertical-align: top; + + &:first-child { + min-width: 120px; + padding-right: 1em; + } + } + } + + margin-bottom: 6px; +} + +span.tt { + font-family: monospace; +} + +footer { + padding-bottom: 10px; +} + -- cgit v1.2.3