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
76ee27c2
Commit
76ee27c2
authored
Sep 30, 2013
by
Brian Talbot
Committed by
Julian Arni
Oct 07, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Studio: revises import view Sass extends to use placeholder syntax
parent
45ce8d30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
cms/static/sass/views/_import.scss
+11
-11
No files found.
cms/static/sass/views/_import.scss
View file @
76ee27c2
...
...
@@ -20,11 +20,11 @@
// UI: import form
.import-form
{
@include
box-sizing
(
border-box
);
@extend
.
ui-window
;
@extend
%
ui-window
;
padding
:
$baseline
(
$baseline
*
1
.5
)
(
$baseline
*
1
.5
)
(
$baseline
*
1
.5
);
>
.title
{
@extend
.
t-title4
;
@extend
%
t-title4
;
}
.file-name-block
,
...
...
@@ -46,8 +46,8 @@
// UI: default
.action-choose-file
{
@extend
.
btn-primary-blue
;
@extend
.
t-action1
;
@extend
%
btn-primary-blue
;
@extend
%
t-action1
;
display
:
block
;
margin
:
$baseline
0
;
padding
:
(
$baseline
*
0
.75
)
$baseline
;
...
...
@@ -57,13 +57,13 @@
// UI: elem - file selection
.wrapper-file-name
{
@extend
.
ui-well
;
@extend
%
ui-well
;
margin
:
$baseline
0
;
padding
:
$baseline
(
$baseline
*
1
.5
);
background-color
:
$gray-l4
;
.title
{
@extend
.
t-copy-lead1
;
@extend
%
t-copy-lead1
;
margin-bottom
:
(
$baseline
*
0
.75
);
overflow-x
:
hidden
;
text-overflow
:
ellipsis
;
...
...
@@ -79,8 +79,8 @@
// artifact styling needed for current page behavior logic
.submit-button
{
@extend
.
btn-primary-green
;
@extend
.
t-action1
;
@extend
%
btn-primary-green
;
@extend
%
t-action1
;
display
:
none
;
width
:
100%
;
padding
:
(
$baseline
*
0
.75
)
$baseline
;
...
...
@@ -101,7 +101,7 @@
}
>
.title
{
@extend
.
t-title4
;
@extend
%
t-title4
;
margin-bottom
:
$baseline
;
border-bottom
:
1px
solid
$gray-l3
;
padding-bottom
:
(
$baseline
/
2
);
...
...
@@ -130,12 +130,12 @@
margin-left
:
(
$baseline
*
3
);
.title
{
@extend
.
t-title5
;
@extend
%
t-title5
;
font-weight
:
600
;
}
.copy
{
@extend
.
t-copy-base
;
@extend
%
t-copy-base
;
color
:
$gray-l2
;
}
}
...
...
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