Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DBrand.php26 private $secondaryColor; variable in ComboStrap\\Brand
65 $secondaryColor = Site::getSecondaryColor();
66 if ($secondaryColor !== null) {
68 $this->secondaryColor = $secondaryColor->toCssValue();
75 $this->secondaryColor = $colors["secondary"];
77 $this->secondaryColor = null;
285 return $this->secondaryColor;
H A DTextColor.php56 $secondaryColor = Site::getSecondaryColor();
57 if ($secondaryColor !== null) {
59 …attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$secondaryColor->toRgbHex()}!i…
H A DBrandButton.php84 private $secondaryColor; variable in ComboStrap\\BrandButton
653 public function setSecondaryColor(string $secondaryColor): BrandButton argument
655 $this->secondaryColor = $secondaryColor;
676 if ($this->secondaryColor !== null) {
677 return $this->secondaryColor;
H A DBrandTag.php212 $secondaryColor = $brandAttributes->getValueAndRemoveIfPresent(ColorRgb::SECONDARY_VALUE);
213 if ($secondaryColor !== null) {
214 $brandButton->setSecondaryColor($secondaryColor);
H A DColorRgb.php857 $secondaryColor = Site::getSecondaryColorValue();
858 if ($secondaryColor !== null) {
859 if ($secondaryColor !== ColorRgb::SECONDARY_VALUE) {
860 return self::createFromString($secondaryColor);
H A DSiteConfig.php561 $secondaryColor = Site::getSecondaryColor();
562 if ($secondaryColor === null) {
565 return $secondaryColor;
H A DTemplateForWebPage.php569 $secondaryColor = $executionConfig->getSecondaryColor();
570 … $model[BrandingColors::SECONDARY_COLOR_TEMPLATE_ATTRIBUTE] = $secondaryColor->toCssValue();
/template/templar/less/
Dmixins.less408 .gradientBar(@primaryColor, @secondaryColor, @textColor: #fff, @textShadow: 0 -1px 0 rgba(0,0,0,.25…
411 #gradient > .vertical(@primaryColor, @secondaryColor);
412 border-color: @secondaryColor @secondaryColor darken(@secondaryColor, 15%);