Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/wincloud_gateway/node_modules/@buffetjs/styles/src/components/GlobalStyle/ drwxr-xr-x | |
| Viewing file: Select action/file-type: import { createGlobalStyle } from 'styled-components';
import mixins from '../../assets/styles/mixins';
import colors from '../../assets/styles/colors';
const GlobalStyle = createGlobalStyle`
* { ${mixins().bbox} }
html, body { -webkit-font-smoothing: antialiased; }
html {
font-size: 62.5%;
}
body {
background-color: ${colors.greyIconBkgd};
}
p {
margin: 0;
}
a, button {
cursor: pointer;
outline: 0;
}
h1, h2, h3, p, label, button, input, textarea {
/* stylelint-disable */
font-family: 'Lato' !important;
/* styleint-enable */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
-webkit-transition-delay: 9999s;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
`;
export default GlobalStyle;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0051 ]-- |