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
1d63f107
Commit
1d63f107
authored
Feb 02, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating to green brb
parent
ae3e57b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
12 deletions
+34
-12
cms/static/img/html-icon.png
+0
-0
cms/static/sass/_unit.scss
+34
-12
No files found.
cms/static/img/html-icon.png
View replaced file @
ae3e57b5
View file @
1d63f107
52.1 KB
|
W:
|
H:
581 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
cms/static/sass/_unit.scss
View file @
1d63f107
...
...
@@ -74,7 +74,9 @@
&
.new-component-item
{
border-radius
:
3px
;
border
:
1px
solid
$mediumGrey
;
background
:
#fff
;
@include
box-shadow
(
0
1px
1px
rgba
(
0
,
0
,
0
,
.2
)
,
0
1px
0
rgba
(
255
,
255
,
255
,
.4
)
inset
);
.new-component-button
{
display
:
block
;
...
...
@@ -105,7 +107,7 @@
a
{
border
:
1px
solid
$mediumGrey
;
width
:
1
4
0px
;
width
:
1
0
0px
;
height
:
100px
;
color
:
#edf1f5
;
margin-right
:
15px
;
...
...
@@ -123,7 +125,7 @@
width
:
100%
;
padding
:
10px
;
@include
box-sizing
(
border-box
);
color
:
#
4F8BC4
;
color
:
#
fff
;
}
}
}
...
...
@@ -143,12 +145,20 @@
@include
white-button
;
}
.problem-type-tabs
{
display
:
none
;
}
// specific menu types
&
.new-component-problem
{
.ss-icon
,
.editor-indicator
{
display
:
inline-block
;
}
.problem-type-tabs
{
display
:
block
;
}
}
}
...
...
@@ -158,21 +168,19 @@
a
{
position
:
relative
;
background
:
#fff
;
color
:
#4F8BC4
;
line-height
:
2
;
font-size
:
18px
;
border
:
1px
solid
$darkGreen
;
background
:
tint
(
$green
,
20%
);
color
:
#fff
;
@include
transition
(
background-color
.15s
);
&
:hover
{
background
:
#fffcf1
;
background
:
$brightGreen
;
}
}
}
.problem-type-tabs
{
list-style-type
:
none
;
display
:
block
;
line-height
:
2
;
border-bottom
:
1px
solid
$mediumGrey
;
...
...
@@ -207,20 +215,34 @@
.new-component-template
{
a
{
background
:
#fff
;
border
:
0px
;
color
:
#4F8BC4
;
&
:hover
{
border-radius
:
0px
;
background
:
tint
(
$green
,
30%
);
color
:
#edf1f5
;
@include
transition
(
background-color
.15s
);
}
}
li
{
border
:none
;
border-bottom
:
1px
dashed
$lightGrey
;
color
:
#fff
;
}
li
:last-child
{
a
{
border-radius
:
0
0
3px
3px
;
border
:none
;
border-radius
:
0px
;
}
}
li
:nth-child
(
2
)
{
a
{
border-radius
:
3px
3px
0
0
;
border-radius
:
0px
;
}
}
...
...
@@ -297,7 +319,7 @@
text-align
:
center
;
h5
{
color
:
#6696d7
;
color
:
$darkGreen
;
}
}
...
...
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