Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e5b4b694
Commit
e5b4b694
authored
Sep 23, 2020
by
Mark Florian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace CSS with utility classes
parent
6bd2afff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
30 deletions
+3
-30
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+0
-3
app/assets/stylesheets/pages/profile.scss
app/assets/stylesheets/pages/profile.scss
+0
-17
ee/app/assets/javascripts/add_gitlab_slack_application/components/add_gitlab_slack_application.vue
...k_application/components/add_gitlab_slack_application.vue
+3
-10
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
e5b4b694
...
...
@@ -868,9 +868,6 @@ $add-to-slack-popup-max-width: 400px;
$add-to-slack-gif-max-width
:
850px
;
$add-to-slack-well-max-width
:
750px
;
$add-to-slack-logo-size
:
100px
;
$double-headed-arrow-width
:
100px
;
$double-headed-arrow-height
:
25px
;
$right-arrow-size
:
16px
;
/*
Popup
...
...
app/assets/stylesheets/pages/profile.scss
View file @
e5b4b694
...
...
@@ -443,20 +443,3 @@ table.u2f-registrations,
width
:
100%
;
max-width
:
$add-to-slack-popup-max-width
;
}
.gitlab-slack-right-arrow
svg
{
fill
:
$white-dark
;
width
:
$right-arrow-size
;
height
:
$right-arrow-size
;
vertical-align
:
text-bottom
;
}
.gitlab-slack-double-headed-arrow
{
vertical-align
:
text-top
;
svg
{
fill
:
$gray-darker
;
width
:
$double-headed-arrow-width
;
height
:
$double-headed-arrow-height
;
}
}
ee/app/assets/javascripts/add_gitlab_slack_application/components/add_gitlab_slack_application.vue
View file @
e5b4b694
...
...
@@ -88,14 +88,9 @@ export default {
<h1>
{{
__
(
'
GitLab for Slack
'
)
}}
</h1>
<p>
{{
__
(
'
Track your GitLab projects with GitLab for Slack.
'
)
}}
</p>
<div
v-once
class=
"prepend-top-20 append-bottom-20 gl-display-flex gl-justify-content-center gl-align-items-center"
>
<div
v-once
class=
"gl-my-5 gl-display-flex gl-justify-content-center gl-align-items-center"
>
<img
:src=
"gitlabLogoPath"
class=
"gitlab-slack-logo"
/>
<div
class=
"gitlab-slack-double-headed-arrow inline prepend-left-20 append-right-20"
>
<gl-icon
name=
"double-headed-arrow"
:size=
"72"
/>
</div>
<gl-icon
name=
"double-headed-arrow"
:size=
"72"
class=
"gl-mx-5 gl-text-gray-200"
/>
<img
:src=
"slackLogoPath"
class=
"gitlab-slack-logo"
/>
</div>
...
...
@@ -153,9 +148,7 @@ export default {
>
/gitlab
<
project-alias
>
issue show
<
id
>
</code
>
<span>
<div
class=
"gitlab-slack-right-arrow inline gl-mr-2"
>
<gl-icon
name=
"arrow-right"
/>
</div>
<gl-icon
name=
"arrow-right"
class=
"gl-mr-2 gl-text-gray-200"
/>
Shows the issue with id
<strong>
<
id
>
</strong>
</span>
...
...
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