/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/forms.css (1142B)
/*!
* 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
*/
/* -------------------------------- */
/* Labels */
/* -------------------------------- */
/* Labels */
form label {
font-weight: bold;
}
/* Labels after input */
form input + label {
font-weight: normal !important;
}
/* Labels for required inputs */
form label.required:after,
form div.required > label:after {
color: #e32;
content: ' *';
}
/* -------------------------------- */
/* Float forms */
/* -------------------------------- */
/* Float form */
form .float-form {
background: #f7f5fa;
border-radius: .3rem;
margin-bottom: 1.5rem;
padding: .75rem;
}
/* Float form, last input wrapper */
form .float-form .input:last-child {
margin-bottom: 0;
}