Skip to content

Commit

Permalink
DTM-08
Browse files Browse the repository at this point in the history
  • Loading branch information
XYZenix committed Apr 12, 2024
1 parent e86e1d7 commit f0c65ff
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
25 changes: 24 additions & 1 deletion DTM-08-V2/dtm-08-v2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 28 additions & 1 deletion DTM-08-V2/dtm-08-v2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @source https://github.com/XYZenix/XYZenixThemes/
*/

$themeVersion: "101";
$themeVersion: "102";
$themeDate: "Apr 12, 2024";

@use "sass:color";
Expand Down Expand Up @@ -8229,6 +8229,33 @@ $exportAddons: false;
box-shadow: none !important;
}
}
// autocomplete
.autocomplete__743a5 {
.theme-light & {
background: linear-gradient(var(--d8l2), var(--d8l4));
}
.theme-dark & {
background: linear-gradient(var(--d8d9), var(--d8dA));
box-shadow: inset 0 0 0 1px rgba(0,0,0), inset 0 0 0 2px rgba(255,255,255,.15), 0 1px 4px rgba(0,0,0,.5), 0 2px 8px rgba(0,0,0,.25);
}
.rail_ad1aea {
background: rgba(0,0,0,.15);
.wrapper__45980 {
background: none;
}
.theme-dark & {
box-shadow: inset -1px 0 rgba(0,0,0,.4), 1px 0 rgba(255,255,255,.1);
}
}
.wrapper__91b2c {
.theme-light & {
background: linear-gradient(var(--d8l2), var(--d8l4)) fixed 0 0/cover padding-box;
}
.theme-dark & {
background: linear-gradient(var(--d8d9), var(--d8dA)) fixed 0 0/cover padding-box;
}
}
}


@if $exportAddons {
Expand Down

0 comments on commit f0c65ff

Please sign in to comment.