/var/www/vhosts/ihelp.ro/httpdocs/vendor/mirko-pagliai/me-tools/webroot/css
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/mirko-pagliai/me-tools/webroot/css/default.css (1964B)
/*!
* This file is part of me-tools.
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Mirko Pagliai
* @link https://github.com/mirko-pagliai/me-tools
* @license https://opensource.org/licenses/mit-license.php MIT License
*/
/* -------------------------------- */
/* HTML and general */
/* -------------------------------- */
/* Pre */
pre {
overflow-y: scroll;
}
/* Width zero class */
.w-0 {
width: 0;
}
/* -------------------------------- */
/* Contextual backgrounds and text */
/* -------------------------------- */
/* Contextual text, links */
.text-danger a,
.text-dark a,
.text-info a,
.text-light a,
.text-primary a,
.text-secondary a,
.text-success a,
.text-warning a,
.text-white a {
color: inherit;
}
/* Contextual backgrounds, code blocks */
.bg-danger code,
.bg-dark code,
.bg-info code,
.bg-light code,
.bg-primary code,
.bg-secondary code,
.bg-success code,
.bg-warning code,
.bg-white code {
background: inherit;
color: inherit;
}
/* -------------------------------- */
/* Tables */
/* -------------------------------- */
/* Tables, last paragraph */
.table p:last-child {
margin-bottom: 0;
}
/* -------------------------------- */
/* Ascending/descending sort */
/* -------------------------------- */
/* Ascending and descending sort */
th a.asc:after,
th a.desc:after {
--spacing-inline: var(--spacing-6xs);
font-family: "Font Awesome 6 Free";
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: var(--fa-display,inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
}
/* Ascending sort */
th a.asc:after {
content: "\f160";
}
/* Descending sort */
th a.desc:after {
content: "\f161";
}