diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-23 00:26:52 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-23 00:26:52 +0100 |
| commit | b939f70d17697eaa5721ac86bcfcd2fc55871df9 (patch) | |
| tree | f1dbba25c4f5b5e8081a1e4b71474e1594bf71c9 /src/App.scss | |
| parent | 74931dece7d68167e5134e77e738c39f62a11146 (diff) | |
| parent | 854faf905ebd4f99f42cf9cd87f215c24a08ebe7 (diff) | |
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 36 |
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; |
