diff --git a/public/styles/elements/_button.scss b/public/styles/elements/_button.scss new file mode 100644 index 0000000..f3f3c0d --- /dev/null +++ b/public/styles/elements/_button.scss @@ -0,0 +1,16 @@ +/* + * Button + * Styles for Buttons + * + * Dependencies: + * + * Version: + * 1.0.0 - 2018/02/23 + */ +button { + background: transparent; + border: none; + padding: 0; + margin: 0; + cursor: pointer; +}