mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -04:00
docs: add new version banner
This commit is contained in:
parent
d490899f63
commit
7d6a2ebd51
30 changed files with 45 additions and 27 deletions
|
@ -46,6 +46,13 @@ html {
|
|||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body > .new-version {
|
||||
padding: calc(var(--spacing) * 0.5) var(--spacing);
|
||||
background-color: var(--primary);
|
||||
color: var(--primary-inverse);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/**
|
||||
* Docs: Main (Grid)
|
||||
*/
|
||||
|
@ -403,7 +410,7 @@ body > nav {
|
|||
--nav-link-spacing-vertical: 1rem;
|
||||
-webkit-backdrop-filter: saturate(180%) blur(20px);
|
||||
z-index: 99;
|
||||
position: fixed;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
2
docs/css/pico.docs.min.css
vendored
2
docs/css/pico.docs.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue