PluginProbe
BugHerd / 1.0.14
BugHerd v1.0.14
1.0.20 1.0.18 1.0.19 1.0.17 trunk 1.0.0 1.0.1 1.0.11 1.0.12 1.0.14 1.0.15 1.0.16 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9
bugherd / assets / css / style.css

style.css in BugHerd 1.0.14, at assets/css/style.css

45 lines 764 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }