PluginProbe
Cool Timeline (Horizontal & Vertical Timeline) / trunk
Cool Timeline (Horizontal & Vertical Timeline) vtrunk
4.0.0 3.4.0 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 2.2.3 2.3.3 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.6.1 2.7.1 2.8.3 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 2.9.8 2.9.9 All 80 releases
cool-timeline / admin / codestar-framework / assets / scss / partials / _profile.scss

_profile.scss in Cool Timeline (Horizontal & Vertical Timeline) trunk, at admin/codestar-framework/assets/scss/partials/_profile.scss

68 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * 06. Profile
3 */
4 .csf-profile-options{
5
6 > h2 > .fa {
7 padding-right: 7px;
8 }
9
10 > .csf-field{
11 max-width: 750px;
12 padding: 15px 0;
13 border-top: none !important;
14
15 > .csf-title{
16 width: 200px;
17
18 h4{
19 font-size: 14px;
20 font-weight: 600;
21 line-height: 1.3;
22 display: inline-block;
23 vertical-align: middle;
24 }
25 }
26
27 > .csf-fieldset{
28 width: calc(100% - 220px);
29
30 > .csf-help{
31 top: -15px;
32 right: -5px;
33 }
34 }
35 }
36
37 > .csf-field-heading{
38 font-size: 1.1em;
39 }
40
41 > .csf-field-subheading{
42 font-size: 12px;
43 }
44
45 > .csf-field-subheading,
46 > .csf-field-heading{
47 margin: 10px 0;
48 padding: 15px !important;
49 border: 1px solid #ddd;
50 }
51
52 > .csf-field-submessage{
53 margin: 20px 0;
54
55 .csf-submessage{
56 padding: 10px;
57 border-left-width: 1px;
58 border-left-style: solid;
59 border-right-width: 1px;
60 border-right-style: solid;
61 }
62 }
63
64 > .csf-field-notice{
65 background-color: transparent;
66 }
67 }
68