Skip to content

Commit 56fd16c

Browse files
jenbreesesethprime
andauthored
SDSS-1404: Quickstrike color updates (#520)
* SDSS-1406: changed the light blue on the event circle to white (#513) * SDSS-1409: button color changes (#515) * SDSS-1409: button color changes * added back to top button * SDSS-1409: removed radius and blue from newsroom button. Found and removed a bright green. * SDSS-1409: fixup to the newsroom buttons * added the search border radius back * SDSS-1409: button adjustments on grey bg * SDSS-1405 SDSS-1415: changes to section variants (#514) * SDSS-1405 SDSS-1415: changes to section variants * SDSS-1415: finishes to the grey border section * SDSS-1418: Footerlinks are white (#519) * SDSS-1418: changed the footer links to white. * fixup for the icons in footer * SDSS-1422: removed blue nav (#516) * SDSS-1429: mailto icon (#522) * SDSS-1428: fix to the newsroom quote and editirial sidebar (#521) * SDSS-1430: fixup to special buttons on green (#523) * SDSS-1432: added back the bottom and right lost margins (#524) * SDSS-1431: Removed edit button from Stanford Person view. (#525) * SDSS-1431: Removed edit button from Stanford Person view. * Removed edit button from Stanford Person view taxonomy term page grid block. --------- Co-authored-by: Seth <[email protected]>
1 parent 17fefa0 commit 56fd16c

25 files changed

+238
-243
lines changed

docroot/profiles/sdss/sdss_profile/config/sync/field.storage.paragraph.su_callout_bgcolor_alt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ settings:
1616
label: Default
1717
-
1818
value: bg_color_option_1
19-
label: Blue
19+
label: Grey
2020
allowed_values_function: ''
2121
module: options
2222
locked: false

docroot/profiles/sdss/sdss_profile/config/sync/field.storage.paragraph.su_sidebar_bgcolor_alt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ settings:
1616
label: Default
1717
-
1818
value: bg_color_option_1
19-
label: Blue
19+
label: Grey
2020
allowed_values_function: ''
2121
module: options
2222
locked: false

docroot/profiles/sdss/sdss_profile/config/sync/views.view.stanford_person.yml

-106
Original file line numberDiff line numberDiff line change
@@ -888,59 +888,6 @@ display:
888888
separator: ', '
889889
field_api_classes: 0
890890
plugin_id: field
891-
edit_node:
892-
id: edit_node
893-
table: node
894-
field: edit_node
895-
relationship: none
896-
group_type: group
897-
admin_label: ''
898-
label: ''
899-
exclude: false
900-
alter:
901-
alter_text: false
902-
text: ''
903-
make_link: false
904-
path: ''
905-
absolute: false
906-
external: false
907-
replace_spaces: false
908-
path_case: none
909-
trim_whitespace: false
910-
alt: ''
911-
rel: ''
912-
link_class: ''
913-
prefix: ''
914-
suffix: ''
915-
target: ''
916-
nl2br: false
917-
max_length: 0
918-
word_boundary: true
919-
ellipsis: true
920-
more_link: false
921-
more_link_text: ''
922-
more_link_path: ''
923-
strip_tags: false
924-
trim: false
925-
preserve_tags: ''
926-
html: false
927-
element_type: div
928-
element_class: su-people-edit-article
929-
element_label_type: ''
930-
element_label_class: ''
931-
element_label_colon: false
932-
element_wrapper_type: ''
933-
element_wrapper_class: ''
934-
element_default_classes: true
935-
empty: ''
936-
hide_empty: false
937-
empty_zero: false
938-
hide_alter_empty: true
939-
text: 'edit this item'
940-
output_url_as_text: false
941-
absolute: false
942-
entity_type: node
943-
plugin_id: entity_link_edit
944891
cache_metadata:
945892
max-age: -1
946893
contexts:
@@ -1205,59 +1152,6 @@ display:
12051152
multi_type: separator
12061153
separator: ', '
12071154
field_api_classes: false
1208-
edit_node:
1209-
id: edit_node
1210-
table: node
1211-
field: edit_node
1212-
relationship: none
1213-
group_type: group
1214-
admin_label: ''
1215-
entity_type: node
1216-
plugin_id: entity_link_edit
1217-
label: ''
1218-
exclude: false
1219-
alter:
1220-
alter_text: false
1221-
text: ''
1222-
make_link: false
1223-
path: ''
1224-
absolute: false
1225-
external: false
1226-
replace_spaces: false
1227-
path_case: none
1228-
trim_whitespace: false
1229-
alt: ''
1230-
rel: ''
1231-
link_class: ''
1232-
prefix: ''
1233-
suffix: ''
1234-
target: ''
1235-
nl2br: false
1236-
max_length: 0
1237-
word_boundary: true
1238-
ellipsis: true
1239-
more_link: false
1240-
more_link_text: ''
1241-
more_link_path: ''
1242-
strip_tags: false
1243-
trim: false
1244-
preserve_tags: ''
1245-
html: false
1246-
element_type: div
1247-
element_class: su-people-edit-article
1248-
element_label_type: ''
1249-
element_label_class: ''
1250-
element_label_colon: false
1251-
element_wrapper_type: ''
1252-
element_wrapper_class: ''
1253-
element_default_classes: true
1254-
empty: ''
1255-
hide_empty: false
1256-
empty_zero: false
1257-
hide_alter_empty: true
1258-
text: 'edit this item'
1259-
output_url_as_text: false
1260-
absolute: false
12611155
arguments:
12621156
term_node_tid_depth:
12631157
id: term_node_tid_depth

docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/src/Plugin/Layout/SdssLayoutParagraphBase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ protected function getBgColorOptions() {
8787
'none' => '- None -',
8888
'green' => 'Green',
8989
'green-stat' => 'Green Stat Card',
90-
'blue' => 'Light Blue',
9190
'grey' => 'Light Grey',
91+
'grey-border' => 'Grey Border'
9292
];
9393
}
9494

docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/decoupled-menu/dist/islands/newsroom-menu.island.umd.js

+7-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/decoupled-menu/src/newsroom-menu.island.tsx

+4-6
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ const SearchContainer = styled.li`
113113
display: block;
114114
position: relative;
115115
height: auto;
116-
background-color: #E9F7F8;
116+
background-color: #FFFFFF;
117117
color: #155F65;
118-
border: 1px solid #6BB6BC;
118+
border: 1px solid #155f65;
119119
border-radius: 32px;
120120
padding: 8px 18px 10px;
121121
width: fit-content;
@@ -124,7 +124,6 @@ const SearchContainer = styled.li`
124124
&:focus, &:hover, &:active {
125125
box-shadow: none;
126126
color: #155F65;
127-
background-color: #92D7DD;
128127
outline: none;
129128
border-radius: 999px;
130129
}
@@ -143,16 +142,15 @@ const SearchContainer = styled.li`
143142
display: block;
144143
position: relative;
145144
height: auto;
146-
background-color: #E9F7F8;
145+
background-color: #FFFFFF;
147146
color: #155F65;
148-
border: 1px solid #6BB6BC;
147+
border: 1px solid #155f65;
149148
border-radius: 32px;
150149
padding: 8px 18px 10px;
151150
152151
&:focus, &:hover, &:active {
153152
box-shadow: none;
154153
color: #155F65;
155-
background-color: #6BB6BC;
156154
outline: none;
157155
border-radius: 999px;
158156
}

docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/dist/css/sdss_subtheme.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/components/card/_card-variants.scss

+16-16
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@
108108
&:hover,
109109
&:focus,
110110
&:active {
111-
color: $sdss-color-green-bright;
111+
color: $sdss-color-white;
112112

113113
&::after {
114-
background-color: $sdss-color-green-bright;
114+
background-color: $sdss-color-white;
115115
}
116116
}
117117

@@ -130,10 +130,10 @@
130130
&:hover,
131131
&:focus,
132132
&:active {
133-
color: $sdss-color-green-bright;
133+
color: $sdss-color-white;
134134

135135
&::after {
136-
background-color: $sdss-color-green-bright;
136+
background-color: $sdss-color-white;
137137
}
138138
}
139139
}
@@ -152,10 +152,10 @@
152152
&:hover,
153153
&:focus,
154154
&:active {
155-
color: $sdss-color-green-bright;
155+
color: $sdss-color-white;
156156

157157
&::after {
158-
background-color: $sdss-color-green-bright;
158+
background-color: $sdss-color-white;
159159
}
160160
}
161161

@@ -179,10 +179,10 @@
179179
&:hover,
180180
&:focus,
181181
&:active {
182-
color: $sdss-color-green-bright;
182+
color: $sdss-color-white;
183183

184184
&::after {
185-
background-color: $sdss-color-green-bright;
185+
background-color: $sdss-color-white;
186186
}
187187
}
188188
}
@@ -203,11 +203,11 @@
203203
&:hover,
204204
&:focus,
205205
&:active {
206-
color: $sdss-color-green-bright;
206+
color: $sdss-color-white;
207207
text-decoration: underline;
208208

209209
&::after {
210-
background-color: $sdss-color-green-bright;
210+
background-color: $sdss-color-white;
211211
}
212212
}
213213
}
@@ -230,11 +230,11 @@
230230
&:hover,
231231
&:focus,
232232
&:active {
233-
color: $sdss-color-green-bright;
233+
color: $sdss-color-white;
234234
text-decoration: underline;
235235

236236
&::after {
237-
background-color: $sdss-color-green-bright;
237+
background-color: $sdss-color-white;
238238
}
239239
}
240240
}
@@ -251,10 +251,10 @@
251251
&:hover,
252252
&:focus,
253253
&:active {
254-
color: $sdss-color-green-bright;
254+
color: $sdss-color-white;
255255

256256
&::after {
257-
background-color: $sdss-color-green-bright;
257+
background-color: $sdss-color-white;
258258
}
259259
}
260260
}
@@ -295,10 +295,10 @@
295295
&:hover,
296296
&:focus,
297297
&:active {
298-
color: $sdss-color-green-bright;
298+
color: $sdss-color-white;
299299

300300
&::after {
301-
background-color: $sdss-color-green-bright;
301+
background-color: $sdss-color-white;
302302
}
303303
}
304304
}

docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/components/events/_events-list.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
.su-date-stacked {
2929
&.su-date-stacked--no-background {
30-
background-color: $sdss-color-blue-light;
30+
background-color: $su-color-white;
3131
border: 1px solid $sdss-color-palo-alto-dark;
3232
border-radius: 70px;
3333
width: 110px;
@@ -148,11 +148,11 @@
148148
&:focus,
149149
&:hover,
150150
&:active {
151-
color: $sdss-color-green-bright;
151+
color: $sdss-color-white;
152152
text-decoration: underline;
153153

154154
&::after {
155-
background-color: $sdss-color-green-bright;
155+
background-color: $sdss-color-white;
156156
}
157157
}
158158
}

docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/components/header/_header-option-a.scss

+3-14
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,7 @@ body.sdss-header-variant--option_a {
5656
display: flex;
5757
justify-content: flex-start;
5858
flex-wrap: nowrap;
59-
background: $sdss-color-blue-light;
60-
61-
&::after {
62-
content: "";
63-
position: absolute;
64-
top: 0;
65-
bottom: 0;
66-
width: 9600px;
67-
left: 0;
68-
z-index: -1;
69-
background: $sdss-color-blue-light;
70-
}
59+
background: $sdss-color-white;
7160

7261
.system-menu-block {
7362
align-self: flex-end;
@@ -77,11 +66,11 @@ body.sdss-header-variant--option_a {
7766

7867
.su-multi-menu {
7968
padding: 0;
80-
background-color: $sdss-color-blue-light;
69+
background-color: $sdss-color-white;
8170

8271
.su-multi-menu__menu {
8372
&.su-multi-menu__menu-lv1 {
84-
background-color: $sdss-color-blue-light;
73+
background-color: $sdss-color-white;
8574
padding-right: 3rem;
8675
}
8776
}

0 commit comments

Comments
 (0)