create a public user page
This commit is contained in:
parent
e0ec9807a3
commit
428baa749c
6 changed files with 92 additions and 43 deletions
|
@ -6,7 +6,7 @@ $primary: darken(#005035, 20%);
|
|||
// the ~ allows you to reference things in node_modules
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
|
||||
.offer > img {
|
||||
.offer-img {
|
||||
height: 15rem;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
@ -40,4 +40,12 @@ $primary: darken(#005035, 20%);
|
|||
|
||||
.offer-footer {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.user-link {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.user-link:hover {
|
||||
color: #000;
|
||||
}
|
Reference in a new issue