diff options
| author | hakui <hakui@airmail.cc> | 2017-02-18 01:48:35 -0600 |
|---|---|---|
| committer | hakui <hakui@airmail.cc> | 2017-02-18 01:48:35 -0600 |
| commit | 734597b43f0376c8df1f64c54f9fec592ffea51f (patch) | |
| tree | 6c9a5aee06c4e8d44ac8c30d20de4cf1bf351512 /src/components/notifications | |
| parent | cd0925747dd4657747ed3bdb242446297676b5cf (diff) | |
hello world
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.scss | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 687a4f0f..517afeaa 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -1,13 +1,13 @@ @import '../../_variables.scss'; .notification { - padding: 0.5em; - padding-left: 1em; + padding: 0.4em 0 0 0.7em; display: flex; border-bottom: 1px solid silver; .text { min-width: 0px; word-wrap: break-word; + line-height:18px; .icon-retweet { color: $green; @@ -18,21 +18,22 @@ } h1 { - margin: 0; + margin: 0 0 0.3em; padding: 0; font-size: 1em; + line-height:20px; } - padding-left: 0.5em; + padding: 0.3em 0.8em 0.5em; p { margin: 0; margin-top: 0; - margin-bottom: 0.5em; + margin-bottom: 0.3em; } } .avatar { - padding-top: 3px; + padding-top: 0.3em; width: 32px; height: 32px; border-radius: 50%; |
