| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/styles/admin/ |
Upload File : |
/*
Helpers
===========================================================================
Define re-usable style helper classes.
Important: If a helper is part of an existing component then place the helper directly
to the component file (e.g. .table-modules must be placed in _tables.scss). This file
must only include the fixes that do not belong to any other file.
Use the "force" prefix for helpers that contain the !important annotation.
*/
// ----------------------------------------------------------------------------
// TYPOGRAPHY - POSITION
// ----------------------------------------------------------------------------
// Force the text alignment to be to the left.
.force-text-left {
text-align: left !important;
}
// ----------------------------------------------------------------------------
// TYPOGRAPHY - TRANSFORMATIONS
// ----------------------------------------------------------------------------
// Forces the bold font weight.
.text-bold {
font-weight: bold;
}
// Forces the normal font weight.
.force-text-normal-weight {
font-weight: 400 !important;
}
// ----------------------------------------------------------------------------
// TYPOGRAPHY - COLORS
// ----------------------------------------------------------------------------
// Forces the colorization of the text to light gray.
.force-text-color-light {
color: $text-color-light !important;
}
// Forces the colorization of the text to black.
.force-text-color-black {
color: black !important;
}
// display cursor as pointer
.cursor-pointer {
cursor: pointer;
}