Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
717a2319
Commit
717a2319
authored
Jul 06, 2016
by
Technoboy10
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove button, use div instead
parent
66c3a023
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/views/teachers/landing/landing.jsx
src/views/teachers/landing/landing.jsx
+1
-2
src/views/teachers/landing/landing.scss
src/views/teachers/landing/landing.scss
+3
-2
No files found.
src/views/teachers/landing/landing.jsx
View file @
717a2319
...
...
@@ -9,7 +9,6 @@ var Page = require('../../../components/page/www/page.jsx');
var
FlexRow
=
require
(
'
../../../components/flex-row/flex-row.jsx
'
);
var
SubNavigation
=
require
(
'
../../../components/subnavigation/subnavigation.jsx
'
);
var
TitleBanner
=
require
(
'
../../../components/title-banner/title-banner.jsx
'
);
var
Button
=
require
(
'
../../../components/forms/button.jsx
'
);
require
(
'
./landing.scss
'
);
...
...
@@ -142,7 +141,7 @@ var Landing = injectIntl(React.createClass({
<
p
>
<
FormattedHTMLMessage
id=
"teacherlanding.accountsDescription"
/>
</
p
>
<
Button
><
FormattedMessage
id=
"teacherlanding.accountsButton"
/></
Button
>
<
div
className=
"coming-soon"
><
FormattedMessage
id=
"teacherlanding.accountsButton"
/></
div
>
</
div
>
<
img
src=
"/images/teachers/teacher-account.png"
alt=
"teacher account"
id=
"teacher-icon"
/>
</
div
>
...
...
src/views/teachers/landing/landing.scss
View file @
717a2319
...
...
@@ -230,17 +230,18 @@ $story-width: $cols3;
margin-bottom
:
3
.5rem
;
}
butt
on
{
.coming-so
on
{
border
:
2px
solid
$ui-white
;
border-radius
:
50px
;
box-shadow
:
none
;
background-color
:
transparent
;
cursor
:
default
;
padding
:
16px
16px
;
width
:
$cols5
/
2
;
text-align
:
center
;
color
:
$ui-white
;
font-size
:
16px
;
font-weight
:
500
;
box-sizing
:
border-box
;
&
:hover
{
box-shadow
:
none
;
...
...
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