-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from lightspeedwp/update-1.4
LSX Design 1.4.0
- Loading branch information
Showing
19 changed files
with
201 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,5 @@ templates/.DS_Store | |
assets/.DS_Store | ||
.DS_Store | ||
.DS_Store | ||
.DS_Store | ||
assets/css/.DS_Store |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.wp-block-group.is-style-col-seperator{border-right:1px solid #000;} | ||
.wp-block-group.is-style-col-seperator:last-child{border-right:0px solid #000;} | ||
|
||
.wp-block-group.is-style-shadow-xsm{box-shadow: var(--wp--preset--shadow--xsmall);} | ||
.wp-block-group.is-style-shadow-sm{box-shadow: var(--wp--preset--shadow--small);} | ||
.wp-block-group.is-style-shadow-m{box-shadow: var(--wp--preset--shadow--md);} | ||
.wp-block-group.is-style-shadow-l{box-shadow: var(--wp--preset--shadow--lg);} | ||
.wp-block-group.is-style-shadow-xl{box-shadow: var(--wp--preset--shadow--xlg);} | ||
.wp-block-group.is-style-shadow-h{box-shadow: var(--wp--preset--shadow--huge);} | ||
|
||
@media screen and (max-width:990px) { | ||
.wp-block-group.is-style-col-seperator{border-right:0px solid #000!important;} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* Separator | ||
--------------------------------------------- */ | ||
.is-style-square.wp-block-query-pagination{ | ||
gap: 0rem!important; justify-content: center!important; | ||
} | ||
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:0!important;} | ||
.is-style-square.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current{border-radius: 0px!important;} | ||
|
||
.is-style-square.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {border-radius: 0px!important; | ||
padding: 10px 20px!important;} | ||
|
||
.is-style-square.wp-block-query-pagination >.wp-block-query-pagination-previous{ | ||
margin-bottom: 0; | ||
border: 1px solid; | ||
padding: 10px 40px!important; | ||
border-right:0; | ||
margin-right:0!important; | ||
} | ||
|
||
.is-style-square.wp-block-query-pagination >.wp-block-query-pagination-next{ | ||
margin-bottom: 0; | ||
border: 1px solid; | ||
border-left:0; | ||
padding: 10px 40px!important; | ||
} | ||
|
||
@media (max-width:599px) { | ||
.is-style-square.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers { | ||
font-size:13px!important; | ||
padding: 10px 8px!important;border-left: 0 !important;} | ||
|
||
.is-style-square.wp-block-query-pagination .wp-block-query-pagination-previous{ | ||
padding: 10px 5px!important;font-size:13px!important; | ||
} | ||
|
||
.is-style-square.wp-block-query-pagination .wp-block-query-pagination-next{ | ||
padding: 10px 8px!important;font-size:13px!important; | ||
} | ||
|
||
header .wp-block-social-links.has-small-icon-size{gap:4px!important;} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.