Skip to content

Commit

Permalink
REMOVE BEFORE MERGE: Add up to date block assets
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Sep 12, 2018
1 parent 486c5c3 commit 0104e2d
Show file tree
Hide file tree
Showing 4 changed files with 1,524 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ phpcs.xml
# From here on, we only list files that are generated by a build process, ignored in git, but should be present in SVN.
#
## Things we will need in release branches
/_inc/blocks
#/_inc/blocks
/_inc/build
/modules/**/*.min.css
/modules/**/*-rtl.css
Expand Down
92 changes: 92 additions & 0 deletions _inc/blocks/jetpack-editor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
.wp-block-a8c-markdown__placeholder {
opacity: 0.5;
pointer-events: none; }

.wp-block-a8c-markdown__preview p {
min-height: 1.8em;
white-space: pre-wrap; }

.wp-block-a8c-related-posts__preview-items.is-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 10px; }
.wp-block-a8c-related-posts__preview-items.is-grid .wp-block-a8c-related-posts__preview-post {
margin: 0 10px; }

.wp-block-a8c-related-posts__preview-items.columns-3 .wp-block-a8c-related-posts__preview-post {
width: 33.33%; }

.wp-block-a8c-related-posts__preview-items.columns-2 .wp-block-a8c-related-posts__preview-post {
width: 50%; }

.wp-block-a8c-related-posts__preview-post .wp-block-a8c-related-posts__preview-post-link {
font-size: inherit; }

.wp-block-a8c-related-posts__preview-post .wp-block-a8c-related-posts__preview-post-date {
font-style: italic; }

.wp-block-a8c-tiled-gallery .tiled-gallery-square {
clear: both;
margin: 0 0 20px;
overflow: hidden; }

.wp-block-a8c-tiled-gallery .tiled-gallery-image {
margin: 2px !important;
/* Ensure that this value isn't overridden by themes that give content images blanket margins */ }

.wp-block-a8c-tiled-gallery .gallery-group {
float: left;
position: relative; }

.wp-block-a8c-tiled-gallery .gallery-row {
overflow: hidden; }

.wp-block-a8c-tiled-gallery .tiled-gallery-item {
float: left;
margin: 0;
position: relative;
width: inherit;
/* prevents ie8 bug with inline width styles */ }
.wp-block-a8c-tiled-gallery .tiled-gallery-item a {
/* Needs to reset some properties for theme compatibility */
background: transparent;
border: none;
color: inherit;
margin: 0;
padding: 0;
text-decoration: none;
width: auto; }
.wp-block-a8c-tiled-gallery .tiled-gallery-item figure {
margin: 0; }
.wp-block-a8c-tiled-gallery .tiled-gallery-item .tiled-gallery-image,
.wp-block-a8c-tiled-gallery .tiled-gallery-item .tiled-gallery-image:hover {
/* Needs to reset some properties for theme compatibility */
background: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
max-width: 100%;
padding: 0;
vertical-align: middle; }

.wp-block-a8c-tiled-gallery .tiled-gallery-caption {
/* Captions */
background: #eee;
background: rgba(255, 255, 255, 0.8);
color: #333;
font-size: 13px;
font-weight: 400;
overflow: hidden;
padding: 10px 0;
position: absolute;
bottom: 0;
text-indent: 10px;
text-overflow: ellipsis;
width: 100%;
white-space: nowrap; }

.wp-block-a8c-tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
/* Smaller captions */
font-size: 11px; }

Loading

0 comments on commit 0104e2d

Please sign in to comment.