diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-08 12:39:57 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-10 14:53:01 +0100 |
commit | c530e84843444a40804e0c2b038c2ec53fe411b2 (patch) | |
tree | 1a9eebf49fd85027ba472bad8c178d686bad8d56 /site/static/styles/scss/_contact.scss |
webdocs-agl: added developer website template
Change-Id: I4a45ee0ad5dd0c29a6d6876a0e02cd5550c010e9
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/static/styles/scss/_contact.scss')
-rw-r--r-- | site/static/styles/scss/_contact.scss | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/site/static/styles/scss/_contact.scss b/site/static/styles/scss/_contact.scss new file mode 100644 index 0000000..fe4c22c --- /dev/null +++ b/site/static/styles/scss/_contact.scss @@ -0,0 +1,59 @@ +.contact { + .panel-title { + margin-bottom: 1em; + } + .mailing-list { + li { + padding: 0px; + } + + .email-link { + padding-top: 8px; + padding-bottom: 8px; + padding-left: 8px; + padding-right: 55px; + + white-space:nowrap; + + text-overflow:ellipsis; + overflow: hidden; + .email_link_button { + width: 100%; + max-width: 50px; + position:absolute; + top: 0; + right: 0; + margin-right: 15px; + display: inline-block; + background-color: $brand-primary; + vertical-align: middle; + text-align: center; + .glyphicon { + color: white; + font-size: 20px; + padding-top: 8px; + padding-bottom: 8px; + } + } + } + + .list-label { + padding: 8px; + } + } + + .list { + padding:0; + } + + .list li { + background:$gray-10; + position: relative; + list-style: none; + margin-bottom: 16px; + + white-space:nowrap; + text-overflow:ellipsis; + overflow: hidden; + } +} |