소스 검색

layout progress bar

yusuketk 6 년 전
부모
커밋
63e7767c99
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      src/client/styles/scss/theme/_apply-colors.scss

+ 14 - 0
src/client/styles/scss/theme/_apply-colors.scss

@@ -152,6 +152,19 @@ legend {
   }
 }
 
+/*
+ * progress bar
+ */
+.progress {
+  height: 4px;
+  margin-bottom: 18px;
+  overflow: hidden;
+  background-color: #f0f0f0;
+  border-radius: 0;
+  -webkit-box-shadow: none !important;
+  box-shadow: none !important;
+}
+
 /*
  * cards
  */
@@ -165,6 +178,7 @@ legend {
   padding: 7px 15px;
   text-transform: none;
   background-color: #f0f0f0;
+  border: 1px solid #f0f0f0;
   border-radius: 0;
 }