Browse Source

Styling for script file name labels.

Mikael Säker 8 năm trước cách đây
mục cha
commit
46f26b882a
1 tập tin đã thay đổi với 7 bổ sung2 xóa
  1. 7 2
      docs/sass/preview-md.sass

+ 7 - 2
docs/sass/preview-md.sass

@@ -197,10 +197,15 @@ body
     background-color: $gray-lighter
     background-color: $gray-lighter
 
 
     .file
     .file
-        color: $orange-primary
+      color: $orange-primary
 
 
   code.mark
   code.mark
-        border: 1px solid $orange-primary
+    border: 1px solid $orange-primary
+
+  code.scriptfile-name
+    font-size: 14px
+    position: relative
+    top: 20px
 
 
   kbd
   kbd
     font-family: Source Sans Pro, sans-serif
     font-family: Source Sans Pro, sans-serif