Skip to content

Commit

Permalink
Use SCSS vars so we're more consistent (joomla#41922)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge authored Sep 26, 2023
1 parent d1e0cef commit ad98a64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ body .container-main {
body:not(.contentpane) .main-card {
background: var(--body-bg);
border-radius: $border-radius;
box-shadow: 0 2px 10px -8px var(--template-bg-dark-50);
box-shadow: $atum-box-shadow;
}

.row-selected {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
color: var(--template-text-dark); //#0c192e;
background: $white;
background-image: linear-gradient(var(--toolbar-bg), var(--template-bg-dark-3));
box-shadow: 0 2px 10px -8px var(--template-bg-dark-50);
box-shadow: $atum-box-shadow;

.row {
margin-right: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
}

.j-main-container > & {
box-shadow: 0 2px 10px -8px var(--template-bg-dark-50);
box-shadow: $atum-box-shadow;
}
}

0 comments on commit ad98a64

Please sign in to comment.