continue front-end work

This commit is contained in:
Josh
2018-05-25 11:55:48 -04:00
parent a1a41bfa43
commit 0dce8d2bf5
16 changed files with 238 additions and 18 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -68,6 +68,19 @@ html, body {
background-color: $rule-color;
}
.thumbnail {
height: 60%;
width: auto;
}
.client-icon {
height: 100px;
width: 100px;
display: flex;
align-items: center;
justify-content: center;
}
.container-fluid {
height: 100%;
}