From bb64db756c0df21d73c036ece2cd0e04a30a4513 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Sun, 24 Nov 2024 17:05:45 +0900 Subject: Add a few buttons --- sass/Components/_buttons.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sass/Components/_buttons.scss (limited to 'sass/Components') diff --git a/sass/Components/_buttons.scss b/sass/Components/_buttons.scss new file mode 100644 index 0000000..27a7f07 --- /dev/null +++ b/sass/Components/_buttons.scss @@ -0,0 +1,16 @@ +.btn { + text-decoration: none; + display: inline-block; + line-height: 2.25; + padding: 8*$px 32*$px; + border-radius: 8*$px; + white-space: nowrap; + &--primary { + color: var(--color-background); + background-color: var(--color-primary); + } + &--secondary { + color: var(--color-text); + background-color: var(--color-secondary); + } +} -- cgit v1.2.3-70-g09d2