Compare commits
No commits in common. "ac751f5f28b58329252bc0e8aa8a7ddf1118b680" and "a747ef0129b65cbb12ef126588b69b40db4d0b2f" have entirely different histories.
ac751f5f28
...
a747ef0129
@ -17,9 +17,6 @@
|
|||||||
"spatie/laravel-permission": "",
|
"spatie/laravel-permission": "",
|
||||||
"zizaco/entrust": "",
|
"zizaco/entrust": "",
|
||||||
|
|
||||||
// Security stuff
|
|
||||||
"abuseipdb/laravel": "", // API to check an IP for abusive behavior with option to report IP for abusive behavior
|
|
||||||
|
|
||||||
// Options/Flags
|
// Options/Flags
|
||||||
"spatie/laravel-model-flags": "", // add a simple true/false flag to any model
|
"spatie/laravel-model-flags": "", // add a simple true/false flag to any model
|
||||||
|
|
||||||
|
@ -48,16 +48,6 @@
|
|||||||
--text-danger-color-gradient-end: hsl(344, 100%, 70%);
|
--text-danger-color-gradient-end: hsl(344, 100%, 70%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-reduced-motion) {
|
|
||||||
*, *::before, *::after {
|
|
||||||
animation-duration: 0s !important;
|
|
||||||
/* additional recommendation */
|
|
||||||
transition: none !important;
|
|
||||||
scroll-behavior: auto !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: linear-gradient(100deg, hsl(0, 0%, 98%), hsl(240, 5.9%, 90%));
|
background-image: linear-gradient(100deg, hsl(0, 0%, 98%), hsl(240, 5.9%, 90%));
|
||||||
color: hsl(240, 5.9%, 10%);
|
color: hsl(240, 5.9%, 10%);
|
||||||
@ -67,13 +57,6 @@ body {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
scrollbar-gutter: stable both-edges;
|
scrollbar-gutter: stable both-edges;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
font-size: 1.25rem;
|
|
||||||
line-height: 1.1;
|
|
||||||
|
|
||||||
/* these will clamp the width between the two values
|
|
||||||
and keep it at 90% of the max when between them */
|
|
||||||
max-width: clamp(320px, 90%, 1280px);
|
|
||||||
margin: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user