forked from forgejo/forgejo
add pull-request and labels page design
This commit is contained in:
parent
a0f9197b45
commit
d1a60e3643
10 changed files with 226 additions and 38 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
.pager{
|
||||
.page{
|
||||
padding: 2px 6px;
|
||||
margin: 0 3px;
|
||||
padding: .3em .5em .2em .5em;
|
||||
margin: 0 .3em;
|
||||
background-color: @pagerPageBgColor;
|
||||
color: @pagerPageColor;
|
||||
&:hover,&.hover{
|
||||
|
@ -12,8 +12,8 @@
|
|||
}
|
||||
}
|
||||
.prev,.next{
|
||||
padding: 2px 8px;
|
||||
margin: 0 4px;
|
||||
padding: .4em .6em;
|
||||
margin: 0 .3em;
|
||||
background-color: @pagerDirectionBgColor;
|
||||
color: @pagerDirectionColor;
|
||||
&.invalid{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue