diff options
author | Camil Staps | 2015-10-25 00:19:11 +0200 |
---|---|---|
committer | Camil Staps | 2015-10-25 00:33:40 +0200 |
commit | c60d9793834ab10bdd6dc373f47c2206d39d5663 (patch) | |
tree | 3e22336544a13787b91e256dbdfa7b273e170370 /resources/sass/style.scss |
Initial commit
Diffstat (limited to 'resources/sass/style.scss')
-rw-r--r-- | resources/sass/style.scss | 32 |
1 files changed, 32 insertions, 0 deletions
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; +} + |