Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jan 25, 2021
1 parent 546238e commit d106ba7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.block-directory-downloadable-block-list-item {
padding: $grid-unit-20;
padding: $grid-unit-15;
width: 100%;
height: auto;
text-align: left;
Expand Down Expand Up @@ -45,20 +45,20 @@

.block-directory-downloadable-block-list-item__title {
display: block;
margin-bottom: $grid-unit-10;
font-weight: bold;
}

.block-directory-downloadable-block-list-item__author {
margin-top: $grid-unit-10;
color: $gray-700;
display: block;
margin-top: $grid-unit-05;
font-weight: normal;
}

.block-directory-downloadable-block-list-item__desc {
display: block;
margin-top: $grid-unit-10;
grid-column-start: 1;
grid-column-end: span 2;
color: $gray-900;

&.is-error {
color: $alert-red;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,15 @@
}
}

.block-directory-downloadable-blocks-panel__header {
margin: $grid-unit-20 0;
}

.block-directory-downloadable-blocks-panel__title {
margin: 0 $grid-unit-15 0 0;
color: $gray-700;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
margin: 0 0 $grid-unit-05;
font-size: 14px;
}

.block-directory-downloadable-blocks-panel__description {
margin-top: 0;
}

.block-directory-downloadable-blocks-panel button {
margin-top: $grid-unit-10;
margin-top: $grid-unit-05;
}

0 comments on commit d106ba7

Please sign in to comment.