oauth
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user