Skip to content

Commit a1709d2

Browse files
2.8.8
1 parent a18d98e commit a1709d2

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

dist/saratoga.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,17 @@ hr {
249249
border: none;
250250
}
251251

252+
.button.vertical-video {
253+
--button-background-color: #365FCA;
254+
display: inline-flex;
255+
align-items: center;
256+
gap: 8px;
257+
margin: var(--space) 0;
258+
padding: 8px 10px;
259+
font-size: 12px;
260+
text-transform: none;
261+
}
262+
252263
.button > img {
253264
display: block;
254265
}

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