Skip to content

Commit 5379e2e

Browse files
Docs
1 parent ad390f5 commit 5379e2e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3319
-30538
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
*Frontend version*: Now UI Dashboard v1.4.1. More info at https://www.creative-tim.com/product/now-ui-dashboard-pro/?ref=ndl-readme
66

7-
![Product Image](https://github.com/creativetimofficial/public-assets/raw/master/now-ui-dashboard-pro-laravel/intro.gif?raw=true)
7+
![Product Image](/screens/nowgif/intro.gif?raw=true)
88

99
Speed up your web development with the Bootstrap 4 Admin Dashboard built for Laravel Framework 5.5 and up.
1010

assets/css/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/bootstrap.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/now-ui-dashboard.min.css

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/demo/demo.css

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
.tim-row{
2+
margin-bottom: 20px;
3+
}
4+
5+
.tim-white-buttons {
6+
background-color: #777777;
7+
}
8+
.typography-line{
9+
padding-left: 25%;
10+
margin-bottom: 35px;
11+
position: relative;
12+
display: block;
13+
width: 100%;
14+
}
15+
.typography-line span{
16+
bottom: 10px;
17+
color: #c0c1c2;
18+
display: block;
19+
font-weight: 400;
20+
font-size: 13px;
21+
line-height: 13px;
22+
left: 0;
23+
position: absolute;
24+
width: 260px;
25+
text-transform: none;
26+
}
27+
.tim-row{
28+
padding-top: 60px;
29+
}
30+
.tim-row h3{
31+
margin-top: 0;
32+
}
33+
34+
.offline-doc .page-header{
35+
display: flex;
36+
align-items: center;
37+
}
38+
39+
.offline-doc .footer{
40+
position: absolute;
41+
width: 100%;
42+
background: transparent;
43+
bottom: 0;
44+
color: #fff;
45+
z-index: 1;
46+
}
47+
48+
@media all and (min-width: 992px) {
49+
.sidebar .nav>li.active-pro {
50+
position: absolute;
51+
width: 100%;
52+
bottom: 10px;
53+
}
54+
}
55+
56+
.card.card-upgrade .card-category{
57+
max-width: 530px;
58+
margin: 0 auto;
59+
}

0 commit comments

Comments
 (0)