From 823344c19094680e80e2b56449a243e183db8b06 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 14 Dec 2020 23:21:39 -0800 Subject: :star: --- .../themes/bootstrap3/elements/button.variables | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 semantic/src/themes/bootstrap3/elements/button.variables (limited to 'semantic/src/themes/bootstrap3/elements/button.variables') diff --git a/semantic/src/themes/bootstrap3/elements/button.variables b/semantic/src/themes/bootstrap3/elements/button.variables new file mode 100644 index 0000000..7ceaa3f --- /dev/null +++ b/semantic/src/themes/bootstrap3/elements/button.variables @@ -0,0 +1,63 @@ +/*------------------- + Button Variables +--------------------*/ + +/* Button Variables */ +@pageFont: Helvetica Neue, Helvetica, Arial, sans-serif; +@textTransform: none; +@fontWeight: @normal; +@textColor: rgba(51, 51, 51, 1); + +@borderRadius: @4px; + +@lineHeight: 1.42857; +@verticalPadding: 0.8571em; +@horizontalPadding: 0.8571em; + +@backgroundColor: @white; +@backgroundImage: none; + + +@borderBoxShadowColor: rgba(0, 0, 0, 0.14); + +@green: #5CB85C; +@red: #D9534F; +@blue: #337AB7; +@green: #60B044; +@orange: #F0AD4E; + +@primaryColor: @blue; +@secondaryColor: @green; + +@labeledIconBackgroundColor: transparent; + +@basicBorderSize: 0px; +@basicColoredBorderSize: 0px; +@invertedBorderSize: 0px; + +@basicActiveBackground: transparent; +@basicHoverBackground: transparent; +@basicDownBoxShadow: + 0px 0px 0px 1px #ADADAD inset, + 0 3px 5px rgba(0, 0, 0, 0.125) inset +; + +@groupButtonOffset: 0px 0px 0px -1px; +@verticalGroupOffset: 0px 0px -1px 0px; + +/* States */ + +@hoverBackgroundColor: #E6E6E6; +@hoverBoxShadow: + 0px 0px 0px 1px #ADADAD inset +; + +@downBackgroundColor: #E6E6E6; +@downBoxShadow: + 0px 0px 0px 1px #ADADAD inset, + 0 3px 5px rgba(0, 0, 0, 0.125) inset +; + +@activeBackgroundColor: #E6E6E6; + +@disabledOpacity: 0.65; -- cgit v1.2.3