diff options
| author | 2018-06-20 20:05:03 -0400 | |
|---|---|---|
| committer | 2018-06-20 20:05:03 -0400 | |
| commit | 66e4c24493f7b66f5fda159797ad1fecbfde799a (patch) | |
| tree | d7b68f201ad01d15e6b99934a4e86f7f065c355b /scss/pysite/pages/main | |
| parent | Fix view name (diff) | |
Basic team information in team page + failed attempt at scss
Diffstat (limited to 'scss/pysite/pages/main')
| -rw-r--r-- | scss/pysite/pages/main/jams/_team_view.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scss/pysite/pages/main/jams/_team_view.scss b/scss/pysite/pages/main/jams/_team_view.scss new file mode 100644 index 00000000..a3fa6ef5 --- /dev/null +++ b/scss/pysite/pages/main/jams/_team_view.scss @@ -0,0 +1,13 @@ +@import "variables"; + +$page_classes: ( + jam-team-view, +); + +@each $class in $page_classes { + .#{$class} { + .participant-card { + color: red; + } + } +} |