소스 검색

footer styling

link font color grey, h5 font size 0.8em
tags/0.9.0
Alej 5 년 전
부모
커밋
36781ddf80
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      vue-theme/src/components/footer.vue

+ 3
- 1
vue-theme/src/components/footer.vue 파일 보기

@@ -90,7 +90,9 @@ footer
90 90
     background-color: $cia_red
91 91
     h5
92 92
         font-color: $cia_white
93
-        font-size: 1.8em
93
+        font-size: 0.8em
94 94
         font-weight: 700
95 95
         line-height: 1.0em
96
+    a   font color: $cia_grey
97
+
96 98
 </style>

Loading…
취소
저장