Skip to content

Commit 4fc2fcd

Browse files
committed
feat(unity-bootstrap-theme): changed margin and padding for List
UDS-2027
1 parent 41d6d16 commit 4fc2fcd

File tree

1 file changed

+2
-5
lines changed
  • packages/unity-bootstrap-theme/src/scss/extends

1 file changed

+2
-5
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_list.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
--list-max-width: 43.75rem;
55
--list-padding-top: 0;
66
--list-padding-right: 0;
7-
--list-padding-bottom: 3rem;
7+
--list-padding-bottom: 0;
88
--list-padding-left: 3rem;
99
--list-list-style: none;
1010
--li-before-line-height: 1.5rem;
1111

1212
li {
13-
margin-bottom: 1rem;
13+
margin-bottom: 1.5rem;
1414
position:relative;
15-
&:last-of-type {
16-
margin-bottom: 0rem;
17-
}
1815
}
1916

2017
/* Apply CSS vars */

0 commit comments

Comments
 (0)