Explorar o código

adjust scss code layout

yusuketk %!s(int64=7) %!d(string=hai) anos
pai
achega
b894193390
Modificáronse 1 ficheiros con 6 adicións e 7 borrados
  1. 6 7
      src/client/styles/scss/_search.scss

+ 6 - 7
src/client/styles/scss/_search.scss

@@ -45,7 +45,7 @@
         font-size: 0.9em;
         font-size: 0.9em;
         color: #999;
         color: #999;
 
 
-        >span {
+        > span {
           margin-right: 0.3rem;
           margin-right: 0.3rem;
         }
         }
       }
       }
@@ -114,7 +114,6 @@
 }
 }
 
 
 .search-sidebar {
 .search-sidebar {
-
   .search-form,
   .search-form,
   .form-group,
   .form-group,
   .rbt-input.form-control,
   .rbt-input.form-control,
@@ -157,7 +156,7 @@
       }
       }
 
 
       .nav {
       .nav {
-        >li {
+        > li {
           padding: 2px 8px;
           padding: 2px 8px;
 
 
           &.active {
           &.active {
@@ -187,14 +186,14 @@
       // adjust for anchor links by the height of fixed .search-page-input
       // adjust for anchor links by the height of fixed .search-page-input
       margin-top: -48px;
       margin-top: -48px;
 
 
-      >h2 {
+      > h2 {
+        display: inline;
+        margin-right: 10px;
         font-size: 20px;
         font-size: 20px;
         line-height: 1em;
         line-height: 1em;
-        margin-right: 10px;
-        display: inline;
       }
       }
 
 
-      &:first-child>h2 {
+      &:first-child > h2 {
         margin-top: 0;
         margin-top: 0;
       }
       }