Skip to content

Commit

Permalink
Formatting Updates
Browse files Browse the repository at this point in the history
Code style and formatting as well as a few css style tweaks
  • Loading branch information
smg6511 authored and opengeek committed Sep 18, 2024
1 parent 41dd917 commit 96baccf
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 273 deletions.
7 changes: 6 additions & 1 deletion _build/templates/default/sass/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,12 @@ input::-moz-focus-inner {
#modx-snippet-tabs,
#modx-template-tabs,
#modx-tv-tabs .display-switch,
#modx-tv-editor-tabs {
#modx-tv-editor-tabs,
.display-switch {

&.space-before {
margin-top: 0.75rem;
}

.x-form-check-wrap,
.x-fieldset-checkbox-toggle legend,
Expand Down
43 changes: 43 additions & 0 deletions _build/templates/default/sass/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2062,6 +2062,49 @@ iframe[classname="x-hidden"] {
padding: 18px 25px 40px;
}

.x-grid3-row-expanded {
.x-grid3-row-body {
.manager-user-message {
display: flex;
flex-direction: column-reverse;
gap: 1rem;
padding: 0.5rem 0.25rem 0;
border-top: 1px dashed rgba($osloGray, 0.5);
.meta {
display: flex;
flex-direction: row;
row-gap: 0.25rem;
line-height: 1.4;
font: $fontSmall;
font-style: italic;
column-gap: .5rem;
justify-content: space-between;
span {
display: block;
}
}
.body {
flex-grow: 1;
p {
font: $fontMedium;
}
}
}
@include grid-media($gtMobile) {
.manager-user-message {
flex-direction: row-reverse;
.meta {
flex-direction: column;
justify-content: normal;
span {
display: inline;
}
}
}
}
}
}

/* Package browser */
.home-panel ol {
border-top: 1px solid #cacaca;
Expand Down
Loading

0 comments on commit 96baccf

Please sign in to comment.