yusuketk 6 лет назад
Родитель
Сommit
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;
 }