Skip to content

Commit

Permalink
Fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshajed committed Apr 19, 2015
1 parent 3394421 commit 9a7c405
Show file tree
Hide file tree
Showing 23 changed files with 103 additions and 697 deletions.
2 changes: 0 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ module.exports = function (grunt) {
var CODEBASE_STATIC_PATH = "webapp/";
var CODEBASE_SKIN_PATH = CODEBASE_STATIC_PATH;

var gulp = require('gulp'),
styleguide = require('sc5-styleguide');

// ## Initialing Grunt Configuration
// `grunt.initConfig()` Initializes all the tasks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Resources used in this project gives Front-End developers a common platform to k
* Uglify
* CssLint
* **ImageMin** (Minify Images using [**grunt-contrib-imagemin**](https://npmjs.org/package/grunt-contrib-imagemin))
* LiveReload and Watch for changes and reload browser automatically.
* LiveReload Watch for changes and reload browser automatically.

## [How to use](id:howto)?
Make sure you have [**Node.js**](http://nodejs.org/download/) installed.
Expand Down
169 changes: 6 additions & 163 deletions app/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -697,171 +697,14 @@ em{
font-size:1em;
}

/* line 1, ../scss/app/widgets/_widget-logo.scss */
.brand-desktop{
margin-top:10px;
}
/* line 3, ../scss/app/widgets/_widget-logo.scss */
.brand-desktop .brand{
background:url('../img/logo.png') no-repeat; background-size:cover; background-position:center; display:block; overflow:hidden; text-indent:101%; white-space:nowrap; width:217px; height:118px;
}

/* line 2, ../scss/app/widgets/_widget-ad.scss */
.widget-ad img{
width:100%;
}
/* line 7, ../scss/app/widgets/_widget-ad.scss */
.widget-ad iframe div{
width:284px;
}
/* line 15, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .forum-list img{
width:100%;
}
/* line 22, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .publication{
width:33.33%; float:left; padding:5px;
}
/* line 29, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline .header{
background:url(http://www.hegnar.no/gfx/lederkunnskap_logo.png) no-repeat; background-size:contain; width:284px; height:22px;
}
/* line 36, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline div.content{
background-color:#EEF1F3;
}
/* line 38, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline div.content ul{
margin:0 0 10px 0; list-style:none; padding:10px 15px;
}
/* line 42, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline div.content ul li{
border-bottom:1px solid #95A5A6; padding-bottom:10px;
}
/* line 45, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline div.content ul li:last-child{
border-bottom:0;
}
/* line 49, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline div.content ul li a{
color:#2C3E50;
}

/* line 63, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart{
margin-top:10px;
}
/* line 65, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart .x144x144{
margin-top:10px;
}
/* line 67, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart .x144x144 .column-1,.widget-ad.header-chart .x144x144 .column-2{
display:inline-block;
}
/* line 72, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart .x144x144 .column-2{
float:right;
}
/* line 75, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart .x144x144 .column-2 form input[type='text']{
width:80px;
}
/* line 78, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart .x144x144 .column-2 form input[type=submit]{
background-color:white; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #CCC; font-size:12px;
}

/* line 91, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-table-chart{
margin-top:18px;
}
/* line 93, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-table-chart ul{
margin:0;
}

/* line 99, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .time-chart{
margin-left:-24px; margin-top:10px;
}
/* line 103, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .time-chart .column-2 a{
text-align:center; font-size:0.625rem; display:block;
}

/* line 1, ../scss/app/widgets/_widget-teaser.scss */
.teaser-single-item{
-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; padding:10px 10px 10px; background-color:#ECF8FF; background-color:#F3F9FA; background-image:-webkit-linear-gradient(#F3F9FA, #ECF8FF); background-image:linear-gradient(#F3F9FA, #ECF8FF); border:1px solid #CFEAFA;
}

/* line 16, ../scss/app/widgets/_widget-teaser.scss */
.teaser .teaser-head{
position:relative; display:block;
}
/* line 19, ../scss/app/widgets/_widget-teaser.scss */
.teaser .teaser-head .title-meta-section{
float:left;
}
/* line 23, ../scss/app/widgets/_widget-teaser.scss */
.teaser .teaser-head .teaser-time{
display:inline-block; position:absolute; right:0;
}
/* line 30, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-meta-section{
font-size:0.875rem; margin-bottom:0.625em;
}
/* line 33, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-meta-section a{
color:#444;
}
/* line 35, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-meta-section a:hover{
color:black;
}
/* line 38, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-meta-section a:before{
content:''; width:5px; height:12px; background-color:#F56363; display:inline-block; margin-right:6px;
}
/* line 50, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title{
font-size:1.875rem;
}
/* line 54, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-mid{
font-size:1.5rem;
}
/* line 59, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-small{
font-size:1.25rem; line-height:1.2;
}
/* line 64, ../scss/app/widgets/_widget-teaser.scss */
.teaser .teaser-time{
font-style:italic; margin-bottom:10px; display:block; color:#7F8C8D;
}
/* line 71, ../scss/app/widgets/_widget-teaser.scss */
.teaser .teaser-leadtext{
font-size:0.875rem;
}

/* line 78, ../scss/app/widgets/_widget-teaser.scss */
.teaser-section{
margin:1.25em 0; display:block; overflow:hidden;
}

/* line 2, ../scss/app/widgets/_widget-media.scss */
.media .media-heading{
font-size:0.6em;
}

/* line 9, ../scss/app/widgets/_widget-media.scss */
.media-lists-two:nth-child(2n+1){
clear:left;
/* line 1, ../scss/app/widgets/_widget-articles.scss */
.widget{
margin-bottom:2em;
}

/* line 16, ../scss/app/widgets/_widget-media.scss */
.media-lists-three:nth-child(3n+1){
clear:left;
/* line 7, ../scss/app/widgets/_widget-articles.scss */
.article-section pre{
padding:1em; margin:1em 0;
}

/* line 1, ../scss/app/components/_menu.scss */
Expand Down
169 changes: 6 additions & 163 deletions app/dev/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -697,171 +697,14 @@ em{
font-size:1em;
}

/* line 1, ../scss/app/widgets/_widget-logo.scss */
.brand-desktop{
margin-top:10px;
}
/* line 3, ../scss/app/widgets/_widget-logo.scss */
.brand-desktop .brand{
background:url('../img/logo.png') no-repeat; background-size:cover; background-position:center; display:block; overflow:hidden; text-indent:101%; white-space:nowrap; width:217px; height:118px;
}

/* line 2, ../scss/app/widgets/_widget-ad.scss */
.widget-ad img{
width:100%;
}
/* line 7, ../scss/app/widgets/_widget-ad.scss */
.widget-ad iframe div{
width:284px;
}
/* line 15, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .forum-list img{
width:100%;
}
/* line 22, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .publication{
width:33.33%; float:left; padding:5px;
}
/* line 29, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline .header{
background:url(http://www.hegnar.no/gfx/lederkunnskap_logo.png) no-repeat; background-size:contain; width:284px; height:22px;
}
/* line 36, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline div.content{
background-color:#EEF1F3;
}
/* line 38, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline div.content ul{
margin:0 0 10px 0; list-style:none; padding:10px 15px;
}
/* line 42, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline div.content ul li{
border-bottom:1px solid #95A5A6; padding-bottom:10px;
}
/* line 45, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline div.content ul li:last-child{
border-bottom:0;
}
/* line 49, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .rssHeadline div.content ul li a{
color:#2C3E50;
}

/* line 63, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart{
margin-top:10px;
}
/* line 65, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart .x144x144{
margin-top:10px;
}
/* line 67, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart .x144x144 .column-1,.widget-ad.header-chart .x144x144 .column-2{
display:inline-block;
}
/* line 72, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart .x144x144 .column-2{
float:right;
}
/* line 75, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart .x144x144 .column-2 form input[type='text']{
width:80px;
}
/* line 78, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-chart .x144x144 .column-2 form input[type=submit]{
background-color:white; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #CCC; font-size:12px;
}

/* line 91, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-table-chart{
margin-top:18px;
}
/* line 93, ../scss/app/widgets/_widget-ad.scss */
.widget-ad.header-table-chart ul{
margin:0;
}

/* line 99, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .time-chart{
margin-left:-24px; margin-top:10px;
}
/* line 103, ../scss/app/widgets/_widget-ad.scss */
.widget-ad .time-chart .column-2 a{
text-align:center; font-size:0.625rem; display:block;
}

/* line 1, ../scss/app/widgets/_widget-teaser.scss */
.teaser-single-item{
-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; padding:10px 10px 10px; background-color:#ECF8FF; background-color:#F3F9FA; background-image:-webkit-linear-gradient(#F3F9FA, #ECF8FF); background-image:linear-gradient(#F3F9FA, #ECF8FF); border:1px solid #CFEAFA;
}

/* line 16, ../scss/app/widgets/_widget-teaser.scss */
.teaser .teaser-head{
position:relative; display:block;
}
/* line 19, ../scss/app/widgets/_widget-teaser.scss */
.teaser .teaser-head .title-meta-section{
float:left;
}
/* line 23, ../scss/app/widgets/_widget-teaser.scss */
.teaser .teaser-head .teaser-time{
display:inline-block; position:absolute; right:0;
}
/* line 30, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-meta-section{
font-size:0.875rem; margin-bottom:0.625em;
}
/* line 33, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-meta-section a{
color:#444;
}
/* line 35, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-meta-section a:hover{
color:black;
}
/* line 38, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-meta-section a:before{
content:''; width:5px; height:12px; background-color:#F56363; display:inline-block; margin-right:6px;
}
/* line 50, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title{
font-size:1.875rem;
}
/* line 54, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-mid{
font-size:1.5rem;
}
/* line 59, ../scss/app/widgets/_widget-teaser.scss */
.teaser .title-small{
font-size:1.25rem; line-height:1.2;
}
/* line 64, ../scss/app/widgets/_widget-teaser.scss */
.teaser .teaser-time{
font-style:italic; margin-bottom:10px; display:block; color:#7F8C8D;
}
/* line 71, ../scss/app/widgets/_widget-teaser.scss */
.teaser .teaser-leadtext{
font-size:0.875rem;
}

/* line 78, ../scss/app/widgets/_widget-teaser.scss */
.teaser-section{
margin:1.25em 0; display:block; overflow:hidden;
}

/* line 2, ../scss/app/widgets/_widget-media.scss */
.media .media-heading{
font-size:0.6em;
}

/* line 9, ../scss/app/widgets/_widget-media.scss */
.media-lists-two:nth-child(2n+1){
clear:left;
/* line 1, ../scss/app/widgets/_widget-articles.scss */
.widget{
margin-bottom:2em;
}

/* line 16, ../scss/app/widgets/_widget-media.scss */
.media-lists-three:nth-child(3n+1){
clear:left;
/* line 7, ../scss/app/widgets/_widget-articles.scss */
.article-section pre{
padding:1em; margin:1em 0;
}

/* line 1, ../scss/app/components/_menu.scss */
Expand Down
Loading

0 comments on commit 9a7c405

Please sign in to comment.