Skip to content

Commit

Permalink
preparing next update
Browse files Browse the repository at this point in the history
  • Loading branch information
vapvarun committed Jun 18, 2024
1 parent 6e2ccb1 commit 6ccd49c
Show file tree
Hide file tree
Showing 80 changed files with 418 additions and 3,105 deletions.
Empty file modified assets/css/_blocks-style.css
100644 → 100755
Empty file.
Empty file modified assets/css/_blocks.css
100644 → 100755
Empty file.
Empty file modified assets/css/_custom-media.css
100644 → 100755
Empty file.
Empty file modified assets/css/_custom-properties.css
100644 → 100755
Empty file.
Empty file modified assets/css/_elements.css
100644 → 100755
Empty file.
Empty file modified assets/css/_links.css
100644 → 100755
Empty file.
Empty file modified assets/css/_media.css
100644 → 100755
Empty file.
Empty file modified assets/css/_reset.css
100644 → 100755
Empty file.
Empty file modified assets/css/_typography.css
100644 → 100755
Empty file.
80 changes: 79 additions & 1 deletion assets/css/comments.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,82 @@
}


/* stylelint-enable */
/* stylelint-enable */

#comments,
#respond {
margin-top: 42px;
}

#comments>.comment-list,
#comments>#respond {
position: relative;
margin: 1rem 0 30px;
padding: 20px;
list-style: none;
border: 1px solid var(--global-border-color);
border-radius: var(--global-border-radius);
background: var(--color-theme-white-box);
}

.comment-form .comment-form-cookies-consent label {
width: auto;
}

.comment-form-cookies-consent {
display: flex;
align-items: flex-start;
width: 100%;
line-height: 1.4;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
float: left;
width: 33.33%;
padding-right: 15px;
margin-top: 0;
}

@media (max-width: 767px) {
.comment-form-author,
.comment-form-email,
.comment-form-url {
width: 100%;
padding: 0;
}
}

.comment-form-url {
padding-right: 0;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
width: 100%;
box-shadow: none;
height: 50px;
border-radius: var(--form-border-radius);
}

.comment-form textarea {
width: 100%;
min-height: 150px;
border-radius: var(--textarea-border-radius);
}

#respond .comment-form .form-submit {
text-align: left;
margin-bottom: 0;
}

#respond .comment-notes {
background: none;
}

.post-navigation-sub {
font-style: italic;
}
2 changes: 1 addition & 1 deletion assets/css/comments.min.css
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified assets/css/content.css
100644 → 100755
Empty file.
Empty file modified assets/css/content.min.css
100644 → 100755
Empty file.
11 changes: 8 additions & 3 deletions assets/css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,16 @@ body.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper {
/* Breadcrumbs */

.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-breadcrumbs,
.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-topic-status {
background: rgba(255, 255, 255, 0.05);
.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-topic-status,
.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper pre {
background: var(--ld-dark-mode-header-bg);
color: var(--ld-dark-mode-text-secondary);
}

.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-breadcrumbs {
border-radius: 0;
}


/* Tabs */

Expand All @@ -106,7 +111,7 @@ body.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper {
}

.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-tabs .ld-tabs-navigation::after {
background: rgba(255, 255, 255, 0.05);
background: var(--ld-dark-mode-header-bg);
}


Expand Down
Loading

0 comments on commit 6ccd49c

Please sign in to comment.