You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2017/09/06 13:53:50 UTC

svn commit: r1807489 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/_tobago-theme.scss

Author: hnoeth
Date: Wed Sep  6 13:53:50 2017
New Revision: 1807489

URL: http://svn.apache.org/viewvc?rev=1807489&view=rev
Log:
TOBAGO-1759 Update Bootstrap to 4.0.0 beta 1 (from alpha 6)
* good old secondary button for standard tobago theme implemented

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/_tobago-theme.scss

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/_tobago-theme.scss
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/_tobago-theme.scss?rev=1807489&r1=1807488&r2=1807489&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/_tobago-theme.scss (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/_tobago-theme.scss Wed Sep  6 13:53:50 2017
@@ -18,5 +18,12 @@
 // add here code to include after bootstrap
 // usually the _tobago.scss file
 
+$white:  #fff !default;
+$gray-400: #ced4da !default;
+
+.btn-secondary {
+  @include button-variant($white, $gray-400);
+}
+
 @import "tobago";