Skip to content

Commit

Permalink
global var updates and radio story
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Jan 14, 2022
1 parent d5724fe commit 9526ee2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 47 deletions.
29 changes: 0 additions & 29 deletions src/customizations/components/theme/Radio/Radio.stories.js

This file was deleted.

15 changes: 15 additions & 0 deletions theme/themes/eea/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Global Overrides
*******************************/

body,
p {
font-family: @pageFont !important;
}

.eeaBlockquote {
border-left: 10px solid @secondaryColor;
}

.eeaBlockquote .blockquoteQuote {
margin: @relative12px @relative30px;
color: @japaneseIndigo;
font-size: @h3;
}

/*-------------------
FOOTER IMS overrides
--------------------*/
Expand Down
41 changes: 23 additions & 18 deletions theme/themes/eea/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
*/
@relativeBorderRadius: @relative4px;
@absoluteBorderRadius: 0px;
@eeaMenuBorder : @relative2px solid;
@eeaButtonBorder: @relative2px solid;

@defaultBorderRadius: @absoluteBorderRadius;

Expand All @@ -52,11 +54,11 @@
--------------------*/

@primaryColor : @darkCerulean;
@secondaryColor : @darkCyan;
@secondaryColor : @pineGreen;
@secondaryColorDarken : darken(@secondaryColor, 5%);

@lightPrimaryColor : @pearlAqua;
@lightSecondaryColor : @carolinaBlue;
@lightPrimaryColor : @steelBlue;
@lightSecondaryColor : @pearlAqua;

/*--------------
Page Heading
Expand All @@ -75,6 +77,8 @@
/*--------------
Form Input
---------------*/
/* Max width for inputs with no fluid class */
@inputMaxWidth: 400px;

/* This adjusts the default form input across all elements */
@inputBackground : @white;
Expand Down Expand Up @@ -250,9 +254,9 @@
Breakpoints
--------------------*/

@mobileBreakpoint : 320px;
@mobileBreakpoint : 480px;
@tabletBreakpoint : 768px;
@computerBreakpoint : 992px;
@computerBreakpoint : 1025px;
@largeMonitorBreakpoint : 1200px;
@widescreenMonitorBreakpoint : 1920px;

Expand All @@ -262,31 +266,31 @@

/*--- EEA Colors ---*/

// Green Colors
// Green Colors - Darker to lighter
@metallicBlue : #2E6173;
@pineGreen : #007B6C;
@darkCyan : #00928F;
@ming : #346F83;
@steelBlue : #478EA5;
@pearlAqua : #74CBC8;
@powderBlue : #AEDFE8;
@powderBlue : #AEDFE8;

// Blue Colors
//@mediumPersianBlue : #0065A4;
// Blue Colors - Darker to lighter
@darkMidnightBlue : #0A3D61;
@darkCerulean : #004B7F;
@mediumElectricBlue : #00568C;
@blueSapphire : #1C618C;
@carolinaBlue : #5CA1CC;
@freshAir : #B2E1FF;
@mediumPersianBlue : #0065A4;
@steelBlue : #478EA5;
@midBlue : #75C9DB;

// Secondary Colors
@darkBlue : #3D5265;
// Secondary Colors - Darker to lighter
@japaneseIndigo : #2E3E4C;
@policeBlue : #3D5265;
@UCLABlue : #54728C;
@weldonBlue : #7495B2;
@lightSteelBlue : #ACCAE5;

//Gray Colors
@black : #000000;
@oldSilver : #808285;
@mIdGray : #BCBEC0;
@midGray : #BCBEC0;
@silverGray : #E6E7E8;
@white : #FFFFFF;

Expand Down Expand Up @@ -831,6 +835,7 @@
--------------------*/

/*--- Shadows ---*/
@eeaGlobalShadow: none;
@floatingShadowHover:
0px 2px 4px 0px rgba(34, 36, 38, 0.15),
0px 2px 10px 0px rgba(34, 36, 38, 0.25)
Expand Down

0 comments on commit 9526ee2

Please sign in to comment.