Skip to content

Commit

Permalink
Merge pull request #43 from tomusborne/release/1.3.0
Browse files Browse the repository at this point in the history
Release/1.3.0
  • Loading branch information
tomusborne authored Jan 13, 2021
2 parents 5e53fe1 + 6c6d06e commit 8ddc813
Show file tree
Hide file tree
Showing 79 changed files with 920 additions and 766 deletions.
22 changes: 3 additions & 19 deletions assets/css/dashboard.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
h1.gblocks-logo {
display: flex;
align-items: center;
justify-content: center;
}

.gblocks-version {
font-size: 10px;
padding: 2px 5px;
background: rgba(0,0,0,0.1);
display: block;
margin-left: 5px;
margin-bottom: 2px;
font-weight: normal;
border-radius: 2px;
}

.gblocks-sub-navigation {
display: flex;
justify-content: center;
Expand All @@ -27,10 +10,11 @@ h1.gblocks-logo {

.gblocks-dashboard-intro-content {
padding: 60px;
font-size: 22px;
font-size: 30px;
line-height: 1.8;
text-align: center;
margin: 0 auto;
max-width: 700px;
}

.gblocks-dashboard-intro-image {
Expand Down Expand Up @@ -77,7 +61,7 @@ h1.gblocks-logo {

.gblocks-block p {
font-size: 15px;
margin: 0 0 2em;
margin: 0 0 1em;
}

.gblocks-button {
Expand Down
Binary file removed assets/images/add-blocks.png
Binary file not shown.
73 changes: 0 additions & 73 deletions assets/images/gb-logo-black.svg

This file was deleted.

2 changes: 1 addition & 1 deletion dist/blocks.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-element', 'wp-polyfill'), 'version' => '1b23ceac6c833a59d95adc4151f9f245');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-richText'), 'version' => '1488a4e3bac7119b1f9f62f7464826b0');
Loading

0 comments on commit 8ddc813

Please sign in to comment.