aboutsummaryrefslogtreecommitdiffstats
path: root/scss/pysite/pages (follow)
Commit message (Collapse)AuthorAgeLines
* Remove unused files.Gravatar Johannes Christ2018-08-22-806/+0
|
* Support for embeds and attachments.Gravatar Leon Sandøy2018-07-29-0/+27
|
* scss linting errors resolved.Gravatar Leon Sandøy2018-07-21-7/+6
|
* Another git hook testGravatar Leon Sandøy2018-07-21-1/+1
|
* Another git hook testGravatar Leon Sandøy2018-07-21-1/+1
|
* Another git hook testGravatar Leon Sandøy2018-07-21-1/+1
|
* Testing new git hook againGravatar Leon Sandøy2018-07-21-1/+1
|
* Testing new git hookGravatar Leon Sandøy2018-07-21-1/+1
|
* Fixing some linting problems with the SCSSGravatar Leon Sandøy2018-07-21-10/+10
|
* Completed the clean API and the clean frontend.Gravatar Leon Sandøy2018-07-21-0/+21
|
* Revamp jam index, add winner team staff backend and user frontendGravatar Momo2018-07-04-1/+74
|
* [Jams] Fix margin on theme labelGravatar Gareth Coles2018-06-24-0/+4
|
* [Jams/Teams] Replace user Discord button with avatar linkGravatar momothereal2018-06-23-2/+10
|
* [Jams/Teams] Reduce participant card paddingGravatar momothereal2018-06-23-1/+1
|
* Fix scss lintGravatar momothereal2018-06-22-29/+33
|
* Updated team lists, jam team list, added buttons to team viewGravatar momothereal2018-06-22-0/+38
|
* Start work on Gitlab activity feedGravatar momothereal2018-06-22-7/+75
|
* Fix participant list stylingGravatar momothereal2018-06-20-1/+11
|
* Basic team information in team page + failed attempt at scssGravatar momothereal2018-06-20-0/+13
|
* Small styling fix for applications pageGravatar Gareth Coles2018-06-19-0/+4
|
* Remove extraneous codeGravatar Gareth Coles2018-06-18-16/+0
|
* Partner updatesGravatar Gareth Coles2018-06-18-0/+16
|
* Backend for team assignmentGravatar Gareth Coles2018-06-17-1/+17
|
* [Jams] User ID and avatar on approvals pageGravatar Gareth Coles2018-06-12-0/+4
|
* [Jams] Approvals interfaceGravatar Gareth Coles2018-06-12-0/+79
|
* Move editor sizing SCSS to uses-rst classGravatar Gareth Coles2018-06-07-5/+5
|
* Move from CSS to SCSS (#86)Gravatar Gareth Coles2018-06-05-0/+438
* Rewrite existing style.css with sass * Add "uses-rst" class for pages that use rendered RST This replaces the previous method of just listing every page in the sass * Remove old debug print * Mixins and error pages * Newly built CSS * Add SASS cache to .gitignore * New error SASS * Slight changes to error template * Add UIKit SCSS to repo This includes the LICENSE and our customizations, which makes life way easier for contributors * Reorganize sass folder; your watchers can avoid uikit now * Sass folder should be called scss * Change variable names * [SCSS] Linting * Fix scss_lint gem name [ci skip] * [SCSS] Now you can compile with just Python! * Temporary hack to make the wiki editor taller * [SCSS] @jchristgit * [SCSS.py] Require specification of include dir to simplify the SCSS imports * [SCSS] All inline styles have been removed * [SCSS] Update UIKit theme to import from our variables * [SCSS] Remove extra newlines in errors/_common.scss