papercss/src/content/_lists.scss

64 lines
854 B
SCSS
Raw Normal View History

2017-12-19 17:52:33 +01:00
ol {
list-style-type: decimal;
2018-05-24 14:13:53 +02:00
2017-12-19 17:52:33 +01:00
ol {
list-style-type: upper-alpha;
2018-05-24 14:13:53 +02:00
2017-12-19 17:52:33 +01:00
ol {
list-style-type: upper-roman;
2018-05-24 14:13:53 +02:00
2017-12-19 17:52:33 +01:00
ol {
list-style-type: lower-alpha;
2018-05-24 14:13:53 +02:00
2017-12-19 17:52:33 +01:00
ol {
list-style-type: lower-roman;
}
}
}
}
}
2017-12-19 17:52:52 +01:00
2017-12-19 17:52:33 +01:00
ul {
2018-05-24 14:13:53 +02:00
@include li-bullet('-');
2017-12-19 17:52:33 +01:00
list-style: none;
margin-left: 0;
2018-05-24 14:13:53 +02:00
2017-12-19 17:52:33 +01:00
li {
text-indent: -7px;
2018-09-24 16:46:33 +02:00
.badge,
[popover-bottom]::after,
[popover-left]::after,
[popover-right]::after,
[popover-top]::after {
text-indent: 0;
}
2018-05-24 14:13:53 +02:00
&::before {
2017-12-19 17:52:33 +01:00
left: -7px;
2018-05-24 14:13:53 +02:00
position: relative;
2017-12-19 17:52:33 +01:00
}
}
2018-05-24 14:13:53 +02:00
2017-12-19 17:52:33 +01:00
ul {
2018-05-24 14:13:53 +02:00
@include li-bullet('+');
2017-12-19 17:52:33 +01:00
ul {
2018-05-24 14:13:53 +02:00
@include li-bullet('~');
2017-12-19 17:52:33 +01:00
ul {
2018-05-24 14:13:53 +02:00
@include li-bullet('');
2017-12-19 17:52:33 +01:00
ul {
2018-05-24 14:13:53 +02:00
@include li-bullet('');
2017-12-19 17:52:33 +01:00
}
}
}
}
2018-05-24 14:13:53 +02:00
2017-12-19 17:52:52 +01:00
&.inline li {
display: inline;
2017-12-19 17:52:33 +01:00
margin-left: 5px;
}
}