Skip to content

Commit

Permalink
Adding missing variables
Browse files Browse the repository at this point in the history
Adding missing variables
Synced up.
Needed for Sherman colors.
  • Loading branch information
Jessika Mika Caldera committed Apr 23, 2015
1 parent 5f86570 commit f74ee1b
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 f74ee1b

Please sign in to comment.