]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/scss/_buttons.scss
Bootstap migration talk.ipfire.org
[people/shoehn/ipfire.org.git] / static / scss / _buttons.scss
index f71a5d1c445fb9168f323e4655d05e552463ef1e..789dfb3f7f400ee9bf32d8b0a076e5e2569b2da0 100644 (file)
@@ -17,6 +17,10 @@ button.navbar-toggler div {
        top: -4px;
 }
 
+.btn-group {
+       box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .25);
+}
+
 .btn {
        height: 36px;
        text-transform: uppercase;
@@ -39,6 +43,10 @@ button.navbar-toggler div {
        }
 }
 
+.btn-light {
+       box-shadow: none;
+}
+
 .btn-xlg {
        height: 72px;
        margin: 0 36px;