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
35d1ac71
Verified
Commit
35d1ac71
authored
2 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
fix: style of buttons
parent
5ac0fce1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2725
passed
2 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/sass/_pagination.sass
+3
-2
3 additions, 2 deletions
assets/sass/_pagination.sass
assets/sass/style.sass
+2
-0
2 additions, 0 deletions
assets/sass/style.sass
with
5 additions
and
2 deletions
assets/sass/_pagination.sass
+
3
−
2
View file @
35d1ac71
...
@@ -5,11 +5,10 @@ ul.pagination
...
@@ -5,11 +5,10 @@ ul.pagination
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0
.2
)
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0
.2
)
padding
:
4px
8px
padding
:
4px
8px
color
:
#fff
color
:
#fff
justify-
content
:
space-between
justify-
self
:
center
grid-column-start
:
1
grid-column-start
:
1
grid-column-end
:
-1
grid-column-end
:
-1
max-width
:
480px
max-width
:
480px
justify-self
:
center
width
:
calc
(
100%
-
16px
)
width
:
calc
(
100%
-
16px
)
li
.page
li
.page
...
@@ -22,3 +21,5 @@ ul.pagination
...
@@ -22,3 +21,5 @@ ul.pagination
&
.current
&
.current
display
:
block
display
:
block
padding
:
4px
16px
padding
:
4px
16px
flex-grow
:
1
text-align
:
center
This diff is collapsed.
Click to expand it.
assets/sass/style.sass
+
2
−
0
View file @
35d1ac71
...
@@ -39,6 +39,8 @@ body
...
@@ -39,6 +39,8 @@ body
text-decoration
:
none
text-decoration
:
none
line-height
:
24px
line-height
:
24px
cursor
:
pointer
cursor
:
pointer
min-width
:
40px
text-align
:
center
&
:hover
,
&
:focus
&
:hover
,
&
:focus
background
:
#FFD54F
background
:
#FFD54F
...
...
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