瀏覽代碼

Merge pull request #1204 from pixelfed/frontend-ui-refactor

Frontend ui refactor
daniel 6 年之前
父節點
當前提交
39a027350f
共有 6 個文件被更改,包括 6 次插入1 次删除
  1. 二進制
      public/css/app.css
  2. 二進制
      public/css/appdark.css
  3. 二進制
      public/css/landing.css
  4. 二進制
      public/mix-manifest.json
  5. 2 1
      resources/assets/sass/_variables.scss
  6. 4 0
      resources/assets/sass/custom.scss

二進制
public/css/app.css


二進制
public/css/appdark.css


二進制
public/css/landing.css


二進制
public/mix-manifest.json


+ 2 - 1
resources/assets/sass/_variables.scss

@@ -5,6 +5,7 @@ $body-bg: #f5f8fa;
 // Typography
 $font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
 $font-size-base: 0.9rem;
+$font-weight-lighter: 300;
 $line-height-base: 1.6;
 
 $font-size-lg: ($font-size-base * 1.25);
@@ -19,4 +20,4 @@ $custom-control-description-disabled-color: #868e96;
 $white: white;
 $theme-colors: (
   'primary': #08d
-);
+);

+ 4 - 0
resources/assets/sass/custom.scss

@@ -132,6 +132,10 @@ body, button, input, textarea {
     background-color: rgba(0,0,0,0.5);
 }
 
+.font-weight-lighter {
+    font-weight: 300 !important
+}
+
 .font-weight-ultralight {
     font-weight: 200 !important;
 }