diff options
Diffstat (limited to 'ssh/resources/sass/app.scss')
| -rw-r--r-- | ssh/resources/sass/app.scss | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ssh/resources/sass/app.scss b/ssh/resources/sass/app.scss new file mode 100644 index 0000000..7111267 --- /dev/null +++ b/ssh/resources/sass/app.scss @@ -0,0 +1,28 @@ +// Fonts +@import url('https://fonts.googleapis.com/css?family=Nunito'); + +// Variables +@import 'variables'; + +// Bootstrap +@import '~bootstrap/scss/bootstrap'; + +@import 'background'; +@import 'navbar'; +@import 'utility'; + +.hn { + display: inline-block; + font-size: inherit; + height: 1em; + overflow: visible; + vertical-align: -.125em; + fill: #ff6600; +} +.mastodon { + display: inline-block; + font-size: inherit; + height: 1em; + overflow: visible; + vertical-align: -.125em; +} |
