%PDF-1.7 GIF89;
Server IP : 5.161.254.237 / Your IP : 216.73.216.134 Web Server : Apache System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 User : stellasp ( 1131) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/stellasp/public_html/backend/vendors/select2/docs/_sass/ |
Upload File : |
// Alerts // // Modify Bootstrap's default alert styles to mimick // the `.bs-callout` styles from Bootstrap's docs. // // @see https://github.com/twbs/bootstrap/blob/master/docs/assets/css/src/docs.css#L711 // @see https://github.com/twbs/bootstrap/blob/master/less/alerts.less .alert { background: #fff; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; color: #333; margin: 20px 0; padding: 20px; h4 { font-size: 18px; margin-top: 0; margin-bottom: 5px; } &-danger { border-left-color: #ce4844; h4 { color: #ce4844; } } &-info { border-left-color: #1b809e; h4 { color: #1b809e; } } &-warning { border-left-color: #aa6708; h4 { color: #aa6708; } } }