This commit is contained in:
Arjun Patel
2018-01-21 10:59:15 -08:00
parent 6c1baab753
commit 38c93a13f4
4 changed files with 98 additions and 27 deletions
+55
View File
@@ -10,12 +10,53 @@ html {
background-color: #d7dae0;
}
.g-signin2 {
display: none;
}
.nav {
width: 100%;
height: 40px;
position: relative;
background-color: black;
}
.home {
position: absolute;
float: left;
height: 40px;
width: 50px;
color: white !important;
cursor: pointer;
}
.profile {
float: right;
height: 40px;
}
#email {
position: absolute;
top: 50%;
right: 0;
transform: translate(-50%, -50%);
font-size: 15px;
vertical-align: middle;
color:white;
font-family: 'Open Sans Condensed', sans-serif;
}
#profImg {
height: 30px;
width: 30px;
margin: 0;
position: absolute;
top: 50%;
right: 0;
transform: translate(-50%, -50%);
border-radius: 50px;
}
.cardsCont {
background-color: #d7dae0;
}
@@ -32,6 +73,20 @@ html {
padding: 0 !important;
}
.welRow {
margin-top: 5px;
text-align: center;
}
.hr {
border-color: grey;
}
#welcome {
font-family: 'Open Sans Condensed', sans-serif;
font-size: 40px;
color: #37474F;
}
.goalRow {
margin: 0;
padding: 0;