Commit c89c409c by Brian Talbot

studio - syncs up blue background/border of tender widget

parent f06f0b7a
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
@include box-shadow(0 2px 3px $shadow); @include box-shadow(0 2px 3px $shadow);
height: ($baseline*35) !important; height: ($baseline*35) !important;
background: $white !important; background: $white !important;
border: 1px solid $gray; border: 2px solid $blue;
} }
#tender_window { #tender_window {
...@@ -23,11 +23,12 @@ ...@@ -23,11 +23,12 @@
} }
#tender_closer { #tender_closer {
color: $blue-l2 !important; color: $white-t2 !important;
text-transform: uppercase; text-transform: uppercase;
top: 16px !important;
&:hover { &:hover {
color: $blue-l4 !important; color: $white !important;
} }
} }
...@@ -42,15 +43,15 @@ ...@@ -42,15 +43,15 @@
font-family: 'Open Sans', sans-serif; font-family: 'Open Sans', sans-serif;
} }
.widget-layout .search, .widget-layout .search,
.widget-layout .tabs, .widget-layout .tabs,
.widget-layout .footer, .widget-layout .footer,
.widget-layout .header h1 a { .widget-layout .header h1 a {
display: none; display: none;
} }
.widget-layout .header { .widget-layout .header {
background: rgb(85, 151, 221); background: rgb(0, 159, 230);
padding: 10px 20px; padding: 10px 20px;
} }
...@@ -264,4 +265,4 @@ ...@@ -264,4 +265,4 @@
.widget-layout .form-actions .btn-post_topic:hover, .widget-layout .form-actions .btn-post_topic:active { .widget-layout .form-actions .btn-post_topic:hover, .widget-layout .form-actions .btn-post_topic:active {
background-color: #16ca57; background-color: #16ca57;
color: #fff; color: #fff;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment