Server IP : 192.158.238.246 / Your IP : 3.148.239.85 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/Donors/resources/components/ |
Upload File : |
@use 'assets/src/css/Safe-Rem/functions' as *; .donorBulkModalContent { .donorInformation { position: relative; display: flex; flex-flow: column wrap; align-content: flex-start; justify-content: center; column-gap: safe-rem(0.6125); row-gap: safe-rem(0.25); height: safe-rem(4); width: 100%; & > a { color: #0878b0; font-size: 1.125rem; font-weight: 700; } &__email { min-width: 0; overflow: hidden; } &__gravatar { border-radius: 9999px; width: safe-rem(4); height: safe-rem(4); } &__name { display: inline; inline-size: -webkit-fit-content; inline-size: -moz-fit-content; inline-size: fit-content; font-size: safe-rem(1.125); text-decoration: none; } &__email { font-style: normal; font-weight: 400; line-height: 150%; max-width: calc(100% - 4rem); white-space: nowrap; text-overflow: ellipsis; } } }