PluginProbe ʕ •ᴥ•ʔ
Starter Sites & Templates by Neve / 1.4.1
Starter Sites & Templates by Neve v1.4.1
1.4.1 1.4.0 1.3.0 1.2.29 1.2.28 1.2.6 1.2.7 1.2.8 1.2.9 trunk 1.0.10 1.0.11 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.12 1.1.13 1.1.14 1.1.15 1.1.16 1.1.17 1.1.18 1.1.19 1.1.2 1.1.20 1.1.21 1.1.22 1.1.23 1.1.24 1.1.25 1.1.26 1.1.27 1.1.28 1.1.29 1.1.3 1.1.30 1.1.31 1.1.32 1.1.33 1.1.34 1.1.35 1.1.36 1.1.37 1.1.38 1.1.39 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.3 1.2.4 1.2.5
templates-patterns-collection / assets / src / scss / _header.scss
templates-patterns-collection / assets / src / scss Last commit date
_card.scss 5 years ago _custom-tooltip.scss 3 years ago _demo-site-templates.scss 5 years ago _docnotice.scss 2 years ago _editor-selector.scss 2 years ago _editor-tabs.scss 4 years ago _feedback.scss 2 years ago _general.scss 3 years ago _header.scss 3 years ago _import-modal.scss 3 years ago _library.scss 2 years ago _license.scss 3 years ago _media-queries.scss 4 years ago _mock.scss 5 years ago _new-tc-notice.scss 1 year ago _notification.scss 4 years ago _preview.scss 5 years ago _search.scss 4 years ago _settings.scss 2 years ago _starter-site-card.scss 4 years ago _stepper.scss 3 years ago _sticky-nav.scss 5 years ago _vars.scss 5 years ago
_header.scss
106 lines
1 .ob-migration {
2 padding-top: 20px;
3 margin-bottom: 20px;
4
5 .card.starter-site-card {
6 margin-right: auto !important;
7 margin-left: auto !important;
8
9 .image {
10 height: auto;
11 }
12 }
13
14 .actions {
15 margin: 30px auto 0;
16 display: flex;
17 justify-content: center;
18 }
19
20 button:last-child {
21 margin-left: 10px;
22 }
23 }
24
25 .ob-head > .header-container >, .ob-migration > {
26 h2 {
27 font-size: 21px;
28 color: $black;
29 margin: 0;
30 line-height: 1.6;
31 display: flex;
32 align-items: center;
33
34 > img {
35 margin-right: 20px;
36 }
37 }
38
39 p {
40 margin: 20px 0;
41 font-size: 15px;
42 color: $black;
43 }
44
45 button {
46 margin-bottom: 20px;
47 }
48 }
49
50 .header-form {
51 margin-top: 20px;
52 display: flex;
53 align-items: center;
54 flex-direction: column;
55
56 input {
57 margin: 0;
58 display: block;
59 flex-grow: 1;
60 border: 1px solid $grey;
61 height: 52px;
62 padding: 5px 30px 5px 50px;
63 font-size: 17px;
64 font-weight: 300;
65 }
66 }
67
68 @mixin ob-header--tablet {
69 .ob-head > .header-container >, .ob-migration > {
70 h2 {
71 font-size: 30px;
72 }
73
74 p {
75 font-size: 22px;
76 }
77 }
78 .header-form {
79 flex-direction: row;
80 }
81 }
82
83 @mixin ob-header--laptop {
84 .header-form {
85 margin-top: 25px;
86 }
87 }
88
89
90 .is-icon-btn {
91 background-color: #f1f1f1;
92 color: #0073aa !important;
93 border-radius: 6px;
94
95 &:hover {
96 background-color: #f7f7f7;
97 }
98 }
99
100 .is-not-valid {
101 color: red !important;
102 }
103 .is-valid {
104 color: green !important;
105 }
106