aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
authorGravatar momothereal <[email protected]>2018-06-23 16:59:06 -0400
committerGravatar momothereal <[email protected]>2018-06-23 16:59:06 -0400
commited14637359481d7807351336e509ec4e063994d5 (patch)
tree9be97aecf5941e5a52b44731d01baebba61b8cf1 /scss
parent[Jams/Teams] Reduce participant card padding (diff)
[Jams/Teams] Replace user Discord button with avatar link
Diffstat (limited to 'scss')
-rw-r--r--scss/pysite/pages/main/jams/_team_view.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/scss/pysite/pages/main/jams/_team_view.scss b/scss/pysite/pages/main/jams/_team_view.scss
index 03967bfa..891aabfa 100644
--- a/scss/pysite/pages/main/jams/_team_view.scss
+++ b/scss/pysite/pages/main/jams/_team_view.scss
@@ -14,9 +14,17 @@ $pasta_text: #0366D6;
margin-bottom: 10px;
padding: 10px;
- .participant-avatar {
- height: 2.5rem;
+ .participant-avatar-link {
margin-right: 10px;
+
+ .participant-avatar {
+ height: 2.5rem;
+ }
+ }
+
+ .participant-avatar-link:hover,
+ .participant-avatar-link:active {
+ text-decoration: none;
}
.participant-links {