Commit 2295469999634186f26e09bc8aacfd6a7e848651
1 parent
c5f13307
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
style.css
| ... | ... | @@ -1361,6 +1361,12 @@ input.button.with-text { |
| 1361 | 1361 | padding-bottom: 11px; |
| 1362 | 1362 | } |
| 1363 | 1363 | |
| 1364 | +.action-home-index #content .box-1 .container-block-plugin_container-block .block .block-title, | |
| 1365 | +.action-environment_design-index #content .box-1 .container-block-plugin_container-block .block .block-title { | |
| 1366 | + padding-left: 10px; | |
| 1367 | + padding-bottom: 24px; | |
| 1368 | +} | |
| 1369 | + | |
| 1364 | 1370 | .action-home-index #content .box-1 .block-title span, |
| 1365 | 1371 | .action-environment_design-index #content .box-1 .block-title span { |
| 1366 | 1372 | background-color: #497b16; |
| ... | ... | @@ -1389,6 +1395,7 @@ input.button.with-text { |
| 1389 | 1395 | margin: 0; |
| 1390 | 1396 | } |
| 1391 | 1397 | |
| 1398 | + | |
| 1392 | 1399 | .action-home-index .community-track-plugin_track-card-list-block .block-inner-2, |
| 1393 | 1400 | .action-environment_design-index .community-track-plugin_track-card-list-block .block-inner-2 { |
| 1394 | 1401 | background: url("images/bg-pessoas.jpg") no-repeat scroll center top transparent; | ... | ... |