Skip to content

Instantly share code, notes, and snippets.

@krokrob
Created May 2, 2016 16:49
Show Gist options
  • Save krokrob/b80ee51926706da2e5d989eae7daf62f to your computer and use it in GitHub Desktop.
Save krokrob/b80ee51926706da2e5d989eae7daf62f to your computer and use it in GitHub Desktop.
#wrapper-flat {
padding: 50px 0;
}
#user-profile {
display: flex;
align-items: center;
margin-top: 50px;
}
#user-profile-avatar img {
width: 100px;
}
#user-profile-infos {
padding-left: 20px;
h2 {
font-size: 18px;
margin-top: 0px;
}
p {
font-size: 14px;
}
}
.star-enable {
color: $yellow-star;
}
.star-disable {
color: $gray-lighter;
}
#flat-form {
background-color: $gray-lighter;
padding: 20px 20px;
}
#flat-form h2 {
font-size: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment