bit reordering and cleanup unused styles
This commit is contained in:
parent
e228dae876
commit
a8fbda945e
6 changed files with 81 additions and 124 deletions
|
@ -101,3 +101,14 @@ input[type='search'].search-text-input {
|
|||
}
|
||||
|
||||
fieldset legend { font-size: 17px; }
|
||||
|
||||
/** PAGINATION **/
|
||||
.gitlab_pagination {
|
||||
span a { color: $link_color; }
|
||||
.prev, .next, .current, .page a {
|
||||
padding: 10px;
|
||||
}
|
||||
.current {
|
||||
border-bottom: 2px solid $style_color;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue