Skip to content

Commit

Permalink
Merge branch 'update/1.2.1' of https://github.com/lightspeedwp/lsx-de…
Browse files Browse the repository at this point in the history
…sign into update/1.2.1
  • Loading branch information
krugazul committed Jan 8, 2024
2 parents 9c2d124 + 90e73e9 commit 2584fc3
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 22 deletions.
6 changes: 3 additions & 3 deletions assets/css/blocks/paragraph.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ p.is-style-dark-content-box{padding:20px; border:1px solid;border-color: curren

p.is-style-subheading-1{
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--large);
font-size: var(--wp--preset--font-size--large)!important;
font-weight: var(--wp--custom--font-weight--medium);
line-height: 1.5;
}
p.is-style-subheading-2{
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--medium);
font-size: var(--wp--preset--font-size--medium)!important;
font-weight: var(--wp--custom--font-weight--medium);
line-height: 1.5;
}
p.is-style-subheading-3{
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--small);
font-size: var(--wp--preset--font-size--small)!important;
font-weight: var(--wp--custom--font-weight--medium);
line-height: 1.5;
}
10 changes: 5 additions & 5 deletions assets/css/faq/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.wp-block-yoast-faq-block .schema-faq-section{
border:1px solid #127eff;
border:1px solid var(--wp--preset--color--secondary);
margin-bottom:20px;
background-color:#fdfeff
}
Expand All @@ -20,7 +20,7 @@
display:block
}
.wp-block-yoast-faq-block .schema-faq-question.faq-q-open{
border-bottom:1px solid #127eff
border-bottom:1px solid var(--wp--preset--color--secondary);
}
.wp-block-yoast-faq-block .schema-faq-question:after{
content:"+";
Expand All @@ -36,18 +36,18 @@
font-weight:700;
color:#000;
font-size:40px;
color:#127eff;
color:var(--wp--preset--color--secondary);
}
.wp-block-yoast-faq-block .schema-faq-question.faq-q-open:after{
content:"-"
}
.wp-block-yoast-faq-block p.schema-faq-answer{
margin:0;
padding:12px;
background-color:#127eff;
background-color:var(--wp--preset--color--secondary);
font-size:18px!important;
line-height:1.4!important;
border-bottom:1px solid #127eff;
border-bottom:1px solid var(--wp--preset--color--secondary);
display:none;
color:#fff!important;
}
18 changes: 15 additions & 3 deletions assets/css/tec/archive-events.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ body .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
}

/* HEADER */
.tribe-events-header {
margin-top: 120px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
border: none !important;
}
Expand Down Expand Up @@ -218,6 +215,21 @@ body .tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-e
color: var(--wp--preset--color--contrast);
}

body .tribe-events .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option{
padding: 4px 0 4px 20px;
font-size: var(--wp--preset--font-size--x-small);
font-weight: var(--wp--custom--font-weight--medium);
}

body .tribe-events .tribe-filter-bar .tribe-filter-bar-c-filter__toggle-text{
font-size: var(--wp--preset--font-size--x-small);
font-weight: var(--wp--custom--font-weight--medium);
}

body .tribe-events .select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: var(--wp--preset--color--quaternary);
}

body .tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
font-family: var(--wp--preset--font-family--primary);
font-weight: var(--wp--custom--font-weight--medium);
Expand Down
58 changes: 58 additions & 0 deletions assets/css/wpjm/wpjm.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
body .job_filters .search_jobs input[type="button"],body .job_filters .search_jobs input[type="submit"]{
background-color: var(--wp--preset--color--secondary);
border-radius: 0;
cursor: pointer;
border-width: 0;
color: var(--wp--preset--color--base)!important;
font-family: inherit;
font-size: var(--wp--preset--font-size--x-small);
font-weight: 700;
line-height: inherit;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
text-decoration: none;
}

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button{
background-color: var(--wp--preset--color--secondary);
border-radius: 0;
cursor: pointer;
border-width: 0;
color: var(--wp--preset--color--base)!important;
font-family: inherit;
font-size: var(--wp--preset--font-size--small);
font-weight: 700;
line-height: inherit;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 20px;
padding-right: 60px;
padding-bottom: 20px;
padding-left: 60px;
text-decoration: none;
}

body .job_filters .search_jobs input[type="submit"]:hover, .job-manager-application-wrapper .application .application_button:hover, .single_job_listing .application .application_button:hover {
background-color: var(--wp--preset--color--septenary);
color: var(--wp--preset--color--base)!important;
}
body .job_filters .search_jobs input{
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--small);
font-weight: var(--wp--custom--font-weight--regular);
line-height: var(--wp--custom--line-height--body);
}

body .job_filters .search_jobs input[type="text"], body .job_filters .search_jobs textarea{
padding:5px;
}

.rp4wp-related-job_listing>ul li.job_listing, .rp4wp-related-job_listing>ul li.no_job_listings_found, ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found{border-bottom: 1px solid #bababa;}
19 changes: 8 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -443,18 +443,15 @@ text-decoration: none;cursor: pointer;}
.nf-field-container {
margin-bottom: 10px;
}
/* Footer --------------------------------------------- */
footer .has-contrast-background-color a:not(.wp-element-button){
color:#fff;
}
footer .has-contrast-background-color a:not(.wp-element-button):hover{
color: var(--wp--preset--color--secondary)!important;
}
footer .has-contrast-background-color .wp-block-social-links:not(.is-style-logos-only) footer .has-contrast-background-color .wp-block-social-links .wp-social-link a{
color:#000!important;

#ui-datepicker-div{
background-color: #fff;
box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
padding:8px;
}
footer ul{list-style: none;}
footer ul li{margin-left: 0!important;}
/* Footer --------------------------------------------- */


footer .wp-block-site-title:before {
content:"\00a9";
}
Expand Down

0 comments on commit 2584fc3

Please sign in to comment.