-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
79 lines (62 loc) · 1.23 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.netsuite-summary-table th,
.netsuite-summary-table td {
padding: 5px;
}
.netsuite-summary-table th {
font-weight: 700;
vertical-align: top;
}
#netsuite-hourly-price,
.netsuite-hourly-price {
text-align: right;
padding: 5px;
width: 80px;
}
#invoice-dialog {
font-size: 20px;
}
#invoice-dialog .footer {
text-align: right;
}
#invoice-dialog .wrapper {
margin-bottom: 10px;
border-bottom: 1px solid #000;
padding-bottom: 10px;
font-size: 14px;
max-width: 600px;
}
#invoice-dialog h1 {
margin-bottom: 5px;
}
#invoice-dialog strong {
font-weight: 700 !important;
}
button.btn {
margin: 0;
padding: 0 2.85714rem;
line-height: 2.85714rem;
color: #ffffff;
background: #ff6630;
border: none;
border-radius: 4px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
cursor: pointer;
}
button.btn.default {
color: #000;
background: rgba(0, 0, 0, .3);
}
button.btn:hover {
color: #ffffff;
background: #d55528;
}
#invoice-dialog select {
font-size: 16px;
width: 120px;
}
.n-w-text-area.n-widget .n-w-text-input.style-embedded,
.n-widget textarea.n-widget {
width: 500px !important;
height: 300px !important;
}