Skip to content

Commit 08d78b4

Browse files
committed
Some themes icons
1 parent ffda955 commit 08d78b4

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

src/assets/img/index-themes.png

13.9 KB
Loading

src/assets/img/[email protected]

38.7 KB
Loading

src/assets/sass/modules/_layout.scss

+16-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ main .layout-4col-3span {
431431
@include hires-graphic(com/index-features, png, 1600px, 200px);
432432
}
433433

434-
435434
.index-feature-foundations::before {
436435
background-position: 0 0;
437436
}
@@ -508,6 +507,22 @@ main .layout-4col-3span {
508507
background-position: -400px 0;
509508
}
510509

510+
.index-themes h3::before {
511+
@include hires-graphic(com/index-themes, png, 600px, 200px);
512+
}
513+
514+
.index-themes-create::before {
515+
background-position: 0 0;
516+
}
517+
518+
.index-themes-add::before {
519+
background-position: -200px 0;
520+
}
521+
522+
.index-themes-report::before {
523+
background-position: -400px 0;
524+
}
525+
511526
/**
512527
* Showcase section.
513528
*/

0 commit comments

Comments
 (0)