소스 검색

Styling for script file name labels.

Mikael Säker 8 년 전
부모
커밋
46f26b882a
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 2
      docs/sass/preview-md.sass

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

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