Skip to content

Commit 5727612

Browse files
2.8.6
1 parent eb75ad2 commit 5727612

File tree

3 files changed

+5
-109
lines changed

3 files changed

+5
-109
lines changed

dist/saratoga.css

Lines changed: 2 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -3493,67 +3493,7 @@ custom-digest {
34933493
font-family: "Noto Sans", sans-serif;
34943494
}
34953495

3496-
.viafoura p,
3497-
.viafoura .all-comments p,
3498-
.viafoura p.vf-primary-text,
3499-
.viafoura .vf-post-name-button__username,
3500-
.viafoura nav.vf-tabbed-nav .vf-nav-label .vf-label-text,
3501-
.viafoura .vf-dropdown-button__text {
3502-
font-size: 16px;
3503-
}
3504-
3505-
.viafoura .vf-follow-button__text,
3506-
.viafoura .vf-post-name-button__username,
3507-
.viafoura h2.vf-subheading-text,
3508-
.viafoura time.vf-label {
3509-
font-size: 14px;
3510-
}
3511-
3512-
.viafoura h2.vf-heading-text {
3513-
font-family: "Noto Sans", sans-serif;
3514-
font-size: 20px;
3515-
font-weight: 700;
3516-
}
3517-
3518-
.viafoura button.vf-follow-button.vf-button[data-v-632eed25] {
3519-
padding: 5px 10px;
3520-
}
3521-
3522-
.viafoura span.vf-follow-button__visible-text[data-v-25cf7183] {
3523-
position: relative;
3524-
}
3525-
3526-
.viafoura .vf-follow-button__hidden-text[data-v-25cf7183] {
3527-
display: none;
3528-
}
3529-
3530-
.viafoura #commentingIntro,
3531-
.viafoura .v3-comments__post-form {
3532-
border-top: 1px solid #ECEEF2;
3533-
margin: 20px 0;
3534-
padding-top: 20px;
3535-
}
3536-
3537-
.viafoura .vf-tabbed-nav .vf-label-text,
3538-
.viafoura .vf-tabbed-nav .vf-nav-tab-button__text[data-v-5517aee9],
3539-
.viafoura .vf-dropdown-button__text,
3540-
.viafoura .vf-post-name-button__username {
3541-
font-weight: 700;
3542-
text-transform: uppercase;
3543-
}
3544-
3545-
.viafoura .vf-nav-tab-button--inside-dropdown[data-v-5517aee9] {
3546-
align-items: center;
3547-
}
3548-
3549-
.viafoura div.vf3-comments__tabbed-nav__right[data-v-66fa0041] {
3550-
justify-content: space-between;
3551-
width: 100%;
3552-
margin-left: 0;
3553-
}
3554-
3555-
.viafoura .vf3-comments__bottom-action .vf-load-more.vf-label-text button.vf-button.vf-load-more__button.vf-loader-button,
3556-
.viafoura button.big.button {
3496+
.viafoura .vf3-comments__bottom-action .vf-load-more.vf-label-text button.vf-button.vf-load-more__button.vf-loader-button, .viafoura button.big.button {
35573497
background-color: var(--black);
35583498
color: white;
35593499
font: 700 16px/24px "Noto Sans", sans-serif;
@@ -3563,53 +3503,9 @@ custom-digest {
35633503

35643504
.viafoura .vf3-comments__bottom-action .vf-load-more.vf-label-text button.vf-button.vf-load-more__button.vf-loader-button:hover,
35653505
.viafoura button.big.button:hover {
3566-
color: #B0CBFF;
3567-
}
3568-
3569-
.viafoura .vf-secondary-text,
3570-
.viafoura .vf-comments-trending-articles[data-v-1e6aff7f] h2.vf-trending-articles__header {
3571-
font-size: 14px;
3572-
font-weight: 400;
3573-
}
3574-
3575-
.viafoura div.vf-post-form__new-content[data-v-45fba7ae] {
3576-
margin-bottom: 20px;
3577-
padding: 0;
3578-
}
3579-
3580-
.viafoura div.vf-content-layout[data-v-2396f95c] {
3581-
padding: 20px 0;
3582-
}
3583-
3584-
.viafoura .vf-button.is-size-tiny {
3585-
padding: 5px 10px;
3586-
}
3587-
3588-
.viafoura .vf-content-focus-container--default {
3589-
padding: 5px 0;
3590-
}
3591-
3592-
.viafoura .vf3-conversations-list--comments[data-v-5ce821cf] .vf3-conversations-list--comments--list {
3593-
margin: 0;
3594-
}
3595-
3596-
.viafoura .vf-actions-authentication,
3597-
.viafoura .vf-post-form__new-content .vf-content-layout__right::before,
3598-
.viafoura .vf-post-form__new-content .vf-content-layout__right::after,
3599-
.viafoura div.vf-top-comments-info-trigger__container[data-v-e15d4864],
3600-
.viafoura .vf-client-settings-button-logout {
3601-
display: none;
3506+
color: white;
36023507
}
36033508

3604-
@media (max-width: 480px) {
3605-
.viafoura header.vf-comment-header[data-v-ddad5b80] {
3606-
align-items: flex-start;
3607-
flex-direction: column;
3608-
}
3609-
.viafoura .vf-comment-header .vf-comment-header__actions {
3610-
align-items: start;
3611-
}
3612-
}
36133509
.impact2020 .kicker {
36143510
color: white;
36153511
background-color: #373737;

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