Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
common
t3olayout
Commits
03bf18ac
Commit
03bf18ac
authored
Mar 01, 2021
by
Thomas Löffler
Browse files
Adjust orange color
parent
54c16a66
Changes
5
Hide whitespace changes
Inline
Side-by-side
Build/Assets/JavaScript/main.js
View file @
03bf18ac
...
...
@@ -72,7 +72,7 @@ $(function () {
window
.
cookieconsent
.
initialise
({
"
palette
"
:
{
"
popup
"
:
{
"
background
"
:
"
#f
49
700
"
"
background
"
:
"
#f
f8
700
"
},
"
button
"
:
{
"
background
"
:
"
#ffffff
"
,
...
...
Build/Assets/Scss/base/_colors.scss
View file @
03bf18ac
...
...
@@ -3,9 +3,9 @@
// Brand and Key Colors
//
// Colors:
// $key-color: #f
49
700
// $stage-orange-dark: #e
18d
00
// $stage-orange-light: #f
7a831
// $key-color: #f
f8
700
// $stage-orange-dark: #e
b7c
00
// $stage-orange-light: #f
49700
// $dark-grey: #515151
// $mid-grey: #8c8c8c
// $light-grey: #b9b9b9
...
...
@@ -22,9 +22,9 @@
//
// Styleguide 1.1
$key-color
:
#f
49
700
;
$stage-orange-dark
:
#e
18d
00
;
$stage-orange-light
:
#f
7a831
;
$key-color
:
#f
f8
700
;
$stage-orange-dark
:
#e
b7c
00
;
$stage-orange-light
:
#f
49700
;
$dark-grey
:
#515151
;
$mid-grey
:
#8c8c8c
;
...
...
Build/Assets/Scss/components/_membership-popup.scss
View file @
03bf18ac
...
...
@@ -35,7 +35,7 @@
.modal-header
{
padding
:
20px
20px
0
;
background
:
#f
49
700
;
background
:
#f
f8
700
;
h4
{
text-align
:
center
;
...
...
Build/Assets/Scss/layout/_typo3-universe.scss
View file @
03bf18ac
...
...
@@ -36,7 +36,7 @@ typo3-universe {
--universe-button-color
:
#212121
;
--universe-button-hover-background
:
#e2e2e2
;
--universe-button-hover-color
:
#212121
;
--universe-caret-color
:
#f
49
700
;
--universe-caret-color
:
#f
f8
700
;
--universe-maxwidth
:
1170px
;
}
}
Build/Assets/Scss/utilities/_gradient.scss
View file @
03bf18ac
...
...
@@ -26,9 +26,9 @@
}
@mixin
web-key-color-gradient
()
{
background-image
:
-webkit-linear-gradient
(
135deg
,
#f
49
700
15%
,
#e
18d
00
85%
);
background-image
:
-o-linear-gradient
(
135deg
,
#f
49
700
15%
,
#e
18d
00
85%
);
background-image
:
linear-gradient
(
135deg
,
#f
49
700
15%
,
#e
18d
00
85%
);
background-image
:
-webkit-linear-gradient
(
135deg
,
#f
f8
700
15%
,
#e
b7c
00
85%
);
background-image
:
-o-linear-gradient
(
135deg
,
#f
f8
700
15%
,
#e
b7c
00
85%
);
background-image
:
linear-gradient
(
135deg
,
#f
f8
700
15%
,
#e
b7c
00
85%
);
}
@mixin
web-blue-color-gradient
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment