You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phette23 edited this page Apr 26, 2017
·
1 revision
Making changes to site CSS
Site uses Bootstrap 3.3.5 and SCSS.
SCSS partials are found in /assets/_scss. Edit _variables.scss to override bootstrap defaults.
You're encouraged to reuse those variables throughout the custom scss files.
You should not edit anything in /assets/_scss/bootstrap as this represents the official boostrap-sass files.
medal-badge (with <add-class> = gold, silver, or bronze)
The container element (i.e., wrapper of <svg>), should have the style *position:relative (allows the svg to scale). Or use bootstrap column classes col-xs-*,col-sm-*, etc.
Edit the colors in /assets/css/main.scss under the SVGs header.