Skip to content

Commit 7f1e0d5

Browse files
authored
Background pattern on full landing tab (#3733)
this pr will show the background pattern on full landing tab and not only on the content_top
1 parent 03b0233 commit 7f1e0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/tabs/landing.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.tab-landing {
22
min-height: 100%;
3+
background: #fff url(../../images/pattern.png);
4+
background-size: 300px;
35
overflow: hidden;
46
.content_wrapper {
57
padding: 0;
@@ -10,8 +12,6 @@
1012
.content_top {
1113
height: 140px;
1214
padding: 20px;
13-
background: #fff url(../../images/pattern.png);
14-
background-size: 300px;
1515
margin-bottom: 15px;
1616
}
1717
.content_mid {

0 commit comments

Comments
 (0)