Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

quick fix #532

Merged
merged 1 commit into from
Nov 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions assets/css/profile/nav.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import 'topcoder-includes';
@import '../partials/combined';
@import 'tc-styles';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tc-styles has the entire UI Kit in it. For individual files we just need the subset of mixins/colors/variables, which is @import 'tc-includes'; :D

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, i tried doing just that and some stuff was still breaking. i'll have to go back and take out whatever i don't need


.ngdialog.ngdialog-nav-theme {
padding-bottom: 160px;
Expand Down