We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1bfbb commit c515980Copy full SHA for c515980
README.md
@@ -26,7 +26,18 @@ Or install it yourself as:
26
```css
27
@import "wigu/active_admin_theme";
28
```
29
-
+You can change basic colors of the theme by setting some variable above active_admin_theme import line in active_admin.css.scss
30
+
31
+```css
32
+...
33
+$skinMainFirstColor: #A5A7AA!default;
34
+$skinMainSecondColor: #0066CC!default;
35
+$skinBorderWindowColor: #B8BABE!default;
36
37
+@import "wigu/active_admin_theme";
38
39
+```
40
41
## Screen
42
43
<a href="./img/wigu.png"><img src="./img/wigu.png"></a>
0 commit comments