2017-11-06 18:15:53 +01:00
|
|
|
.listRow {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.container { /* stylelint-disable */
|
|
|
|
margin: 0 3.2rem 0 1.9rem ;
|
|
|
|
padding: 0 1.4rem 0 0rem;
|
|
|
|
border-bottom: 1px solid rgba(14,22,34,0.04);
|
|
|
|
color: #333740;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
> div {
|
|
|
|
padding: 0;
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
> div:first-child{
|
|
|
|
padding-left: 1.4rem;
|
|
|
|
}
|
|
|
|
> div:last-child {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex {
|
|
|
|
display: flex;
|
2018-01-25 17:39:56 +01:00
|
|
|
padding-left: 7px;
|
2017-11-14 10:31:18 +01:00
|
|
|
font-weight: 600;
|
2017-11-06 18:15:53 +01:00
|
|
|
text-transform: capitalize;
|
|
|
|
> div:last-child {
|
|
|
|
width: 80%;
|
2018-01-25 17:39:56 +01:00
|
|
|
margin-left: 52px;
|
2017-11-14 10:31:18 +01:00
|
|
|
padding-left: 7px;
|
2017-11-06 18:15:53 +01:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.li {
|
|
|
|
margin-top: 0!important;
|
|
|
|
position: relative;
|
|
|
|
height: 5.4rem;
|
|
|
|
line-height: 5.4rem;
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
|
|
background-color: #F7F8F8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
> div:first-child {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
> div:nth-of-type(2) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-11-28 16:24:28 +01:00
|
|
|
strong {
|
2017-11-14 10:31:18 +01:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
2017-11-28 16:24:28 +01:00
|
|
|
b {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
2017-11-06 18:15:53 +01:00
|
|
|
}
|