From 996d2d57be172fd36952ec7d679e411565cac013 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Mon, 30 Dec 2019 09:06:45 -0800 Subject: Update button variant styles Adding styles to leverage bootstrap-vue button components. Using the link variant as a replacement for our current 'ghost' button style. Use $enable-rounded flag to disable rounded corners. This will take care of all components with rounded corners (input fields, modals, etc). Signed-off-by: Yoshie Muranaka Signed-off-by: Derick Montague Change-Id: Ie48f19a76698f896d9ebe7e72e9c0575f6db80c1 --- src/assets/styles/_obmc-custom.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/assets/styles/_obmc-custom.scss') diff --git a/src/assets/styles/_obmc-custom.scss b/src/assets/styles/_obmc-custom.scss index 7deb6cba..e87e01bb 100644 --- a/src/assets/styles/_obmc-custom.scss +++ b/src/assets/styles/_obmc-custom.scss @@ -1,3 +1,5 @@ +$enable-rounded: false; + // Required @import "~bootstrap/scss/functions"; @import "./functions"; @@ -49,3 +51,5 @@ $colors: map-remove($theme-colors, "light", "dark"); @import "~bootstrap/scss/print"; @import "~bootstrap-vue/src/index.scss"; + +@import "./buttons"; \ No newline at end of file -- cgit v1.2.3