aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-02-22 18:09:54 -0500
committerlambadalambda <gitgud@rogerbraun.net>2017-02-22 18:09:54 -0500
commit854faf905ebd4f99f42cf9cd87f215c24a08ebe7 (patch)
tree3a29b3a732ec38ba73b1930cfe6a2421c99a733d /src/App.scss
parent7c0f3ea666a866a3bb1f2e8da161ae69901e519b (diff)
parent9237f0b91834ed59ea4f7a6a8dca7fa732a3c74f (diff)
Merge branch 'feature/user-card-improvements' into 'develop'
User card visual improvements See merge request !29
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/App.scss b/src/App.scss
index 431aeb32..b0888ac7 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -142,46 +142,10 @@ main-router {
min-width: 0px;
}
-.user-info {
- color: white;
- padding: 1em;
- img {
- border: 2px solid;
- border-radius: 0.5em
- }
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
- .user-name{
- margin-top: 0.2em;
- }
- .user-screen-name {
- margin-top: 0.3em;
- font-weight: lighter;
- padding-right: 0.1em;
- }
-}
-
-.user-counts {
- display: flex;
- line-height:16px;
- padding: 1em 1.5em 0em 1em;
- text-align: center;
-}
-
-.user-count {
- flex: 1;
-
- h5 {
- font-size:1em;
- font-weight: bolder;
- margin: 0 0 0.25em;
- }
-}
-
.fa {
color: grey;
}
-
.status-actions {
width: 50%;
display: flex;