scss: remove icons from history bullets (#25329)

This commit is contained in:
Frédéric Péters 2018-07-17 22:34:12 +02:00
parent 1b52b0182a
commit 6e24a922f5
1 changed files with 16 additions and 28 deletions

View File

@ -354,40 +354,28 @@ ul#evolutions li span.item {
box-sizing: border-box;
position: absolute;
text-align: center;
line-height: 36px;
font-family: FontAwesome;
width: 40px;
height: 40px;
width: 31px;
height: 31px;
display: block;
left: 10px;
left: 15px;
border-radius: 20px;
border: 1px solid #888;
top: 20px;
top: 24px;
background: $button-color !important;
color: $button-background !important;
box-shadow: 0 0 0px 5px white;
&::before {
content: "";
display: block;
width: 7px;
height: 7px;
background: $primary-color;
position: relative;
left: 11px;
top: 11px;
border-radius: 5px;
}
}
ul#evolutions li:first-child span.item:before {
content: "\f067"; /* plus */
}
ul#evolutions li.msg-system span.item:before {
content: "\f141"; /* ellipsis-h */
}
ul#evolutions li.endpoint span.item::before {
content: "\f00c"; /* check */
}
ul#evolutions li.endpoint span.item::before {
content: "\f00c"; /* check */
}
ul#evolutions li span.item:before {
content: "\f075"; /* comment */
}
div.dataview {
div.field {
margin-bottom: 1ex;