Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating countdown widget styles to support all page templates
  • Loading branch information
bcd04001 committed Feb 15, 2017
1 parent 1161374 commit 330316f
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 1 deletion.
49 changes: 49 additions & 0 deletions css/hale2015-blue.css
Expand Up @@ -7936,6 +7936,55 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}

.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}

.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}

.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}

.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}

.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down
49 changes: 49 additions & 0 deletions css/hale2015-green.css
Expand Up @@ -7936,6 +7936,55 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}

.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}

.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}

.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}

.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}

.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down
49 changes: 49 additions & 0 deletions css/hale2015-orange.css
Expand Up @@ -7936,6 +7936,55 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}

.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}

.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}

.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}

.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}

.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down
49 changes: 49 additions & 0 deletions css/hale2015-purple.css
Expand Up @@ -7936,6 +7936,55 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}

.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}

.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}

.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}

.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}

.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down
49 changes: 49 additions & 0 deletions css/hale2015-red.css
Expand Up @@ -7936,6 +7936,55 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}

.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}

.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}

.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}

.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}

.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down
2 changes: 1 addition & 1 deletion scss/_hale2015-common.scss
Expand Up @@ -38,7 +38,7 @@ $widget-border-color: #e0e0e0;
$widget-margin: 0 0 30px 0;

$footers-link-color: #707070;
$footers-link-hover: $brand-primary;
$footers-link-hover: $brand-primary;

// imports bootsrtap, and all of cornerstone sass

Expand Down

0 comments on commit 330316f

Please sign in to comment.