diff options
Diffstat (limited to 'resources/sass')
-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; +} + |