You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by vi...@apache.org on 2020/03/07 17:42:14 UTC

[netbeans-website] branch master updated: css button: add radius and shadow (#455)

This is an automated email from the ASF dual-hosted git repository.

vieiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new df86182  css button: add radius and shadow (#455)
df86182 is described below

commit df86182e4e061a8c0e00ebf7d470b6732a636e16
Author: Bagus Erlang P <er...@gmail.com>
AuthorDate: Sun Mar 8 01:42:07 2020 +0800

    css button: add radius and shadow (#455)
---
 netbeans.apache.org/src/content/scss/base/_settings.scss | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/netbeans.apache.org/src/content/scss/base/_settings.scss b/netbeans.apache.org/src/content/scss/base/_settings.scss
index 01fa130..541471f 100644
--- a/netbeans.apache.org/src/content/scss/base/_settings.scss
+++ b/netbeans.apache.org/src/content/scss/base/_settings.scss
@@ -306,6 +306,8 @@ $button-opacity-disabled: 0.25;
 $button-background-hover-lightness: -20%;
 $button-hollow-hover-lightness: -50%;
 $button-transition: background-color 0.25s ease-out, color 0.25s ease-out;
+$button-border-radius: 4px;
+$button-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
 
 // 12. Button Group
 // ----------------


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists