Skip to content

Commit c063402

Browse files
authored
Update theming.scss
Corrigindo cores dos lnks de action
1 parent 8853e43 commit c063402

File tree

1 file changed

+13
-1
lines changed
  • vendor/assets/stylesheets/rails_admin/themes/rollincode

1 file changed

+13
-1
lines changed

vendor/assets/stylesheets/rails_admin/themes/rollincode/theming.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url(https://fonts.googleapis.com/css?family=Raleway);
1+
@import url(https://fonts.googleapis.com/css?family=Roboto);
22

33
@mixin transition($time) {
44
-webkit-transition: all $time ease;
@@ -86,6 +86,18 @@ body.rails_admin .sidebar-nav > .nav-stacked > li > a {
8686
color: white
8787
}
8888
}
89+
&:nth-child(4) {
90+
a {
91+
background: #f0ad4e;
92+
color: white
93+
}
94+
}
95+
&:nth-child(5) {
96+
a {
97+
background: #29B6F6;
98+
color: white
99+
}
100+
}
89101
}
90102
}
91103

0 commit comments

Comments
 (0)