Reorder deprecated mixed order declarations in SCSS

Change-Id: Ibc2cd2574e55ab3cc42d1e59d5252b78a746e195
diff --git a/dev/scss/plugin.scss b/dev/scss/plugin.scss
index 1111e1e..2eeebe4 100644
--- a/dev/scss/plugin.scss
+++ b/dev/scss/plugin.scss
@@ -12,9 +12,9 @@
   }
   section {
     padding-left: $base-padding;
+    padding-bottom: $base-padding;
     &::before{
       content:'';
     }
-    padding-bottom: $base-padding;
   }
-}
\ No newline at end of file
+}