Skip to content

Commit

Permalink
Asset build.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jun 25, 2024
1 parent 89c5c63 commit f4ebeca
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/color-schemes/blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -8394,6 +8394,17 @@ body label.passive {
body label.block {
display: block;
}
.panel-avatar-privacy.loading .radio {
opacity: 0.5;
pointer-events: none;
}
.panel-avatar-privacy .panel-body legend {
margin-bottom: 1em;
}
.panel-avatar-privacy .panel-body .radio label {
font-weight: normal;
margin-right: 16px;
}
/**shortcodes**/
.callout-list .row {
margin-bottom: 34px;
Expand Down
11 changes: 11 additions & 0 deletions css/color-schemes/green.css
Original file line number Diff line number Diff line change
Expand Up @@ -8394,6 +8394,17 @@ body label.passive {
body label.block {
display: block;
}
.panel-avatar-privacy.loading .radio {
opacity: 0.5;
pointer-events: none;
}
.panel-avatar-privacy .panel-body legend {
margin-bottom: 1em;
}
.panel-avatar-privacy .panel-body .radio label {
font-weight: normal;
margin-right: 16px;
}
/**shortcodes**/
.callout-list .row {
margin-bottom: 34px;
Expand Down
11 changes: 11 additions & 0 deletions css/color-schemes/red.css
Original file line number Diff line number Diff line change
Expand Up @@ -8394,6 +8394,17 @@ body label.passive {
body label.block {
display: block;
}
.panel-avatar-privacy.loading .radio {
opacity: 0.5;
pointer-events: none;
}
.panel-avatar-privacy .panel-body legend {
margin-bottom: 1em;
}
.panel-avatar-privacy .panel-body .radio label {
font-weight: normal;
margin-right: 16px;
}
/**shortcodes**/
.callout-list .row {
margin-bottom: 34px;
Expand Down

0 comments on commit f4ebeca

Please sign in to comment.