Reduce overall number of colors by streamlining brand colors
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
.headerbar {
|
||||
@apply bg-ep-primary-dark sbw:bg-sbw-primary text-white uppercase font-semibold py-2 px-4 mb-4;
|
||||
@apply bg-ep-primary sbw:bg-sbw-primary text-white uppercase font-semibold py-2 px-4 mb-4;
|
||||
}
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
<button type="submit" class="w-1/3 text-white uppercase py-2">
|
||||
Detailsuche
|
||||
</button>
|
||||
<button type="submit" class="w-1/3 text-white bg-ep-primary-light uppercase py-2">
|
||||
<button type="submit" class="w-1/3 text-white bg-ep-primary uppercase py-2">
|
||||
Alle anzeigen
|
||||
</button>
|
||||
</div>
|
||||
|
||||
+7
-7
@@ -48,13 +48,13 @@ module.exports = {
|
||||
white: tinycolor('#ffffff').setAlpha(0.85).toRgbString(),
|
||||
},
|
||||
concept: {
|
||||
default: '#005ca9',
|
||||
bdg: '#005ca9',
|
||||
skr: '#005ca9',
|
||||
default: '#3d8ccb',
|
||||
bdg: '#3d8ccb',
|
||||
skr: '#3d8ccb',
|
||||
evt: '#ed5454',
|
||||
fam: '#7ca7d5',
|
||||
grp: '#ffa300',
|
||||
prg: '#005ca9',
|
||||
prg: '#3d8ccb',
|
||||
ind: '#009fe3',
|
||||
wkd: '#44d04e',
|
||||
spz: '#436a8a',
|
||||
@@ -67,9 +67,9 @@ module.exports = {
|
||||
'primary-light': '#009fff',
|
||||
'primary-medium': '#165883',
|
||||
'primary-dark': '#18527B',
|
||||
'primary-10': tinycolor('#009fe3').setAlpha(0.1).toRgbString(),
|
||||
'primary-50': tinycolor('#009fe3').setAlpha(0.5).toRgbString(),
|
||||
'primary-80': tinycolor('#009fe3').setAlpha(0.8).toRgbString(),
|
||||
'primary-10': tinycolor('#3d8ccb').setAlpha(0.1).toRgbString(),
|
||||
'primary-50': tinycolor('#3d8ccb').setAlpha(0.5).toRgbString(),
|
||||
'primary-80': tinycolor('#3d8ccb').setAlpha(0.8).toRgbString(),
|
||||
'secondary-10': tinycolor('#f0bc44').setAlpha(0.1).toRgbString(),
|
||||
'secondary-80': tinycolor('#f0bc44').setAlpha(0.8).toRgbString(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user