-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change typographical elements to use px - Closes #85 #524
Merged
yasharAyari
merged 34 commits into
0.3.0
from
85-change-typographical-elements-to-use-px
Mar 9, 2018
Merged
Changes from 18 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
40f7314
Remove iconButton.css
yasharAyari c529e52
Use paragraph-font-size in type.css
yasharAyari 977a68b
Replace all 'em' values with 'px' ones in variables.css
yasharAyari 3075f60
Remove h2 font-size in confirmVotes.css
yasharAyari f88c121
Remove h2 font-size in currencyGraph.css
yasharAyari f60500b
Remove h2 font-size in dashboard css
yasharAyari f09d9f4
Remove h2 font-size in delegateList.css
yasharAyari 97ba719
Remove h2 font-size in in passphraseSteps.css
yasharAyari d09b811
Remove h2 font-size in resulatBox.css
yasharAyari 3cd00ed
Remove h2 font-size in sendTo.css
yasharAyari 95310bc
Remove h2 font-size in sendReadable.css
yasharAyari 479dabd
Remove h2 font-size in sendWritable.css
yasharAyari afd0b49
Remove h2 font-size in transaction.css
yasharAyari adce8a6
Remove h2 font-size in transactions.css
yasharAyari 65c44ff
Remove h2 font-size in votesPreview.css
yasharAyari 8ec1593
Replace static amount with subtitle-font-size variable
yasharAyari 1491adb
Replace static font-size with font-size-h6 variable
yasharAyari 05a8e7f
Fix some style bugs in button thems
yasharAyari edae6d1
Remove unused table component
yasharAyari 897a977
Fix some bug in variables.css
yasharAyari 8d48e68
Replace values in 'em' with 'px' ones
yasharAyari 785ddcf
Add arrow-font-size variable to login.css
yasharAyari c4015f0
Add to header-font-size confirm.css
yasharAyari 48856d0
Add header-font-size to safekeeping
yasharAyari 490e61a
Replace a value in 'em' with 'px'
yasharAyari fa10556
Remove 'em' from stylelint unit-whitelist
yasharAyari 8bd3091
Fix a bug in icons.css
yasharAyari dbc99b3
Fix a bug in login.css
yasharAyari 3fd40e0
Fix a style bug in mutliStep
yasharAyari bb13095
Prevent stylelint unit-whitelist errors
slaweet daf717c
Fix font-size of headers in login
yasharAyari de5c05d
Fix signUp h2 bug in mobile devices
yasharAyari 34dfacc
Fix a style bug in saveAccounts.css
yasharAyari cea9712
Fix signUpArrow font-size in mobile
yasharAyari File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
text-align: center; | ||
|
||
& h2 { | ||
font-size: var(--font-size-h2-xl); | ||
margin: 0; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -258,7 +258,7 @@ | |
} | ||
|
||
& .subTitle { | ||
font-size: 1em; | ||
font-size: var(--subtitle-font-size); | ||
} | ||
|
||
& .shape { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
& h2 { | ||
font-weight: var(--font-weight-semi-bold); | ||
margin-bottom: 0; | ||
font-size: 2em; | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import './base.css'; | ||
|
||
.button { | ||
font-size: 1em; | ||
font-size: var(--button-font-size); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import './base.css'; | ||
|
||
.button { | ||
font-size: 1em; | ||
font-size: var(--button-font-size); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
import React from 'react'; | ||
import { themr } from 'react-css-themr'; | ||
import { IconButton as ToolBoxIconButton } from 'react-toolbox/lib/button'; | ||
import iconButtonTheme from './css/iconButton.css'; | ||
|
||
// this component is unnecessary and it need to be deleted | ||
class IconButton extends React.Component { | ||
render() { | ||
return <ToolBoxIconButton {...this.props} theme={this.props.theme} />; | ||
} | ||
} | ||
|
||
export default themr('iconButton', iconButtonTheme)(IconButton); | ||
export default IconButton; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
px
missing