Skip to content

Commit

Permalink
Background pattern on full landing tab (#3733)
Browse files Browse the repository at this point in the history
this pr will show the background pattern on full landing tab and not only on the content_top
  • Loading branch information
TheIsotopes committed Jan 6, 2024
1 parent 03b0233 commit 7f1e0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/tabs/landing.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.tab-landing {
min-height: 100%;
background: #fff url(../../images/pattern.png);
background-size: 300px;
overflow: hidden;
.content_wrapper {
padding: 0;
Expand All @@ -10,8 +12,6 @@
.content_top {
height: 140px;
padding: 20px;
background: #fff url(../../images/pattern.png);
background-size: 300px;
margin-bottom: 15px;
}
.content_mid {
Expand Down

0 comments on commit 7f1e0d5

Please sign in to comment.