Renamed files from *.css.scss to *.scss
This commit is contained in:
parent
72753d80ab
commit
d652e06cd8
4 changed files with 11 additions and 2 deletions
|
|
@ -9,9 +9,10 @@
|
||||||
* compiled file, but it's generally better to create a new file per style scope.
|
* compiled file, but it's generally better to create a new file per style scope.
|
||||||
*
|
*
|
||||||
*= require_self
|
*= require_self
|
||||||
|
*= require fancybox
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "foundation_and_overrides";
|
@import "foundation_and_overrides";
|
||||||
@import "my";
|
@import "my";
|
||||||
@import "jquery-fancybox/jquery.fancybox";
|
|
||||||
/*@import "jquery-raty/jquery.raty";*/
|
/*@import "jquery-raty/jquery.raty";*/
|
||||||
|
/*@import "fancybox";*/
|
||||||
|
|
@ -89,10 +89,18 @@ html, body {
|
||||||
// Screenshot thumbnail image with name and description
|
// Screenshot thumbnail image with name and description
|
||||||
.thumbnail
|
.thumbnail
|
||||||
{
|
{
|
||||||
padding-bottom: 10px;
|
padding-top: 5px !important;
|
||||||
|
padding-bottom: 5px !important;
|
||||||
|
border-radius: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 120%;
|
line-height: 120%;
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
{
|
||||||
|
background-color: #d0d0d0;
|
||||||
|
}
|
||||||
|
|
||||||
.pkgname
|
.pkgname
|
||||||
{
|
{
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue