gpttemp
This commit is contained in:
17
code/public/static/css/modules/pager/pager_pill.css
Normal file
17
code/public/static/css/modules/pager/pager_pill.css
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Pill family (__PFX__ replaced by CssBuilder) */
|
||||
.__PFX__-pager.pg-pill{ justify-content:center; }
|
||||
.__PFX__-pager.pg-pill .__PFX__-pg-a{
|
||||
border-radius: 999px;
|
||||
padding: 7px 14px;
|
||||
}
|
||||
.__PFX__-pager.pg-pill .__PFX__-pg-it.is-edge .__PFX__-pg-a{
|
||||
background: color-mix(in srgb, var(--pg-bg) 70%, transparent);
|
||||
border-style: dashed;
|
||||
}
|
||||
.__PFX__-pager.pg-pill .__PFX__-pg-it.is-current .__PFX__-pg-a{
|
||||
box-shadow: 0 1px 0 color-mix(in srgb, var(--pg-ac) 25%, transparent) inset;
|
||||
}
|
||||
@media (max-width:520px){
|
||||
.__PFX__-pager.pg-pill{ --pg-gap:6px; }
|
||||
.__PFX__-pager.pg-pill .__PFX__-pg-a{ min-width: 32px; padding: 7px 12px; }
|
||||
}
|
||||
Reference in New Issue
Block a user