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
89aeef6b
Commit
89aeef6b
authored
Oct 01, 2021
by
Coung Ngo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete unused EE CSS
parent
91a3566d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
111 deletions
+0
-111
ee/app/assets/stylesheets/pages/ee_start_trial.scss
ee/app/assets/stylesheets/pages/ee_start_trial.scss
+0
-33
ee/app/assets/stylesheets/pages/milestone.scss
ee/app/assets/stylesheets/pages/milestone.scss
+0
-5
ee/app/assets/stylesheets/pages/projects.scss
ee/app/assets/stylesheets/pages/projects.scss
+0
-32
ee/app/assets/stylesheets/pages/promotions.scss
ee/app/assets/stylesheets/pages/promotions.scss
+0
-19
ee/app/assets/stylesheets/pages/requirements.scss
ee/app/assets/stylesheets/pages/requirements.scss
+0
-22
No files found.
ee/app/assets/stylesheets/pages/ee_start_trial.scss
View file @
89aeef6b
...
...
@@ -35,36 +35,3 @@
opacity
:
0
.6
;
}
}
/* Trial License Install Modal */
.modal-upload-trial-license
{
.svg-container
{
width
:
90px
;
height
:
90px
;
}
.trial-license-preview
{
max-height
:
300px
;
}
/* Pure CSS License Key Preview Toggle */
.trial-license-preview
,
.show-license
,
.hide-license
:target
{
display
:
none
;
}
.hide-license
,
.hide-license
:target
+
.show-license
,
.hide-license
:target
~
.trial-license-preview
{
display
:
block
;
}
.show-license
,
.hide-license
{
&
:hover
{
text-decoration
:
none
;
color
:
$gray-900
;
}
}
}
ee/app/assets/stylesheets/pages/milestone.scss
View file @
89aeef6b
...
...
@@ -42,11 +42,6 @@
}
}
.burndown-docs-link
{
color
:
inherit
;
text-decoration
:
underline
;
}
.burndown-header
{
margin
:
24px
0
12px
;
...
...
ee/app/assets/stylesheets/pages/projects.scss
View file @
89aeef6b
.protected-branch-push-access-list
,
.protected-branch-merge-access-list
{
a
{
color
:
$white
;
}
}
.project-mirror-settings
{
.ssh-public-key
,
.btn-copy-ssh-public-key
{
float
:
left
;
}
.ssh-public-key
{
width
:
94%
;
word-wrap
:
break-word
;
word-break
:
break-all
;
}
.btn-copy-ssh-public-key
{
margin-left
:
5px
;
}
.known-hosts
{
font-family
:
$monospace-font
;
}
...
...
@@ -38,16 +16,6 @@
}
}
.load-wrapper
{
position
:
absolute
;
background
:
$black-transparent
;
width
:
100%
;
height
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.project-mirror-text
{
@include
media-breakpoint-up
(
sm
)
{
float
:
left
;
...
...
ee/app/assets/stylesheets/pages/promotions.scss
View file @
89aeef6b
...
...
@@ -93,25 +93,6 @@
}
}
.promotion-modal
{
.modal-dialog
{
width
:
540px
;
}
.modal-header
{
border-bottom
:
0
;
}
.modal-body
{
margin-top
:
-20px
;
padding
:
16px
16px
32px
;
}
.modal-footer
{
border-top
:
0
;
}
}
.promotion-issue-sidebar
{
.promotion-issue-sidebar-message
{
padding
:
$gl-padding-top
;
...
...
ee/app/assets/stylesheets/pages/requirements.scss
View file @
89aeef6b
.requirements-container
{
// Following overrides will be removed once
// we add filtered search bar on the page
// see https://gitlab.com/gitlab-org/gitlab/-/issues/212543
@include
media-breakpoint-down
(
xs
)
{
.top-area
{
border-bottom
:
0
;
.nav-links.mobile-separator
{
margin-bottom
:
0
;
}
}
}
.requirement-form
{
.requirement-form-textarea
{
line-height
:
$gl-line-height-24
;
// We need `!important` here as GlFormTextarea (based on `BFormTextarea`)
// somehow applies inline styles ¯\_(ツ)_/¯.
overflow-y
:
auto
!
important
;
}
}
.requirement-form-drawer
{
&
.zen-mode
{
// We need to override `z-index` provided to GlDrawer
...
...
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