diff options
Diffstat (limited to 'assets/sass/components/_icons.scss')
-rw-r--r-- | assets/sass/components/_icons.scss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/sass/components/_icons.scss b/assets/sass/components/_icons.scss new file mode 100644 index 0000000..01150a8 --- /dev/null +++ b/assets/sass/components/_icons.scss @@ -0,0 +1,24 @@ +/// +/// Big Picture by Pixelarity +/// pixelarity.com | hello@pixelarity.com +/// License: pixelarity.com/license +/// + +/* Icons */ + + ul.icons { + cursor: default; + + li { + display: inline-block; + } + + a { + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + text-align: center; + border: 0; + } + }
\ No newline at end of file |