]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/css/style.css
Bootstap migration talk.ipfire.org
[people/shoehn/ipfire.org.git] / static / css / style.css
index f9ef945841c1c9fb8cd20e1f78b3c823d902a809..3be2ffc9ecf520d535cd697d0b734e353382c3b0 100644 (file)
@@ -6052,6 +6052,9 @@ button.navbar-toggler div {
   position: relative;
   top: -4px; }
 
+.btn-group {
+  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.25); }
+
 .btn {
   height: 36px;
   text-transform: uppercase;
@@ -6071,6 +6074,9 @@ button.navbar-toggler div {
   .btn-outline-secondary:hover {
     transition: background-color .25s ease-in-out; }
 
+.btn-light {
+  box-shadow: none; }
+
 .btn-xlg {
   height: 72px;
   margin: 0 36px;
@@ -6330,19 +6336,25 @@ section#fireinfo {
 section#appliances {
   padding-bottom: 48px; }
 
-.features-content {
+.features-content,
+.fixed-top + .blog-content {
   padding-top: 88px;
   margin-bottom: 40px; }
   @media (min-width: 992px) {
-    .features-content {
+    .features-content,
+    .fixed-top + .blog-content {
       padding-top: 161px; } }
-  .features-content .content {
+  .features-content .content,
+  .fixed-top + .blog-content .content {
     background: white;
     border-radius: 4px;
     box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
     padding: 40px 24px;
     position: relative; }
 
+.blog-content {
+  margin-bottom: 80px; }
+
 .divider {
   width: 128px;
   height: 4px;