Home
last modified time | relevance | path

Searched refs:getSecondaryColor (Results 1 – 8 of 8) sorted by relevance

/plugin/combo/ComboStrap/
H A DBrand.php65 $secondaryColor = Site::getSecondaryColor();
283 public function getSecondaryColor(): ?string function in ComboStrap\\Brand
H A DTextColor.php56 $secondaryColor = Site::getSecondaryColor();
H A DBrandButton.php356 $secondary = $this->getSecondaryColor();
674 private function getSecondaryColor(): ?string function in ComboStrap\\BrandButton
679 return $this->brand->getSecondaryColor();
H A DIconTag.php51 $color = Site::getSecondaryColor();
H A DSiteConfig.php558 public function getSecondaryColor(): ColorRgb function in ComboStrap\\SiteConfig
560 $secondaryColor = Site::getSecondaryColor();
H A DSkin.php63 $secondaryColorRgbHex = Site::getSecondaryColor("#6c757d")->toRgbHex();
H A DSite.php715 public static function getSecondaryColor($default = null): ?ColorRgb function in ComboStrap\\Site
H A DTemplateForWebPage.php568 $secondaryColor = $executionConfig->getSecondaryColor();