Skip to content

Commit

Permalink
build: compile css
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjcolombini committed Oct 31, 2024
1 parent 4b33763 commit da29e26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
12 changes: 0 additions & 12 deletions assets/css/admin.src.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
main .wp-block-column .office-info {
margin-top: 40px;
margin-left: 10px;
Expand Down Expand Up @@ -46,8 +40,6 @@ main .wp-block-column .office-info h3.phone::before {
background-image: url("../images/office/phone.svg");
}

/* stylelint-disable */
/* stylelint-enable */
.contact-form {
width: 90%;
margin-top: 32px;
Expand Down Expand Up @@ -236,8 +228,6 @@ figure.wp-block-table td {
vertical-align: top;
}

/* stylelint-disable */
/* stylelint-enable */
h1,
h2,
h3,
Expand Down Expand Up @@ -453,8 +443,6 @@ figure.wp-block-table tr:nth-child(2n) {
background-color: #f5f6fa;
}

/* stylelint-disable */
/* stylelint-enable */
.theme-blue main h3 a,
.theme-blue main p a,
.theme-blue main ul a {
Expand Down
11 changes: 5 additions & 6 deletions assets/css/block-editors.src.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/** Only import styles necessary for block editing **/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/** Only import styles necessary for block editing **/
/** Only import styles necessary for block editing **/
#editor {
counter-reset: numbered-section-editor;
}
Expand Down Expand Up @@ -39,8 +39,7 @@
margin-top: -28px;
}

/* stylelint-disable */
/* stylelint-enable */
/** Only import styles necessary for block editing **/
.tile-nav-block-editor .tile, .tile-wrapper .tile {
border-width: 1px;
border-style: solid;
Expand Down Expand Up @@ -128,6 +127,7 @@
}
}

/** Only import styles necessary for block editing **/
.tile-nav-block-editor .tile {
width: 224px;
height: 200px;
Expand Down Expand Up @@ -231,8 +231,6 @@
margin-right: -134px;
}

/* stylelint-disable */
/* stylelint-enable */
main .wp-block-column .office-info {
margin-top: 40px;
margin-left: 10px;
Expand Down Expand Up @@ -273,6 +271,7 @@ main .wp-block-column .office-info h3.phone::before {
background-image: url("../images/office/phone.svg");
}

/** Only import styles necessary for block editing **/
.accordion-section-editor .header-wrapper {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit da29e26

Please sign in to comment.