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
ec9ea28e
Commit
ec9ea28e
authored
Jul 29, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Studio: abstracting out shared creation form action properties
parent
d005323a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
cms/static/sass/elements/_forms.scss
+7
-13
No files found.
cms/static/sass/elements/_forms.scss
View file @
ec9ea28e
...
@@ -294,32 +294,26 @@ form[class^="create-"] {
...
@@ -294,32 +294,26 @@ form[class^="create-"] {
padding
:
(
$baseline
*
0
.75
)
(
$baseline
*
1
.5
);
padding
:
(
$baseline
*
0
.75
)
(
$baseline
*
1
.5
);
background
:
$gray-l6
;
background
:
$gray-l6
;
.action-primary
{
.action
{
@include
blue-button
;
@include
transition
(
all
$tmg-f2
linear
0s
);
@extend
.t-action2
;
@include
transition
(
all
.15s
);
display
:
inline-block
;
display
:
inline-block
;
padding
:
(
$baseline
/
5
)
$baseline
;
padding
:
(
$baseline
/
5
)
$baseline
;
font-weight
:
600
;
font-weight
:
600
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
}
}
.action-primary
{
@include
blue-button
;
@extend
.t-action2
;
}
.action-secondary
{
.action-secondary
{
@include
grey-button
;
@include
grey-button
;
@extend
.t-action2
;
@extend
.t-action2
;
@include
transition
(
all
.15s
);
display
:
inline-block
;
padding
:
(
$baseline
/
5
)
$baseline
;
font-weight
:
600
;
text-transform
:
uppercase
;
}
}
}
}
}
}
// ====================
// ====================
// forms - grandfathered
// forms - grandfathered
...
...
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