| 1 |
@font-face { |
| 2 |
font-family: 'Avenir'; |
| 3 |
src: url('../assets/fonts/Avenir-Heavy.woff2') format('woff2') |
| 4 |
} |
| 5 |
|
| 6 |
.bugherd-logo { |
| 7 |
padding: 2rem 0 0 ; |
| 8 |
max-width: 125px; |
| 9 |
width: 125px; |
| 10 |
} |
| 11 |
|
| 12 |
.bugherd-tagline { |
| 13 |
font-family: 'Avenir', 'sans-serif'; |
| 14 |
font-size: 2.5em; |
| 15 |
line-height: 1.25em; |
| 16 |
margin: 1rem 0; |
| 17 |
} |
| 18 |
|
| 19 |
.bugherd-container { |
| 20 |
max-width: 550px; |
| 21 |
} |
| 22 |
|
| 23 |
.bugherd-container .form-table th { |
| 24 |
display: none; |
| 25 |
} |
| 26 |
|
| 27 |
.bugherd-container .form-table td { |
| 28 |
padding-left: 0; |
| 29 |
padding-right: 0; |
| 30 |
} |
| 31 |
|
| 32 |
.bugherd-container #bugherd-project-key-description { |
| 33 |
display: block; |
| 34 |
font-weight: 600; |
| 35 |
} |
| 36 |
|
| 37 |
.bugherd-container .regular-text { |
| 38 |
width: 100%; |
| 39 |
} |
| 40 |
|
| 41 |
.bugherd-submit { |
| 42 |
display: flex; |
| 43 |
align-items: center; |
| 44 |
justify-content: space-between; |
| 45 |
} |