diff options
Diffstat (limited to 'public/less/_user.less')
-rw-r--r-- | public/less/_user.less | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/public/less/_user.less b/public/less/_user.less index b07e30fe..c403e358 100644 --- a/public/less/_user.less +++ b/public/less/_user.less @@ -3,10 +3,19 @@ padding-bottom: @footer-margin * 2; &.settings { - .key.list { + .list { .item.ui.grid { margin-top: 15px; } } + .email.list { + .item:not(:first-child) { + border-top: 1px solid #eaeaea; + height: 50px; + .button { + margin-top: -10px; + } + } + } } }
\ No newline at end of file |