hubl/src/scss/_projects.scss

38 lines
699 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 {
2018-04-26 06:20:33 +00:00
background-color: $hd-color-faded;
color: white;
2018-04-26 00:36:18 +00:00
}
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"] {
2018-04-26 06:20:33 +00:00
display: block;
width: 70px;
img {
2018-04-26 00:36:18 +00:00
width: 50px;
}
}
2018-04-23 13:07:58 +00:00
ldp-display-div[name="name"] {
width: 150px;
}
}
}
}