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
12784e3f
Commit
12784e3f
authored
Apr 08, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - course link final styling
parent
b51e57ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
cms/static/sass/views/_settings.scss
+2
-12
No files found.
cms/static/sass/views/_settings.scss
View file @
12784e3f
...
@@ -290,7 +290,7 @@ body.course.settings {
...
@@ -290,7 +290,7 @@ body.course.settings {
@include
box-shadow
(
0
2px
1px
$shadow-l1
);
@include
box-shadow
(
0
2px
1px
$shadow-l1
);
@include
border-radius
((
$baseline
/
5
));
@include
border-radius
((
$baseline
/
5
));
margin-top
:
(
$baseline
*
1
.5
);
margin-top
:
(
$baseline
*
1
.5
);
border
:
1px
solid
$gray-l
4
;
border
:
1px
solid
$gray-l
2
;
padding
:
(
$baseline
/
2
)
0
0
0
;
padding
:
(
$baseline
/
2
)
0
0
0
;
.title
{
.title
{
...
@@ -312,12 +312,10 @@ body.course.settings {
...
@@ -312,12 +312,10 @@ body.course.settings {
}
}
.list-actions
{
.list-actions
{
@include
transition
(
opacity
0
.25s
ease-in-out
);
@include
box-shadow
(
inset
0
1px
1px
$shadow-l1
);
@include
box-shadow
(
inset
0
1px
1px
$shadow-l1
);
border-top
:
1px
solid
$gray-l
4
;
border-top
:
1px
solid
$gray-l
2
;
padding
:
(
$baseline
/
2
);
padding
:
(
$baseline
/
2
);
background
:
$gray-l5
;
background
:
$gray-l5
;
opacity
:
0
.5
;
.action-primary
{
.action-primary
{
@include
blue-button
();
@include
blue-button
();
...
@@ -332,14 +330,6 @@ body.course.settings {
...
@@ -332,14 +330,6 @@ body.course.settings {
}
}
}
}
}
}
&
:hover
{
border-color
:
$gray-l2
;
.list-actions
{
opacity
:
1
.0
;
}
}
}
}
}
}
...
...
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