Skip to content

Commit 2bfc6ff

Browse files
authored
Add CSS styles for My Mentioned Items widget
1 parent 4ae3087 commit 2bfc6ff

File tree

1 file changed

+15
-0
lines changed
  • Modern Development/Service Portal Widgets/My Mentioned Items

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
list css to show border-bottom and padding.
3+
*/
4+
li{
5+
padding: 1.2rem 0;
6+
border-bottom: .1rem solid #DADDE2;
7+
list-style:none;
8+
}
9+
10+
/*
11+
set background color of widget to white.
12+
*/
13+
.main-cont{
14+
background:#ffffff;
15+
}

0 commit comments

Comments
 (0)