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
270803cc
Commit
270803cc
authored
Mar 08, 2021
by
Stefan Busemann
Browse files
Merge branch '643-adjust-orange-color' into 'main'
Resolve "adjust orange color" Closes
#643
See merge request
!607
parents
53e06bde
23825401
Changes
6
Hide whitespace changes
Inline
Side-by-side
Build/Assets/Images/Template/typo3_nomargins.svg
View file @
270803cc
...
...
@@ -3,12 +3,12 @@
<svg
version=
"1.1"
id=
"Ebene_1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
x=
"0px"
y=
"0px"
viewBox=
"0 0 303.05 84.17"
style=
"enable-background:new 0 0 303.05 84.17;"
xml:space=
"preserve"
>
<style
type=
"text/css"
>
.st0{fill:#f
498
00;}
.st0{fill:#f
f87
00;}
</style>
<g>
<g>
<polygon
points=
"99.94,28.37 113.57,28.37 113.57,83.56 121.26,83.56 121.26,28.37 134.88,28.37 134.88,21.65 99.94,21.65 "
/>
<polygon
points=
"158.9,46.67 147.23,21.65 138.74,21.65 154.57,54.81 154.57,83.56 162.53,83.56 162.53,54.81 178.63,21.65
<polygon
points=
"158.9,46.67 147.23,21.65 138.74,21.65 154.57,54.81 154.57,83.56 162.53,83.56 162.53,54.81 178.63,21.65
170.57,21.65 "
/>
<path
d=
"M247.43,21.03c-14.59,0-18.48,10.08-18.48,30.87c0,21.66,3.89,32.27,18.48,32.27c14.59,0,18.48-10.61,18.48-32.27
C265.91,31.11,262.02,21.03,247.43,21.03z M247.43,77.72c-7.95,0-10.61-6.38-10.61-25.38c0-19.46,2.66-24.86,10.61-24.86
...
...
Build/Assets/JavaScript/main.js
View file @
270803cc
...
...
@@ -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 @
270803cc
...
...
@@ -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 @
270803cc
...
...
@@ -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 @
270803cc
...
...
@@ -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 @
270803cc
...
...
@@ -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