Theme Components

From AgileApps Support Wiki
Revision as of 08:34, 20 October 2023 by Wikidevuser (talk | contribs) (Created page with "==<ace-activity-history>== Following variables are available for customization: :{| border="1" cellpadding="5" cellspacing="1"| |- align="center" ! Variable !! | Default value...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<ace-activity-history>

Following variables are available for customization:

Variable Default value Description
$ace-activity-history-date-color #6200ee Sets the color property of date in activity history.
$ace-activity-history-timeline-divider-color #6200ee Sets the divider color in activity history.
$ace-activity-history-icon-border-radius 50% Sets the icon button border radius property in activity history.
$ace-activity-history-time-line-color #6200ee Sets the color property of timeline in activity history.
$ace-activity-history-image-border-color #6200ee Sets the border color property of image in activity history.
$ace-activity-history-image-box-shadow-color #6200ee Sets the box shadow color property of an image in activity history.

You can assign different values to each of the above variables as follows:

html
$ace-activity-history-date-color : #00ff00;

$ace-activity-history-icon-border-radius: 20%;