Merge branch 'main' into smaller-statuses-dense-cards
This commit is contained in:
commit
e06154c457
46 changed files with 1904 additions and 2510 deletions
|
@ -1,6 +1,5 @@
|
|||
html {
|
||||
scroll-behavior: smooth;
|
||||
scroll-padding-top: 20%;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -110,6 +109,13 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
/** Stars
|
||||
******************************************************************************/
|
||||
|
||||
.stars {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/** Stars in a review form
|
||||
*
|
||||
* Specificity makes hovering taking over checked inputs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue