Skip to content

Commit 54680c7

Browse files
author
Aytackydln
committed
css /docs base path
1 parent 7686aa5 commit 54680c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

themes/aurora/assets/scss/elements/_alert.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
height: 24px;
1818
content: " ";
1919
transform: translateY(-50%);
20-
background: url("/img/alert-icons.webp");
20+
background: url('/Docs/img/alert-icons.webp');
2121
background-size: 48px;
2222
}
2323

themes/aurora/assets/scss/elements/_form.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ input, button, .button {
6767
left: 9px;
6868
width: 18px;
6969
height: 18px;
70-
background: url("/img/search-icon.webp");
70+
background: url('/Docs/img/search-icon.webp');
7171
background-size: 18px;
7272
}
7373
}

themes/aurora/assets/scss/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ h1 {
7979
font-family: 'Material Symbols Outlined';
8080
font-style: normal;
8181
font-weight: 400;
82-
src: url('/fonts/MaterialIconsOutlined.woff2') format('woff2');
82+
src: url('/Docs/fonts/MaterialIconsOutlined.woff2') format('woff2');
8383
font-display: block;
8484
}
8585

0 commit comments

Comments
 (0)