瀏覽代碼

Add bronze, silver and gold text colors

Angus McLeod 7 年之前
父節點
當前提交
1cca125ebd
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      assets/stylesheets/wizard/wizard_custom.scss

+ 14 - 0
assets/stylesheets/wizard/wizard_custom.scss

@@ -387,3 +387,17 @@ img.avatar {
     transform: rotate(360deg);
   }
 }
+
+.p-text {
+  &.bronze {
+    color: #cd7f32;
+  }
+
+  &.silver {
+    color: #c0c0c0;
+  }
+
+  &.gold {
+    color: rgb(231, 195, 0);
+  }
+}