Skip to content

Commit

Permalink
12.0.1
Browse files Browse the repository at this point in the history
- Changed the styling of large Blockquote
  • Loading branch information
hrsetyono committed Jan 7, 2022
1 parent b80ec02 commit cd4bb85
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 198 deletions.
2 changes: 1 addition & 1 deletion assets/dist/gutenberg.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '948c4a1ca24877b7bfef685f29a38f66');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'e2154a5c84304807914744380626331d');
2 changes: 1 addition & 1 deletion assets/dist/gutenberg.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/dist/my-editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '9472c02c969333cf090febad7da6bc13');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '8f5fce325d984231b4ded4d997998cb4');
2 changes: 1 addition & 1 deletion assets/dist/my-editor.css

Large diffs are not rendered by default.

50 changes: 29 additions & 21 deletions assets/sass/gutenberg/_text.sass
Original file line number Diff line number Diff line change
Expand Up @@ -214,27 +214,6 @@ h1, h2, h3, h4, h5, h6
display: block
font-size: var(--sFontSize)
color: var(--textDim)

&.is-style-large
padding-top: 1rem
padding-bottom: 1rem
margin-top: 2.5rem
margin-bottom: 2.5rem
border-left: none
border-top: 3px solid var(--text)
border-bottom: 3px solid var(--text)

font-size: var(--h4Size)
text-align: center

&::after
left: 0
right: 0
margin-right: auto
margin-left: auto
width: 3rem
transform: translateY(-50%)


&.has-text-align-right
border-left: none
Expand All @@ -255,6 +234,35 @@ h1, h2, h3, h4, h5, h6
transform: translateX(-50%)



.wp-block-quote.is-style-large
padding-top: 1rem
padding-bottom: 1rem
margin-top: 2.5rem
margin-bottom: 2.5rem
border-left: none
border-right: none
border-top: 3px solid var(--textDim)
border-bottom: 3px solid var(--textDim)

font-size: var(--h5Size)

&::before,
&::after
display: none

cite
text-align: right
font-size: var(--sFontSize)

&.has-text-align-center cite
text-align: center

&.has-text-align-right cite
text-align: left



///// TABLE
.wp-block-table
Expand Down
20 changes: 17 additions & 3 deletions assets/sass/my-editor.sass
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,27 @@

.wp-block-quote.is-style-large
padding: 1rem 0
border-top: 3px solid var(--text)
border-bottom: 3px solid var(--text)
text-align: center
border-top: 3px solid var(--textDim)
border-bottom: 3px solid var(--textDim)
font-size: var(--h5Size)

&::before
display: none

p
font-size: 1em
font-style: normal

cite
text-align: right
font-size: var(--sFontSize)

&.has-text-align-center cite
text-align: center

&.has-text-align-right cite
text-align: left


///// TABLE
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: Edje Basic Theme
Author: Pixel Studio
Author URI: https://pixelstudio.id
Description: Boilerplate WordPress theme to be used alongside Edje WP Library
Version: 12.0.0
Version: 12.0.1
Tags: private theme, edje, acf, woocomemrce, custom-menu, editor-style
*/

Expand Down
10 changes: 0 additions & 10 deletions views-shop/_cart-button.twig

This file was deleted.

5 changes: 0 additions & 5 deletions views-shop/_cart-cross-sells.twig

This file was deleted.

16 changes: 0 additions & 16 deletions views-shop/_categories.twig

This file was deleted.

17 changes: 0 additions & 17 deletions views-shop/_nav-extra.twig

This file was deleted.

33 changes: 0 additions & 33 deletions views-shop/_products.twig

This file was deleted.

21 changes: 0 additions & 21 deletions views-shop/archive.twig

This file was deleted.

16 changes: 0 additions & 16 deletions views-shop/shop.twig

This file was deleted.

51 changes: 0 additions & 51 deletions views-shop/single.twig

This file was deleted.

0 comments on commit cd4bb85

Please sign in to comment.