@cas-smartdesign/app-banner 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -115,11 +115,12 @@ var window;(window||={})["@cas-smartdesign/app-banner"]=(()=>{var q=Object.defin
115
115
  img {
116
116
  display: block;
117
117
  margin: auto;
118
+ max-height: 52px;
118
119
  }
119
120
 
120
121
  .app-banner {
121
122
  font-family: "Segoe UI", "Lucida Sans", "Arial", sans-serif;
122
- background-color: #f1f1f1;
123
+ background-color: var(--sd-app-banner-background-color, #f1f1f1);
123
124
  border-radius: 5px;
124
125
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
125
126
  margin: 20px;
@@ -167,7 +168,7 @@ var window;(window||={})["@cas-smartdesign/app-banner"]=(()=>{var q=Object.defin
167
168
  }
168
169
 
169
170
  .app-banner-open-text {
170
- color: #2980b9;
171
+ color: var(--sd-app-banner-link-color, #2980b9);
171
172
  font-size: 1.1em;
172
173
  font-weight: bold;
173
174
  justify-self: right;