Skip to content

Commit aa77c94

Browse files
committed
fix(*): Adding missing layout.css
1 parent 0cc6a71 commit aa77c94

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

samples/layouts/tile-manager/actions/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22
import ReactDOM from "react-dom/client";
33
import "./index.css";
4+
import "./layout.css";
45
import { IgrTileManager, IgrTile, IgrIconButton, registerIconFromText } from "igniteui-react";
56
import "igniteui-webcomponents/themes/light/bootstrap.css";
67

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
igc-tile-manager {
2+
margin-bottom: 5px;
3+
}
4+
5+
igc-tile:nth-child(n + 3):nth-child(-n + 4)::part(actions) {
6+
padding: 13px 16px;
7+
}
8+
9+
igc-tile:nth-child(n+3)::part(header) {
10+
padding: 0px;
11+
}
12+
13+
igc-tile:nth-child(5)::part(header) {
14+
padding: 18px 0 18px 0;
15+
}
16+
17+
p, igc-tile:nth-child(3) h3, igc-tile:nth-child(5) h3 {
18+
margin-left: 20px;
19+
}
20+
21+
igc-tile:nth-last-child(1) p {
22+
margin-top: 30px;
23+
}

0 commit comments

Comments
 (0)