about summary refs log tree commit diff
path: root/app/javascript/styles/about.scss
diff options
context:
space:
mode:
authorMatthew Walsh <mattwcstrfan@gmail.com>2017-06-18 15:09:03 -0700
committerMatthew Walsh <mattwcstrfan@gmail.com>2017-10-15 21:14:21 -0700
commit56094cb4bda18283533658aec61efb667a1ef0dd (patch)
tree516ff8ba7c54862482125296445f3948aff98b1c /app/javascript/styles/about.scss
parentcdc22d23b91e8c0140d3048ae8a11e749a434ac8 (diff)
1.6 changed files for unified avatar styling -- updated to restore unity
Diffstat (limited to 'app/javascript/styles/about.scss')
-rw-r--r--app/javascript/styles/about.scss8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss
index a15afc32c..8c37310e8 100644
--- a/app/javascript/styles/about.scss
+++ b/app/javascript/styles/about.scss
@@ -424,16 +424,14 @@
       text-align: center;
 
       .avatar {
-        width: 80px;
-        height: 80px;
+        @include avatar-size(80px);
         margin: 0 auto;
         margin-bottom: 15px;
 
         img {
+          @include avatar-radius();
+          @include avatar-size(80px);
           display: block;
-          width: 80px;
-          height: 80px;
-          border-radius: 48px;
         }
       }