scrive
Version:
ERROR: No README.md file found!
62 lines (50 loc) • 1.04 kB
CSS
.home {
display: flex;
flex-flow: column;
align-items: center; }
.home .open-request-button {
border: 1px solid grey;
padding: 60px 60px;
margin: 70px; }
.standin-row {
border-bottom: 1px solid grey; }
.home table img, .standin-detail img {
border-radius: 50%;
width: 100px;
background: #eaeaea;
height: 100px; }
.home .reviews-table img {
width: 50px;
height: 50px; }
.standin-price {
border: 1px solid green;
border-radius: 5px;
color: green; }
.angular-with-newlines {
white-space: pre-wrap; }
.filter-container {
display: flex;
flex-flow: row;
justify-content: space-between;
width: 100%; }
.standin-table {
margin-left: auto;
margin-right: auto;
margin-top: 15px;
}
/*.standin-table tr:hover {
background-color: #E0E1DF;
}*/
.open-request-button.clickable:hover {
background-color: #E0E1DF;
}
.standin-price.clickable:hover {
background-color: #E0E1DF;
}
#selectbtn {
margin-top: 25px;
}
#selectors {
display: none;
}
/*# sourceMappingURL=home.css.map */