49 lines
773 B
SCSS
Raw Normal View History

2018-02-16 17:19:57 +01:00
.liWrapper {
2018-02-19 13:10:35 +01:00
height: 54px;
background-color: #fff;
padding-top: 5px;
cursor: pointer;
2018-02-16 17:19:57 +01:00
}
.liContainer {
display: flex;
2018-02-19 13:10:35 +01:00
height: 100%;
2018-02-16 17:19:57 +01:00
margin-left: 32px;
margin-right: 32px;
2018-02-19 13:10:35 +01:00
line-height: 54px;
border-bottom: 1px solid rgba(14,22,34,0.04);
2018-02-16 17:19:57 +01:00
> div:first-child {
min-width: 53px;
}
> div:nth-child(2) {
min-width: 80px;
}
> div:nth-child(3) {
min-width: 148px;
}
> div:nth-child(4) {
min-width: 221px;
}
> div:nth-child(5) {
min-width: 184px;
> span {
&:after {
content: '\f0d8';
margin-left: 10px;
font-family: 'FontAwesome';
}
}
}
> div:nth-child(6) {
min-width: 100px;
}
> div:nth-child(7) {
min-width: 114px;
}
}
2018-02-19 13:10:35 +01:00
.liIconContainer {
font-size: 20px;
}