refactor(scss): remove all rules and clean main.scss, create shame.scss
This commit is contained in:
parent
05d4fc7dce
commit
1f953448e0
12 changed files with 491 additions and 588 deletions
1
src/sass/directives/directives.scss
Normal file
1
src/sass/directives/directives.scss
Normal file
|
|
@ -0,0 +1 @@
|
|||
@import "gravatar"
|
||||
18
src/sass/directives/gravatar.scss
Normal file
18
src/sass/directives/gravatar.scss
Normal 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%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue