diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-04-11 14:59:58 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-04-11 14:59:58 +0300 |
commit | db74c86e555f45a5aaaef84d2f3d4128cec77782 (patch) | |
tree | 1118dc7050538c8825dcdb5f938260840420c9a7 /client | |
parent | ce177117a071445f39430b615a112b2b104fddde (diff) | |
download | wekan-db74c86e555f45a5aaaef84d2f3d4128cec77782.tar.gz wekan-db74c86e555f45a5aaaef84d2f3d4128cec77782.tar.bz2 wekan-db74c86e555f45a5aaaef84d2f3d4128cec77782.zip |
Restore original font and font sizes.
Admin panel people and version texts to darker.
Diffstat (limited to 'client')
-rw-r--r-- | client/components/boards/boardsList.styl | 4 | ||||
-rw-r--r-- | client/components/cards/cardDetails.styl | 4 | ||||
-rw-r--r-- | client/components/cards/checklists.styl | 2 | ||||
-rw-r--r-- | client/components/main/fonts.styl | 16 | ||||
-rw-r--r-- | client/components/settings/peopleBody.styl | 1 | ||||
-rw-r--r-- | client/components/settings/settingHeader.styl | 2 |
6 files changed, 15 insertions, 14 deletions
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl index 6318ea94..80e47685 100644 --- a/client/components/boards/boardsList.styl +++ b/client/components/boards/boardsList.styl @@ -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 diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index 07f391c0..e5739a93 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -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 @@ -85,7 +85,7 @@ flex-shrink: 1 .card-details-item-title - font-size: 14px + font-size: 16px color: #000 .card-label diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl index d0d87434..7b35488f 100644 --- a/client/components/cards/checklists.styl +++ b/client/components/cards/checklists.styl @@ -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 diff --git a/client/components/main/fonts.styl b/client/components/main/fonts.styl index 3744ab27..fc8c8f00 100644 --- a/client/components/main/fonts.styl +++ b/client/components/main/fonts.styl @@ -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') diff --git a/client/components/settings/peopleBody.styl b/client/components/settings/peopleBody.styl index 76eb1d0a..84db44a7 100644 --- a/client/components/settings/peopleBody.styl +++ b/client/components/settings/peopleBody.styl @@ -4,6 +4,7 @@ table border-collapse: collapse; width: 100%; + color: #000; td, th border: 1px solid #d2d0d0; diff --git a/client/components/settings/settingHeader.styl b/client/components/settings/settingHeader.styl index 995ed26d..3699f180 100644 --- a/client/components/settings/settingHeader.styl +++ b/client/components/settings/settingHeader.styl @@ -22,4 +22,4 @@ + span display: inline-block margin-top: 1px - margin-right: 10px
\ No newline at end of file + margin-right: 10px |