Skip to content
Snippets Groups Projects

Add deprecated css

Merged Jeff Sturek requested to merge JSTUREK8/unl_lockup_factory:add-dep-css into master
3 files
+ 11
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 7
0
@import 'lib/colors';
@import 'lib/fonts';
/* temp wdn hack */
.dcf-nav-menu-child ul {
list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
margin-bottom: 0;
padding-left: 0;
}
a {
text-decoration: none;
}
Loading