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
812aec95
Commit
812aec95
authored
Mar 25, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for settings.scss
parent
4e045cd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
app/assets/stylesheets/pages/settings.scss
app/assets/stylesheets/pages/settings.scss
+52
-0
No files found.
app/assets/stylesheets/pages/settings.scss
View file @
812aec95
...
...
@@ -216,6 +216,31 @@
}
}
.nested-settings
{
padding-left
:
20px
;
}
.input-btn-group
{
display
:
flex
;
.input-large
{
flex
:
1
;
}
.btn
{
margin-left
:
10px
;
}
}
.settings-flex-row
{
display
:
flex
;
align-items
:
center
;
.float-right
{
margin-left
:
auto
;
}
}
.prometheus-metrics-monitoring
{
.card
{
.card-toggle
{
...
...
@@ -246,6 +271,27 @@
}
}
.custom-monitored-metrics
{
.card-title
{
display
:
flex
;
align-items
:
center
;
>
.btn-success
{
margin-left
:
auto
;
}
}
.custom-metric
{
display
:
flex
;
align-items
:
center
;
}
.custom-metric-link-bold
{
font-weight
:
$gl-font-weight-bold
;
text-decoration
:
none
;
}
}
.loading-metrics
,
.empty-metrics
{
padding
:
30px
10px
;
...
...
@@ -280,6 +326,12 @@
}
}
.saml-settings.info-well
{
.form-control
[
readonly
]
{
background
:
$white-light
;
}
}
.modal-doorkeepr-auth
{
.modal-body
{
padding
:
$gl-padding
;
...
...
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