Skip to content

Commit 6c676b6

Browse files
authored
Merge pull request #110 from SoftStackFactory/103-timeline-styling
103 timeline styling
2 parents 00852e5 + 9acae48 commit 6c676b6

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

src/components/timeline/timeline.scss

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,40 @@ timeline {
113113
}
114114
}
115115
}
116-
.label-md{
117-
margin: 13px 8px -15px 0;
116+
117+
118+
.list-ios > .item-block:last-child, .list-ios > .item-wrapper:last-child .item-block{
119+
border-bottom: none;
120+
}
121+
122+
.list-ios > .item-block:first-child {
123+
border-top: none;
124+
}
125+
126+
.list-ios {
127+
margin: -1px 0 20px !important;
118128
}
119129

130+
131+
120132
&:before {
121133
left: 3% !important;
122134
}
123135
.list, .list-md{
124136
margin-left:3% !important;
125137
}
126138

139+
.item.item-md .checkbox-md {
140+
margin: -6px 14px 8px -35px !important;
141+
padding-left: 4%;
142+
padding-top: 2%;
143+
}
144+
127145
.checkbox-ios {
128146
// position: absolute !important;
129147
margin: -6px 14px 8px -35px !important;
148+
padding-left: 4%;
149+
padding-top: 2%;
130150
}
131151

132152

0 commit comments

Comments
 (0)