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
8f3b56ca
Commit
8f3b56ca
authored
Dec 04, 2018
by
jhampton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates per MR feedback
- Removes element in favor of class name - Adjusts to use existing variables
parent
16211230
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
app/assets/stylesheets/pages/builds.scss
app/assets/stylesheets/pages/builds.scss
+9
-11
No files found.
app/assets/stylesheets/pages/builds.scss
View file @
8f3b56ca
...
...
@@ -228,18 +228,8 @@
padding
:
16px
0
;
}
.trigger-variables-table
{
td
{
font-size
:
12px
;
line-height
:
16px
;
border
:
1px
solid
#dfdfdf
;
padding
:
4px
6px
;
width
:
50%
;
}
}
.trigger-variables-btn-container
{
display
:
flex
;
@extend
.d-
flex
;
justify-content
:
space-between
;
}
...
...
@@ -260,6 +250,14 @@
color
:
$black
;
}
.trigger-variables-table-cell
{
font-size
:
$gl-font-size-small
;
line-height
:
$gl-line-height
;
border
:
1px
solid
$theme-gray-200
;
padding
:
$gl-padding-4
6px
;
width
:
50%
;
}
.badge.badge-pill
{
margin-left
:
2px
;
}
...
...
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