diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-03-09 07:43:59 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-03-09 07:43:59 -0500 |
| commit | 0ce747d2c3fb20affb03a0ce102caeb15b84032a (patch) | |
| tree | 4dd7ea8c2755ddc1190bbdc20228382ec3871bcc /src/components/notifications/notifications.scss | |
| parent | 64d71b75cfed41d82a99e3e478fc75d5f81f84bd (diff) | |
| parent | 00531ad9df97e2e8c08f565f33d4e1df6e7b7770 (diff) | |
Merge branch 'feature/borders-pleasing-to-the-eye' into 'develop'
Feature/borders pleasing to the eye
See merge request !56
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 6ad7ec1e..37ae67ef 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -33,7 +33,8 @@ // which does not happen with 10px vs 4px + 6px. padding: 0.4em 0 0 10px; display: flex; - border-bottom: 1px solid silver; + border-bottom: 1px solid; + border-bottom-color: inherit; .text { |
