Files
QRForge-selfhosted/qrcode/dist/css/custom.css
T
2022-09-24 15:40:56 -05:00

17 lines
370 B
CSS

/**
* PHP Dynamic Qr code
*
* @author Giandonato Inverso <info@giandonatoinverso.it>
* @copyright Copyright (c) 2020-2021
* @license https://opensource.org/licenses/MIT MIT License
* @link https://github.com/giandonatoinverso/PHP-Dynamic-Qr-code
* @version 1.0
*/
.bulk-action-wrapper {
padding: 10px 0;
}
#err-msg {
display: none;
color: red;
}