Server IP : 192.158.238.246 / Your IP : 3.137.189.49 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/7779/task/7779/cwd/plugins/give/src/Views/Components/Label/ |
Upload File : |
@import '../colors'; .label { padding: 4px 12px 0 12px; border-radius: 6px; display: inline-block; height: 26px; background-color: #a7a7a7; color: #fff; font-size: 14px; font-weight: 600; } .error { background-color: $error; } .warning { background-color: $warning; } .success { background-color: $success; } .info { background-color: $info; } .notice { background-color: $notice; } .http { background-color: $http; }