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 2021/10/06 08:44:53 UTC

[myfaces-tobago] 01/02: fix(theme): severity buttons

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

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 7660e3f3f2b208dd283178e4dcf4e926b29a48f7
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Oct 6 10:41:00 2021 +0200

    fix(theme): severity buttons
    
    * add a margin between button and form component.
    * make the button slightly thinner
---
 tobago-theme/src/main/scss/_tobago.scss | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/tobago-theme/src/main/scss/_tobago.scss b/tobago-theme/src/main/scss/_tobago.scss
index 9006a55..58551e0 100644
--- a/tobago-theme/src/main/scss/_tobago.scss
+++ b/tobago-theme/src/main/scss/_tobago.scss
@@ -691,6 +691,15 @@ button {
     margin-right: 0; /* for tc:in margin 5px is already set */
     margin-bottom: 5px;
   }
+
+  tobago-popover {
+    margin-left: 0.75rem;
+
+    .btn {
+      padding-left: 0.4rem;
+      padding-right: 0.4rem;
+    }
+  }
 }
 
 .tobago-popover-box {