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;
} }
} }
...@@ -50,7 +51,7 @@ ...@@ -50,7 +51,7 @@
} }
.widget-layout .header { .widget-layout .header {
background: rgb(85, 151, 221); background: rgb(0, 159, 230);
padding: 10px 20px; padding: 10px 20px;
} }
......
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