summaryrefslogtreecommitdiff
path: root/src/assets/styles/_obmc-custom.scss
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2019-12-30 20:06:45 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-01-29 01:18:05 +0300
commit996d2d57be172fd36952ec7d679e411565cac013 (patch)
treef8d0ff86f77c5c930ec23803b6d7a4ca2e952ecc /src/assets/styles/_obmc-custom.scss
parent71ac230a533fdd4819a8d36b82570285a0973b97 (diff)
downloadwebui-vue-996d2d57be172fd36952ec7d679e411565cac013.tar.xz
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 <yoshiemuranaka@gmail.com> Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ie48f19a76698f896d9ebe7e72e9c0575f6db80c1
Diffstat (limited to 'src/assets/styles/_obmc-custom.scss')
-rw-r--r--src/assets/styles/_obmc-custom.scss4
1 files changed, 4 insertions, 0 deletions
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