This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 971
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5442 from brave/element-styling
clean up element styling
- Loading branch information
Showing
7 changed files
with
115 additions
and
38 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
introTitle=Welcome to the Brave Browser style guide | ||
intro=The following are examples of the UI components available on the browser and how to use them. | ||
styleGuide=Style Guide | ||
typography=Typography | ||
titles=Titles | ||
h1=This is an h1 | ||
h2=This is an h2 | ||
h3=This is an h3 | ||
h4=This is an h4 | ||
h4=This is an h4 | ||
forms=Forms | ||
inputs=Inputs | ||
buttons=Buttons | ||
whiteButton=White Button | ||
primaryButton=Primary Button | ||
switches=Switches | ||
onByDefault=On by default | ||
offByDefault=Off by default |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.wrapper, | ||
.container { | ||
max-width: 800px; | ||
margin: 0 auto; | ||
} | ||
|
||
pre { | ||
background: #1d1f21; | ||
color: #FFFFFF; | ||
font-size: 14px; | ||
padding: 5px; | ||
border-radius: 4px; | ||
tab-size: 2; | ||
word-break: normal; | ||
} | ||
|
||
code { | ||
font-family: monospace; | ||
white-space: pre; | ||
} |
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