From 4802bd512a2492c7560acde077fee2f4cd9483b3 Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Tue, 14 Feb 2017 19:49:36 -0600 Subject: Initial version of the user-callouts --- app/assets/stylesheets/pages/profile.scss | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'app/assets/stylesheets/pages/profile.scss') diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss index 8031c4467a4..9add1bafdb3 100644 --- a/app/assets/stylesheets/pages/profile.scss +++ b/app/assets/stylesheets/pages/profile.scss @@ -277,3 +277,33 @@ table.u2f-registrations { padding-left: 18px; } } + +#user-callout { + margin: 24px auto 0; + + .bordered-box { + border: 1px solid $border-color; + border-radius: $border-radius-default; + } + + .landing { + margin-bottom: $gl-padding; + overflow: hidden; + + .dismiss-icon { + position: absolute; + right: $user-callout-right; + cursor: pointer; + color: $cycle-analytics-dismiss-icon-color; + } + + .svg-container { + text-align: center; + + svg { + width: 136px; + height: 136px; + } + } + } +} -- cgit v1.2.1