Skip to content

Commit

Permalink
Merge pull request weblab#112 from jem08002/master
Browse files Browse the repository at this point in the history
Adding missing variables
  • Loading branch information
jmr06005 committed Apr 23, 2015
2 parents 5f86570 + f74ee1b commit e4a907e
Show file tree
Hide file tree
Showing 2 changed files with 5,270 additions and 5,869 deletions.
29 changes: 24 additions & 5 deletions sass/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@

@if $parent == "#mega-footer" {
padding: $megafooter-widget-head-padding;
border-width: $megafooter-widget-head-border-width;
border-color: $megafooter-widget-head-border-color;
border-width: $megafooter-widget-head-border-width;
border-color: $megafooter-widget-head-border-color;
background-color: $megafooter-widget-head-bg;

} @else {
padding: $widget-head-padding;
border-width: $widget-head-border-width;
border-color: $widget-head-border-color;
border-width: $widget-head-border-width;
border-color: $widget-head-border-color;
background-color:$widget-head-bg;
}

h2 {
Expand All @@ -78,7 +80,23 @@
}

}


a{
@if $parent == "#mega-footer" {
color: $megafooter-widget-link-color;
} @else {
color: $widget-link-color;
}
&:hover{
@if $parent == "#mega-footer" {
color: $megafooter-widget-link-hover;
} @else {
color: $widget-link-hover;
}
}
}


form {
@if $parent == "#mega-footer" {
margin:$megafooter-widget-content-margin;
Expand Down Expand Up @@ -328,6 +346,7 @@
// EVENTS CALENDAR WIDGET

&.uc-ecw {
font:$ecw-font;

.uc-cal {
margin:$widget-content-margin !important;
Expand Down
Loading

0 comments on commit e4a907e

Please sign in to comment.