Restore original font and font sizes.

Admin panel people and version texts to darker.
This commit is contained in:
Lauri Ojansivu 2018-04-11 14:59:58 +03:00
parent ce177117a0
commit db74c86e55
12 changed files with 15 additions and 14 deletions

View file

@ -44,9 +44,9 @@ $spaceBetweenTiles = 16px
line-height: 22px line-height: 22px
.board-list-item-desc .board-list-item-desc
color: rgba(255, 255, 255, .5) color: #fff
display: block display: block
font-size: 10px font-size: 14px
font-weight: 400 font-weight: 400
line-height: 18px line-height: 18px

View file

@ -42,7 +42,7 @@
.card-details-title .card-details-title
font-weight: bold font-weight: bold
font-size: 1.30 em font-size: 1.33em
margin: 7px 0 0 margin: 7px 0 0
padding: 0 padding: 0
@ -85,7 +85,7 @@
flex-shrink: 1 flex-shrink: 1
.card-details-item-title .card-details-item-title
font-size: 14px font-size: 16px
color: #000 color: #000
.card-label .card-label

View file

@ -25,7 +25,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
line-height: 30px line-height: 30px
.title .title
font-size: 16px font-size: 18px
line-height: 30px line-height: 30px
.checklist-stat .checklist-stat

View file

@ -2,16 +2,16 @@
font-family: 'Roboto' font-family: 'Roboto'
font-style: normal font-style: normal
font-weight: 400 font-weight: 400
src: local('Roboto Consended Light'), src: local('Roboto'),
local('Roboto-Consended-Light'), local('Roboto-Regular'),
url('/fonts/roboto-condensed-light.woff') format('woff'), url('/fonts/roboto-regular.woff2') format('woff2'),
url('/fonts/roboto-condensed-light.woff') format('woff') url('/fonts/roboto-regular.woff') format('woff')
@font-face @font-face
font-family: 'Roboto' font-family: 'Roboto'
font-style: normal font-style: normal
font-weight: 700 font-weight: 700
src: local('Roboto Consended Bold'), src: local('Roboto Bold'),
local('Roboto-Consended-Bold'), local('Roboto-Bold'),
url('/fonts/roboto-condensed-bold.woff2') format('woff'), url('/fonts/roboto-bold.woff2') format('woff2'),
url('/fonts/roboto-condensed-bold.woff') format('woff') url('/fonts/roboto-bold.woff') format('woff')

View file

@ -4,6 +4,7 @@
table table
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
color: #000;
td, th td, th
border: 1px solid #d2d0d0; border: 1px solid #d2d0d0;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.