Skip to content

Commit 61e2d26

Browse files
2.8.10
1 parent 25f6c11 commit 61e2d26

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed

dist/saratoga.css

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,23 @@ hr {
264264
display: block;
265265
}
266266

267+
.button-close {
268+
background-color: var(--media-background-color);
269+
padding: 10px;
270+
}
271+
272+
.button-close::before {
273+
content: "";
274+
display: block;
275+
width: 15px;
276+
height: 15px;
277+
cursor: pointer;
278+
background-color: var(--text-color);
279+
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.19px" height="13.19px" viewBox="0 0 13.18 13.18"><path d="M12.89 0.3c-.39-.39-1.02-.39-1.41 0L6.59 5.18 1.7 0.29c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L5.18 6.59 0.29 11.48c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L6.59 8l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L8 6.59l4.89-4.89c.38-.38.38-1.02 0-1.4z"/></svg>');
280+
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.19px" height="13.19px" viewBox="0 0 13.18 13.18"><path d="M12.89 0.3c-.39-.39-1.02-.39-1.41 0L6.59 5.18 1.7 0.29c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L5.18 6.59 0.29 11.48c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L6.59 8l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L8 6.59l4.89-4.89c.38-.38.38-1.02 0-1.4z"/></svg>');
281+
mask-size: cover;
282+
}
283+
267284
/**
268285
* Color schemes
269286
*/
@@ -2099,12 +2116,12 @@ html.msb .masthead {
20992116
#zone-el-2.sticky-leaderboard {
21002117
position: fixed;
21012118
z-index: 98;
2102-
width: 100vw;
2119+
width: 100%;
21032120
height: 106px;
21042121
overflow: hidden;
21052122
}
21062123

2107-
#zone-el-2.sticky-leaderboard > * {
2124+
#zone-el-2.sticky-leaderboard > div {
21082125
padding: 8px 0;
21092126
}
21102127

@@ -2115,14 +2132,9 @@ html.msb .masthead {
21152132
}
21162133
}
21172134
#sticky_ad_close {
2118-
position: fixed;
2135+
position: absolute;
2136+
top: 0;
21192137
right: 0;
2120-
z-index: 99;
2121-
width: 20px;
2122-
padding-left: 10px;
2123-
background-color: var(--media-background-color);
2124-
cursor: pointer;
2125-
--fill-color: var(--black);
21262138
}
21272139

21282140
/**

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.9",
3+
"version": "2.8.10",
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)