| 1 |
body { |
| 2 |
margin: 60px auto 24px; |
| 3 |
box-shadow: none; |
| 4 |
background: #f1f1f1; |
| 5 |
padding: 0; |
| 6 |
} |
| 7 |
|
| 8 |
.erp-logo { |
| 9 |
text-align: center; |
| 10 |
|
| 11 |
a { |
| 12 |
text-decoration: none; |
| 13 |
} |
| 14 |
} |
| 15 |
|
| 16 |
.erp-setup-content { |
| 17 |
box-shadow: 0 1px 3px rgba(0,0,0,0.13); |
| 18 |
padding: 24px 24px 0; |
| 19 |
background: #fff; |
| 20 |
overflow: hidden; |
| 21 |
zoom: 1; |
| 22 |
|
| 23 |
h1, h2, h3, table { |
| 24 |
margin: 0 0 24px; |
| 25 |
border: 0; |
| 26 |
padding: 0; |
| 27 |
color: #666; |
| 28 |
clear: none; |
| 29 |
} |
| 30 |
p { |
| 31 |
margin: 0 0 24px; |
| 32 |
font-size: 1em; |
| 33 |
line-height: 1.75em; |
| 34 |
color: #666; |
| 35 |
} |
| 36 |
|
| 37 |
ul.unstyled { |
| 38 |
list-style: none; |
| 39 |
margin: 0 0 20px 0; |
| 40 |
|
| 41 |
li { |
| 42 |
padding-bottom: 10px; |
| 43 |
} |
| 44 |
|
| 45 |
li.add-new { |
| 46 |
padding-top: 15px; |
| 47 |
} |
| 48 |
} |
| 49 |
|
| 50 |
table { |
| 51 |
font-size: 1em; |
| 52 |
line-height: 1.75em; |
| 53 |
color: #666; |
| 54 |
} |
| 55 |
|
| 56 |
a { |
| 57 |
color: #a16696; |
| 58 |
&:hover, &:focus { |
| 59 |
color: #111; |
| 60 |
} |
| 61 |
} |
| 62 |
|
| 63 |
.form-table { |
| 64 |
th { |
| 65 |
width: 35%; |
| 66 |
vertical-align: top; |
| 67 |
font-weight: normal; |
| 68 |
} |
| 69 |
|
| 70 |
td { |
| 71 |
vertical-align: top; |
| 72 |
|
| 73 |
select, input { |
| 74 |
width: 100%; |
| 75 |
box-sizing: border-box; |
| 76 |
} |
| 77 |
|
| 78 |
select { |
| 79 |
border: 1px solid #ccc; |
| 80 |
padding: 5px 10px; |
| 81 |
vertical-align: middle; |
| 82 |
line-height: 28px; |
| 83 |
height: 28px; |
| 84 |
font-size: 14px; |
| 85 |
} |
| 86 |
|
| 87 |
input[size] { |
| 88 |
width: auto; |
| 89 |
} |
| 90 |
|
| 91 |
.description { |
| 92 |
line-height: 1.5em; |
| 93 |
display: block; |
| 94 |
margin-top: .25em; |
| 95 |
color: #999; |
| 96 |
font-style: italic; |
| 97 |
} |
| 98 |
|
| 99 |
.input-checkbox, .input-radio { |
| 100 |
width: auto; |
| 101 |
box-sizing: inherit; |
| 102 |
padding: inherit; |
| 103 |
margin: 0 .5em 0 0; |
| 104 |
box-shadow: none; |
| 105 |
} |
| 106 |
} |
| 107 |
.section_title { |
| 108 |
td { |
| 109 |
padding: 0; |
| 110 |
h2, p { |
| 111 |
margin: 12px 0 0; |
| 112 |
} |
| 113 |
} |
| 114 |
} |
| 115 |
th, td { |
| 116 |
padding: 12px 0; |
| 117 |
margin: 0; |
| 118 |
border: 0; |
| 119 |
&:first-child { |
| 120 |
padding-right: 1em; |
| 121 |
} |
| 122 |
} |
| 123 |
} |
| 124 |
|
| 125 |
.final-step { |
| 126 |
text-align: center; |
| 127 |
|
| 128 |
h1 { |
| 129 |
border-bottom: 1px solid #eee; |
| 130 |
padding-bottom: 20px; |
| 131 |
margin-bottom: 30px; |
| 132 |
} |
| 133 |
|
| 134 |
h2 { |
| 135 |
float: left; |
| 136 |
width: 50%; |
| 137 |
text-align: right; |
| 138 |
margin-right: 20px; |
| 139 |
} |
| 140 |
|
| 141 |
a { |
| 142 |
float: left; |
| 143 |
} |
| 144 |
} |
| 145 |
|
| 146 |
.two-col { |
| 147 |
overflow: hidden; |
| 148 |
margin: 0 0 24px; |
| 149 |
|
| 150 |
&::after { |
| 151 |
content: ''; |
| 152 |
clear: both; |
| 153 |
} |
| 154 |
|
| 155 |
.col-first, |
| 156 |
.col-last { |
| 157 |
width: 50%; |
| 158 |
box-sizing: border-box; |
| 159 |
float: left; |
| 160 |
} |
| 161 |
} |
| 162 |
|
| 163 |
.erp-setup-next-steps { |
| 164 |
overflow: hidden; |
| 165 |
margin: 0 0 24px; |
| 166 |
|
| 167 |
h2 { |
| 168 |
margin-bottom: 12px; |
| 169 |
} |
| 170 |
} |
| 171 |
|
| 172 |
.erp-setup-actions { |
| 173 |
overflow: hidden; |
| 174 |
|
| 175 |
.button { |
| 176 |
float: right; |
| 177 |
font-size: 1.25em; |
| 178 |
padding: .5em 1em; |
| 179 |
line-height: 1em; |
| 180 |
margin-right: .5em; |
| 181 |
height: auto; |
| 182 |
} |
| 183 |
|
| 184 |
.button-primary { |
| 185 |
float: right; |
| 186 |
} |
| 187 |
} |
| 188 |
} |
| 189 |
|
| 190 |
.erp-setup-steps { |
| 191 |
padding: 0 0 24px; |
| 192 |
margin: 0; |
| 193 |
list-style: none outside; |
| 194 |
overflow: hidden; |
| 195 |
color: #ccc; |
| 196 |
width:100%; |
| 197 |
display: -webkit-inline-flex; |
| 198 |
display: -ms-inline-flexbox; |
| 199 |
display: inline-flex; |
| 200 |
|
| 201 |
li { |
| 202 |
width: 20%; |
| 203 |
float: left; |
| 204 |
padding: 0 0 0.8em; |
| 205 |
margin: 0; |
| 206 |
text-align: center; |
| 207 |
position: relative; |
| 208 |
border-bottom: 4px solid #ccc; |
| 209 |
line-height: 1.4em; |
| 210 |
} |
| 211 |
|
| 212 |
li:before { |
| 213 |
content: ""; |
| 214 |
border: 4px solid #ccc; |
| 215 |
border-radius: 100%; |
| 216 |
width: 4px; |
| 217 |
height: 4px; |
| 218 |
position: absolute; |
| 219 |
bottom: 0; |
| 220 |
left: 50%; |
| 221 |
margin-left: -6px; |
| 222 |
margin-bottom: -8px; |
| 223 |
background: #fff; |
| 224 |
} |
| 225 |
|
| 226 |
li.active { |
| 227 |
border-color: #008ec2; |
| 228 |
color: #008ec2; |
| 229 |
|
| 230 |
&:before { |
| 231 |
border-color: #008ec2; |
| 232 |
} |
| 233 |
} |
| 234 |
|
| 235 |
li.done { |
| 236 |
border-color: #008ec2; |
| 237 |
color: #008ec2; |
| 238 |
|
| 239 |
&:before { |
| 240 |
border-color: #008ec2; |
| 241 |
background: #008ec2; |
| 242 |
} |
| 243 |
} |
| 244 |
} |
| 245 |
|
| 246 |
.erp-return-to-dashboard { |
| 247 |
font-size: 0.85em; |
| 248 |
color: #b5b5b5; |
| 249 |
margin: 1.18em 0; |
| 250 |
display: block; |
| 251 |
text-align: center; |
| 252 |
} |