| Current Path : /home/poneycluc/www/plugins/system/t4/admin/theme/css/ |
| Current File : /home/poneycluc/www/plugins/system/t4/admin/theme/css/global.css |
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
color: var(--fe-body-color);
font-family: var(--fe-font-sans-serif);
font-size: var(--fe-body-font-size);
font-weight: var(--fe-body-font-weight);
margin: 0;
line-height: 1.5;
text-align: left;
}
.badge {
background-color: var(--fe-gray-200);
border-radius: var(--fe-border-radius);
font-weight: 600;
font-size: 0.875rem;
padding: .25rem .5rem;
}