Skip to content

Commit

Permalink
Restore original font and font sizes.
Browse files Browse the repository at this point in the history
Admin panel people and version texts to darker.
  • Loading branch information
xet7 committed Apr 11, 2018
1 parent ce17711 commit db74c86
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions client/components/boards/boardsList.styl
Expand Up @@ -44,9 +44,9 @@ $spaceBetweenTiles = 16px
line-height: 22px

.board-list-item-desc
color: rgba(255, 255, 255, .5)
color: #fff
display: block
font-size: 10px
font-size: 14px
font-weight: 400
line-height: 18px

Expand Down
4 changes: 2 additions & 2 deletions client/components/cards/cardDetails.styl
Expand Up @@ -42,7 +42,7 @@

.card-details-title
font-weight: bold
font-size: 1.30 em
font-size: 1.33em
margin: 7px 0 0
padding: 0

Expand Down Expand Up @@ -85,7 +85,7 @@
flex-shrink: 1

.card-details-item-title
font-size: 14px
font-size: 16px
color: #000

.card-label
Expand Down
2 changes: 1 addition & 1 deletion client/components/cards/checklists.styl
Expand Up @@ -25,7 +25,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
line-height: 30px

.title
font-size: 16px
font-size: 18px
line-height: 30px

.checklist-stat
Expand Down
16 changes: 8 additions & 8 deletions client/components/main/fonts.styl
Expand Up @@ -2,16 +2,16 @@
font-family: 'Roboto'
font-style: normal
font-weight: 400
src: local('Roboto Consended Light'),
local('Roboto-Consended-Light'),
url('/fonts/roboto-condensed-light.woff') format('woff'),
url('/fonts/roboto-condensed-light.woff') format('woff')
src: local('Roboto'),
local('Roboto-Regular'),
url('/fonts/roboto-regular.woff2') format('woff2'),
url('/fonts/roboto-regular.woff') format('woff')

@font-face
font-family: 'Roboto'
font-style: normal
font-weight: 700
src: local('Roboto Consended Bold'),
local('Roboto-Consended-Bold'),
url('/fonts/roboto-condensed-bold.woff2') format('woff'),
url('/fonts/roboto-condensed-bold.woff') format('woff')
src: local('Roboto Bold'),
local('Roboto-Bold'),
url('/fonts/roboto-bold.woff2') format('woff2'),
url('/fonts/roboto-bold.woff') format('woff')
1 change: 1 addition & 0 deletions client/components/settings/peopleBody.styl
Expand Up @@ -4,6 +4,7 @@
table
border-collapse: collapse;
width: 100%;
color: #000;

td, th
border: 1px solid #d2d0d0;
Expand Down
2 changes: 1 addition & 1 deletion client/components/settings/settingHeader.styl
Expand Up @@ -22,4 +22,4 @@
+ span
display: inline-block
margin-top: 1px
margin-right: 10px
margin-right: 10px
Binary file added public/fonts/roboto-bold.woff
Binary file not shown.
Binary file added public/fonts/roboto-bold.woff2
Binary file not shown.
Binary file removed public/fonts/roboto-condensed-bold.woff
Binary file not shown.
Binary file removed public/fonts/roboto-condensed-light.woff
Binary file not shown.
Binary file added public/fonts/roboto-regular.woff
Binary file not shown.
Binary file added public/fonts/roboto-regular.woff2
Binary file not shown.

0 comments on commit db74c86

Please sign in to comment.