Skip to content

Commit

Permalink
Asset build.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jun 24, 2024
1 parent 6c0a678 commit 0c37fb7
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 1 deletion.
20 changes: 20 additions & 0 deletions css/color-schemes/blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -7873,6 +7873,12 @@ body .font-size.font-18 {
body.js .group-creator-empty-row {
display: none;
}
body .portfolio-profile-link-wrapper {
margin-top: 32px;
}
body .portfolio-profile-link-wrapper label {
font-weight: 600;
}
body .group-creators-section {
margin-bottom: 20px;
margin-top: 20px;
Expand Down Expand Up @@ -9183,6 +9189,20 @@ body form .checkbox-list-container {
color: #333333;
text-decoration: none;
}
.portfolio-profile-link-toggle-wrapper {
align-items: flex-start;
display: flex;
gap: 8px;
margin-left: 5%;
padding-bottom: 10px;
}
.portfolio-profile-link-toggle-wrapper label {
display: block;
font-weight: normal;
font-size: 12px;
padding-top: 3px;
margin-bottom: 0;
}
.mobile-group-site-links {
margin-top: 30px;
}
Expand Down
20 changes: 20 additions & 0 deletions css/color-schemes/green.css
Original file line number Diff line number Diff line change
Expand Up @@ -7873,6 +7873,12 @@ body .font-size.font-18 {
body.js .group-creator-empty-row {
display: none;
}
body .portfolio-profile-link-wrapper {
margin-top: 32px;
}
body .portfolio-profile-link-wrapper label {
font-weight: 600;
}
body .group-creators-section {
margin-bottom: 20px;
margin-top: 20px;
Expand Down Expand Up @@ -9183,6 +9189,20 @@ body form .checkbox-list-container {
color: #333333;
text-decoration: none;
}
.portfolio-profile-link-toggle-wrapper {
align-items: flex-start;
display: flex;
gap: 8px;
margin-left: 5%;
padding-bottom: 10px;
}
.portfolio-profile-link-toggle-wrapper label {
display: block;
font-weight: normal;
font-size: 12px;
padding-top: 3px;
margin-bottom: 0;
}
.mobile-group-site-links {
margin-top: 30px;
}
Expand Down
20 changes: 20 additions & 0 deletions css/color-schemes/red.css
Original file line number Diff line number Diff line change
Expand Up @@ -7873,6 +7873,12 @@ body .font-size.font-18 {
body.js .group-creator-empty-row {
display: none;
}
body .portfolio-profile-link-wrapper {
margin-top: 32px;
}
body .portfolio-profile-link-wrapper label {
font-weight: 600;
}
body .group-creators-section {
margin-bottom: 20px;
margin-top: 20px;
Expand Down Expand Up @@ -9183,6 +9189,20 @@ body form .checkbox-list-container {
color: #333333;
text-decoration: none;
}
.portfolio-profile-link-toggle-wrapper {
align-items: flex-start;
display: flex;
gap: 8px;
margin-left: 5%;
padding-bottom: 10px;
}
.portfolio-profile-link-toggle-wrapper label {
display: block;
font-weight: normal;
font-size: 12px;
padding-top: 3px;
margin-bottom: 0;
}
.mobile-group-site-links {
margin-top: 30px;
}
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define( 'OPENLAB_VERSION', '1.5.1-1704914890861' );
define( 'OPENLAB_VERSION', '1.5.1-1719259269597' );

if ( ! defined( 'CSS_DEBUG' ) ) {
define( 'CSS_DEBUG', false );
Expand Down

0 comments on commit 0c37fb7

Please sign in to comment.