Fix email icon on right section
This commit is contained in:
parent
8c429c5915
commit
c10aefb30f
2 changed files with 7 additions and 2 deletions
|
|
@ -2244,6 +2244,7 @@ h1.tag
|
||||||
.icons-question,
|
.icons-question,
|
||||||
.icons-monotone_wrench_settings,
|
.icons-monotone_wrench_settings,
|
||||||
.icons-coffee,
|
.icons-coffee,
|
||||||
|
.icons-mail,
|
||||||
.icons-bookmark,
|
.icons-bookmark,
|
||||||
:position absolute
|
:position absolute
|
||||||
:margin-left 3px
|
:margin-left 3px
|
||||||
|
|
@ -2272,6 +2273,10 @@ h1.tag
|
||||||
:width 16px
|
:width 16px
|
||||||
:height 14px
|
:height 14px
|
||||||
|
|
||||||
|
.icons-mail
|
||||||
|
:width 16px
|
||||||
|
:height 13px
|
||||||
|
|
||||||
h5.title-header
|
h5.title-header
|
||||||
:margin-left 22px
|
:margin-left 22px
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,8 +85,8 @@
|
||||||
- if AppConfig.admins.podmin_email.present?
|
- if AppConfig.admins.podmin_email.present?
|
||||||
.section
|
.section
|
||||||
.title
|
.title
|
||||||
= image_tag('icons/mail.png')
|
.icons-mail
|
||||||
%h5
|
%h5.title-header
|
||||||
= t('aspects.index.help.any_problem')
|
= t('aspects.index.help.any_problem')
|
||||||
.content
|
.content
|
||||||
= t('aspects.index.help.contact_podmin')
|
= t('aspects.index.help.contact_podmin')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue