Skip to content

Commit 5107862

Browse files
2.8.14
1 parent 6539505 commit 5107862

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

dist/saratoga.css

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ hr {
272272
.button-close::before {
273273
content: "";
274274
display: block;
275-
width: 15px;
276-
height: 15px;
275+
width: 13.19px;
276+
height: 13.19px;
277277
cursor: pointer;
278278
background-color: var(--text-color);
279279
-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>');
@@ -2311,6 +2311,24 @@ html.msb .masthead {
23112311
margin: 0;
23122312
}
23132313

2314+
.blog-branding .teaser {
2315+
display: flex;
2316+
align-items: center;
2317+
flex-wrap: wrap;
2318+
gap: 10px;
2319+
}
2320+
2321+
.blog-branding .blog-brand-img {
2322+
width: 40px;
2323+
height: 40px;
2324+
border-radius: 50%;
2325+
}
2326+
2327+
.blog-branding .teaser .title {
2328+
font-size: 18px;
2329+
font-family: var(--serif);
2330+
}
2331+
23142332
/**
23152333
* Opinion changes
23162334
*/

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