Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
c89c409c
Commit
c89c409c
authored
Jul 02, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - syncs up blue background/border of tender widget
parent
f06f0b7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
cms/static/sass/elements/_tender-widget.scss
+9
-9
No files found.
cms/static/sass/elements/_tender-widget.scss
View file @
c89c409c
...
@@ -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-l
2
!
important
;
color
:
$
white-t
2
!
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment