소스 검색

Fix border radius to staff badge

Yoginth 6 년 전
부모
커밋
29ef36d29c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/less/_user.less

+ 1 - 1
public/less/_user.less

@@ -184,7 +184,7 @@
     font-family: 'Source Sans Pro', sans-serif;
     color: @white-100;
     text-transform: uppercase;
-    border-radius: 2px;
+    border-radius: 5px;
     box-shadow: inset 0 -1px 0 rgba(27,31,35,0.12);
     background-color: #0366d6;
 }