PluginProbe
Leadfeeder / trunk
Leadfeeder vtrunk
1.3.1 trunk 1.0.0 1.1.0 1.2.0 1.3.0
dealfront / admin / static / dealfront-admin.css

dealfront-admin.css in Leadfeeder trunk, at admin/static/dealfront-admin.css

42 lines 682 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #business-info-wrap {
2 padding: 25px;
3 }
4
5 #dealfront-form-area {
6 margin-top: 1.5rem;
7 }
8
9 .dealfront-logo {
10 display: block;
11 width: 9rem;
12 margin-bottom: 3rem;
13 }
14
15 .large-text-lf {
16 font-size: 24px;
17 }
18
19 .gutter-bottom {
20 margin-bottom: 0.5rem;
21 }
22
23 .large-gutter-bottom {
24 margin-bottom: 2.5rem;
25 }
26
27 .dealfront-secondary-button {
28 text-decoration: none;
29 padding: 0.3rem 0.3rem 0.4rem;
30 color: #2271b1;
31 border-color: #2271b1;
32 border-width: 1px;
33 border-style: solid;
34 border-top-left-radius: 3px;
35 border-top-right-radius: 3px;
36 border-bottom-right-radius: 3px;
37 border-bottom-left-radius: 3px;
38 background: #f6f7f7;
39 display: inline-block;
40 margin-left: 0.5rem;
41 }
42