BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
32a387a7
Commit
32a387a7
authored
Mar 16, 2017
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
29595 Customize experience callout design
parent
8568a02e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
14 deletions
+52
-14
profile.scss
app/assets/stylesheets/pages/profile.scss
+44
-9
_user_callout.html.haml
app/views/shared/_user_callout.html.haml
+4
-5
29595-customize-experience-callout.yml
changelogs/unreleased/29595-customize-experience-callout.yml
+4
-0
No files found.
app/assets/stylesheets/pages/profile.scss
View file @
32a387a7
...
...
@@ -289,8 +289,12 @@ table.u2f-registrations {
margin
:
0
auto
;
.bordered-box
{
border
:
1px
solid
$b
order-color
;
border
:
1px
solid
$b
lue-300
;
border-radius
:
$border-radius-default
;
background-color
:
lighten
(
$blue-50
,
3%
);
position
:
relative
;
display
:
flex
;
justify-content
:
center
;
}
.landing
{
...
...
@@ -298,28 +302,59 @@ table.u2f-registrations {
margin-bottom
:
$gl-padding
;
.close
{
margin-right
:
20px
;
}
position
:
absolute
;
right
:
20px
;
opacity
:
1
;
.dismiss-icon
{
float
:
right
;
cursor
:
pointer
;
color
:
$cycle-analytics-dismiss-icon-color
;
color
:
$blue-300
;
}
&
:hover
{
background-color
:
transparent
;
border
:
0
;
.dismiss-icon
{
color
:
$blue-400
;
}
}
}
.svg-container
{
text-align
:
center
;
margin-right
:
30px
;
display
:
inline-block
;
svg
{
width
:
136
px
;
height
:
136px
;
height
:
110
px
;
vertical-align
:
top
;
}
}
.user-callout-copy
{
display
:
inline-block
;
vertical-align
:
top
;
}
}
@media
(
max-width
:
$screen-xs-max
)
{
.inner-content
{
padding-left
:
30px
;
text-align
:
center
;
.bordered-box
{
display
:
block
;
}
.landing
{
.svg-container
,
.user-callout-copy
{
margin
:
0
;
display
:
block
;
svg
{
height
:
75px
;
}
}
}
}
}
app/views/shared/_user_callout.html.haml
View file @
32a387a7
.user-callout
.bordered-box.landing.content-block
%button
.btn.btn-default.close.
js-close
-callout
{
type:
'button'
,
%button
.btn.btn-default.close.
close-user
-callout
{
type:
'button'
,
'aria-label'
=>
'Dismiss customize experience box'
}
=
icon
(
'times'
,
class:
'dismiss-icon'
,
'aria-hidden'
=>
'true'
)
.row
.col-sm-3.col-xs-12.svg-container
.svg-container
=
custom_icon
(
'icon_customization'
)
.col-sm-8.col-xs-12.inner-content
.user-callout-copy
%h4
Customize your experience
%p
Change syntax themes, default project pages, and more in preferences.
=
link_to
'Check it out'
,
profile_preferences_path
,
class:
'btn btn-default js-close-callout
'
=
link_to
'Check it out'
,
profile_preferences_path
,
class:
'btn btn-primary user-callout-btn
'
changelogs/unreleased/29595-customize-experience-callout.yml
0 → 100644
View file @
32a387a7
---
title
:
29595 Update callout design
merge_request
:
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment