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

Commit 257576a

Browse files
author
Nick Litwin
committedMar 18, 2016
Add override styles to fix member search inside angular
1 parent b42513a commit 257576a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎assets/css/topcoder.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,3 +541,15 @@ $switch-inactive-color: $gray;
541541
right: $switch-handle-offset + $switch-handle-size -1;
542542
top: 0;
543543
}
544+
545+
// DELETE when moving member search back
546+
// Also delete TypeKit fonts from index.html
547+
// Also delete redux-logger and babel-polyfill from npm modules
548+
// also delete babel-polyfill from index.js
549+
#member-search-wrapper {
550+
font-family: Roboto !important;
551+
552+
.member-search-view {
553+
background-color: transparent;
554+
}
555+
}

0 commit comments

Comments
 (0)
This repository has been archived.