Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
imghost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
imghost
Commits
4edad9a7
Commit
4edad9a7
authored
7 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Switched to dark theme
parent
22e94922
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/sass/style.sass
+36
-5
36 additions, 5 deletions
assets/sass/style.sass
with
36 additions
and
5 deletions
assets/sass/style.sass
+
36
−
5
View file @
4edad9a7
...
...
@@ -6,7 +6,7 @@ html
height
:
100%
body
background
:
#
F2F2F2
background
:
#
282828
font-family
:
'Lato'
,
sans-serif
font-size
:
81
.25%
height
:
100%
...
...
@@ -16,9 +16,8 @@ body
nav
position
:
sticky
top
:
0
background
:
#607D8B
box-shadow
:
0
2px
4px
rgba
(
33
,
33
,
33
,
0
.4
)
background
:
#333333
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0
.2
)
ul
display
:
flex
max-width
:
1024px
...
...
@@ -88,7 +87,7 @@ form.upload
text-decoration
:
none
border-radius
:
2px
text-align
:
center
background
:
#
ffffff
background
:
#
333333
.images
display
:
flex
...
...
@@ -129,3 +128,35 @@ form.upload
white-space
:
nowrap
text-overflow
:
ellipsis
overflow
:
hidden
.detail
max-width
:
640px
margin
:
32px
auto
width
:
100%
background
:
#333333
border-radius
:
4px
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0
.4
)
.title
line-height
:
1
.25
padding
:
16px
vertical-align
:
middle
font-size
:
14pt
font-weight
:
normal
color
:
#eee
&
:empty
display
:
none
&
+
.image
border-top-left-radius
:
4px
border-top-right-radius
:
4px
.image
background
:
#000
display
:
flex
flex-direction
:
row
justify-content
:
center
.description
line-height
:
1
.25
padding
:
16px
vertical-align
:
middle
font-size
:
11pt
font-weight
:
normal
color
:
#eee
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment