Skip to content

Commit 5b2610b

Browse files
2.8.4
1 parent fb17ddb commit 5b2610b

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

dist/saratoga.css

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,6 +2102,14 @@ html.msb .masthead {
21022102
height: 66px;
21032103
}
21042104
}
2105+
#sticky_ad_close {
2106+
position: absolute;
2107+
top: 0;
2108+
right: 25px;
2109+
cursor: pointer;
2110+
--fill-color: var(--black);
2111+
}
2112+
21052113
/**
21062114
* Digests
21072115
*/
@@ -3245,8 +3253,10 @@ section.big-news {
32453253
* Glyphicon styles are in WPS.
32463254
*/
32473255
.breaking-news-organism {
3248-
background-color: var(--red);
32493256
color: var(--white);
3257+
background-color: var(--red);
3258+
--text-color: var(--white);
3259+
--fill-color: var(--text-color);
32503260
max-width: 100%;
32513261
height: 41px;
32523262
}
@@ -3264,27 +3274,22 @@ section.big-news {
32643274
}
32653275

32663276
.breaking-news-macro h3 {
3277+
font-weight: 400;
32673278
margin: 0;
32683279
}
32693280

3270-
.breaking-news-macro div.breaking-title {
3271-
font-weight: bold;
3281+
.breaking-title {
3282+
font-weight: 700;
32723283
}
32733284

3274-
.breaking-news-macro div.close-breaking-news {
3285+
.close-breaking-news {
3286+
flex: none;
3287+
align-content: center;
32753288
opacity: 1;
32763289
transition: all 0.6s ease;
32773290
min-width: 10px;
32783291
}
32793292

3280-
.breaking-news-macro .icon-wrap {
3281-
margin-bottom: 0;
3282-
}
3283-
3284-
.breaking-news-macro .icon-wrap .close-breaking-news::before {
3285-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8" height="9" viewBox="0 0 8 9" fill="none"%3E%3Cpath d="M7.59049 1.05497C7.81823 0.781777 7.78195 0.376006 7.50786 0.149016C7.23376 -0.0779743 6.82664 -0.0418166 6.5989 0.231375L3.87 3.49562L1.1411 0.231375C0.91336 -0.0418166 0.506242 -0.0779743 0.232143 0.149016C-0.0419554 0.376006 -0.0782332 0.781777 0.149511 1.05497L3.02956 4.5L0.149511 7.94503C-0.0782332 8.21822 -0.0419554 8.62399 0.232143 8.85098C0.506242 9.07797 0.91336 9.04182 1.1411 8.76862L3.87 5.50438L6.5989 8.76862C6.82664 9.04182 7.23376 9.07797 7.50786 8.85098C7.78195 8.62399 7.81823 8.21822 7.59049 7.94503L4.71044 4.5L7.59049 1.05497Z" fill="white"/%3E%3C/svg%3E');
3286-
}
3287-
32883293
/*
32893294
* Mobile CLS fix
32903295
*/

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saratoga-design-system",
3-
"version": "2.8.3",
3+
"version": "2.8.4",
44
"scripts": {
55
"build": "npx sass --no-source-map builds:dist",
66
"version": "npm run build && git add -A dist",

0 commit comments

Comments
 (0)