hubl/src/scss/_projects.scss

34 lines
592 B
SCSS
Raw Normal View History

2018-04-23 13:07:58 +00:00
#projects {
#projects-list {
display: flex;
flex-direction: column;
2018-04-26 00:36:18 +00:00
margin-top: 40px;
2018-04-23 13:07:58 +00:00
ldp-display {
@extend %td;
2018-04-26 00:36:18 +00:00
cursor: pointer;
2018-04-23 13:07:58 +00:00
display: flex;
2018-04-26 00:36:18 +00:00
align-items: center;
height: 65px;
&:hover {
font-weight: bold;
}
2018-04-23 13:07:58 +00:00
ldp-display-div[name="number"] {
width: 50px;
}
2018-04-26 00:36:18 +00:00
ldp-display-client[name="client"] {
&, img {
width: 50px;
}
}
2018-04-23 13:07:58 +00:00
ldp-display-div[name="name"] {
width: 150px;
}
}
}
}