Added margin between multiple rows
authorMarcel Werk <burntime@woltlab.com>
Tue, 1 Nov 2016 21:57:06 +0000 (22:57 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 1 Nov 2016 21:57:18 +0000 (22:57 +0100)
wcfsetup/install/files/style/layout/grid.scss

index abbe20068b14488bdd26928dc15b4000bca2fe13..0bc405bfd6749122e290a2e959199493c93709bf 100644 (file)
        > .col-md-1, > .col-md-2, > .col-md-3, > .col-md-4, > .col-md-5, > .col-md-6, > .col-md-7, > .col-md-8, > .col-md-9, > .col-md-10, > .col-md-11, > .col-md-12 {
                margin-bottom: 1.875rem !important;
        }
+       
+       &:not(:first-child) {
+               margin-top: 20px;
+       }
 }