scss refactoring
This commit is contained in:
parent
fee26c58e2
commit
c05692b7b1
6 changed files with 15 additions and 38 deletions
|
@ -72,7 +72,13 @@ $hover: #FDF5D9;
|
|||
border-radius: $radius;
|
||||
}
|
||||
|
||||
|
||||
@mixin bg-gray-gradient {
|
||||
background:#eee;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
||||
background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||
}
|
||||
|
||||
/**
|
||||
* Header of application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue