refactor(scss): remove all rules and clean main.scss, create shame.scss

This commit is contained in:
Jason Dreyzehner 2016-10-03 16:32:45 -04:00
commit 1f953448e0
12 changed files with 491 additions and 588 deletions

View file

@ -0,0 +1 @@
@import "gravatar"

View file

@ -0,0 +1,18 @@
.gravatar {
border-radius: 50%;
}
.gravatar-content {
position: relative;
height: 70px;
border-color: #172565;
background-color: #1e3186;
background-image: linear-gradient(0deg, #172565, #172565 0%, transparent 0%);
color: #fff;
margin-bottom: 50px;
.gravatar {
position: absolute;
bottom: -30px;
left: 41%;
}
}