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 8853e43 commit c063402Copy full SHA for c063402
vendor/assets/stylesheets/rails_admin/themes/rollincode/theming.scss
@@ -1,4 +1,4 @@
1
-@import url(https://fonts.googleapis.com/css?family=Raleway);
+@import url(https://fonts.googleapis.com/css?family=Roboto);
2
3
@mixin transition($time) {
4
-webkit-transition: all $time ease;
@@ -86,6 +86,18 @@ body.rails_admin .sidebar-nav > .nav-stacked > li > a {
86
color: white
87
}
88
89
+ &:nth-child(4) {
90
+ a {
91
+ background: #f0ad4e;
92
+ color: white
93
+ }
94
95
+ &:nth-child(5) {
96
97
+ background: #29B6F6;
98
99
100
101
102
103
0 commit comments