Skip to content

Commit 3de6047

Browse files
committed
Update to version 2.0
1 parent dc25a07 commit 3de6047

File tree

354 files changed

+33044
-0
lines changed

Some content is hidden

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

354 files changed

+33044
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
/*------------------------------------------------------------------
2+
* Bootstrap Simple Admin Template
3+
* Version: 2.0
4+
* Author: Alexis Luna
5+
* Copyright 2020 Alexis Luna
6+
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
7+
-------------------------------------------------------------------*/
8+
.nav-dropdown .nav-link {
9+
color: #B2EBF2;
10+
line-height: 1.42857;
11+
padding: 1rem 0 1rem 1rem !important;
12+
}
13+
14+
.nav-dropdown .nav-link:hover {
15+
color: #fff;
16+
}
17+
18+
.nav-dropdown.show a {
19+
color: #fff;
20+
}
21+
22+
.nav-dropdown .nav-link::after {
23+
display: none;
24+
}
25+
26+
.nav-dropdown .nav-link-menu {
27+
position: absolute;
28+
border: none;
29+
min-width: 220px;
30+
padding: 0;
31+
line-height: 1.4;
32+
box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
33+
margin-top: -5px;
34+
}
35+
36+
.nav-dropdown .nav-link-menu::before {
37+
top: -4px;
38+
right: 25%;
39+
margin: 0 0 0 -.25em;
40+
display: block;
41+
position: absolute;
42+
pointer-events: none;
43+
content: '';
44+
visibility: visible;
45+
-webkit-transform: rotate(45deg);
46+
transform: rotate(45deg);
47+
width: .5em;
48+
height: .5em;
49+
background: #ffffff;
50+
z-index: 2;
51+
}
52+
53+
.nav-dropdown .nav-link-menu .nav-list {
54+
padding: 5px 0;
55+
margin-bottom: 0;
56+
list-style: none;
57+
}
58+
59+
.nav-dropdown .nav-link-menu .nav-list li {
60+
line-height: 1.2;
61+
}
62+
63+
.nav-dropdown .nav-link-menu .nav-list li a {
64+
color: #888;
65+
font-size: 14px;
66+
padding: .8rem;
67+
}
68+
69+
.nav-dropdown .dropdown-divider {
70+
margin: 3px 0;
71+
}
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
/*------------------------------------------------------------------
2+
* Bootstrap Simple Admin Template
3+
* Version: 2.0
4+
* Author: Alexis Luna
5+
* Copyright 2020 Alexis Luna
6+
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
7+
-------------------------------------------------------------------*/
8+
#sidebar {
9+
min-width: 250px;
10+
max-width: 250px;
11+
background: #fff;
12+
color: #fff;
13+
transition: all 0.3s;
14+
border-right: 1px solid #e6ecf5;
15+
}
16+
17+
#sidebar.active {
18+
margin-left: -250px;
19+
}
20+
21+
#sidebar .sidebar-header {
22+
padding: .4rem 1rem;
23+
border-bottom: 1px solid rgba(101, 109, 119, .16);
24+
max-height: 55px;
25+
}
26+
27+
#sidebar ul.components {
28+
padding: 0 0;
29+
}
30+
31+
#sidebar ul p {
32+
color: #fff;
33+
padding: 10px;
34+
}
35+
36+
#sidebar ul li a {
37+
padding: .8rem 1.5rem;
38+
font-size: 1rem;
39+
display: block;
40+
}
41+
42+
#sidebar ul li a .fas {
43+
min-width: 20px;
44+
margin-right: 5px;
45+
text-align: center;
46+
}
47+
48+
#sidebar ul li a:hover,
49+
#sidebar ul li a.active {
50+
color: #fff;
51+
background: #2196F3;
52+
}
53+
54+
#sidebar ul li.active>a,
55+
a[aria-expanded="true"] {
56+
color: inherit;
57+
}
58+
59+
#sidebar ul ul a {
60+
font-size: 1rem;
61+
background: #EEEEEE;
62+
}
63+
64+
#sidebar a[data-toggle="collapse"] {
65+
position: relative;
66+
}
67+
68+
#sidebar .dropdown-toggle::after {
69+
display: block;
70+
position: absolute;
71+
top: 50%;
72+
right: 20px;
73+
transform: translateY(-50%);
74+
display: none;
75+
}
76+
77+
@media (max-width: 768px) {
78+
#sidebarCollapse span {
79+
display: none;
80+
}
81+
}

assets/css/auth.css

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
/*------------------------------------------------------------------
2+
* Bootstrap Simple Admin Template
3+
* Version: 2.0
4+
* Author: Alexis Luna
5+
* Copyright 2020 Alexis Luna
6+
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
7+
-------------------------------------------------------------------*/
8+
9+
/*------------------------------------------------------------------
10+
[Table of contents]
11+
12+
1. Body / #body
13+
2. Contents / #auth-content
14+
3. Cards / .card
15+
4. Miscellaneous
16+
5. Adjustments to dafault behaviors
17+
-------------------------------------------------------------------*/
18+
19+
/*------------------------------------------------------------------
20+
[1. Body / #body]
21+
*/
22+
body {
23+
background: #f1f1f1;
24+
}
25+
26+
.wrapper {
27+
position: relative;
28+
display: -webkit-box;
29+
display: -ms-flexbox;
30+
display: flex;
31+
-webkit-box-align: center;
32+
-ms-flex-align: center;
33+
align-items: center;
34+
-webkit-box-pack: center;
35+
-ms-flex-pack: center;
36+
justify-content: center;
37+
overflow: hidden;
38+
min-width: 100%;
39+
min-height: 100vh;
40+
}
41+
42+
/*------------------------------------------------------------------
43+
[2. Contents / #auth-content]
44+
*/
45+
.auth-content {
46+
position: relative;
47+
width: 480px;
48+
padding: 15px;
49+
z-index: 5;
50+
}
51+
52+
/*------------------------------------------------------------------
53+
[3. Cards / .card]
54+
*/
55+
.auth-content .card {
56+
margin-bottom: 0;
57+
-webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
58+
box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
59+
border: none;
60+
-webkit-transition: all 0.5s ease-in-out;
61+
transition: all 0.5s ease-in-out;
62+
}
63+
64+
.auth-content .card .card-block,
65+
.auth-content .card .card-body {
66+
padding: 30px 25px;
67+
}
68+
69+
.auth-content .form-control {
70+
background: #f4f7fa;
71+
min-height: 42px;
72+
line-height: 42px;
73+
font-size: 14px;
74+
padding: 10px 15px;
75+
height: 42px;
76+
}
77+
78+
/*------------------------------------------------------------------
79+
[4. Miscellaneous]
80+
*/
81+
.shadow-2 {
82+
-webkit-box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
83+
box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
84+
}
85+
86+
p.text-muted {
87+
font-size: 13px;
88+
}
89+
90+
/*------------------------------------------------------------------
91+
[5. Adjustments to dafault behaviors]
92+
*/
93+
.btn {
94+
padding: 10px 20px;
95+
border-radius: 0.25rem;
96+
font-size: 14px;
97+
margin-bottom: 5px;
98+
margin-right: 10px;
99+
-webkit-transition: all 0.3s ease-in-out;
100+
transition: all 0.3s ease-in-out;
101+
}
102+
103+
.wrapper a,
104+
.wrapper p>a {
105+
color: #3e8ef7;
106+
font-weight: 600;
107+
}

assets/css/error.css

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
/*------------------------------------------------------------------
2+
* Bootstrap Simple Admin Template
3+
* Version: 2.0
4+
* Author: Alexis Luna
5+
* Copyright 2020 Alexis Luna
6+
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
7+
-------------------------------------------------------------------*/
8+
9+
/*------------------------------------------------------------------
10+
[Table of contents]
11+
12+
1. Body / .wrapper
13+
2. Contents / .page
14+
3. Miscellaneous
15+
4. Adjustments to dafault behaviors
16+
5. Responsive properties
17+
-------------------------------------------------------------------*/
18+
19+
/*------------------------------------------------------------------
20+
[1. Body / .wrapper]
21+
*/
22+
@font-face {
23+
font-family: "Lato";
24+
font-style: normal;
25+
font-weight: 400;
26+
font-display: auto;
27+
src: url("../font/Lato-Regular.eot");
28+
src: url("../font/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Regular.woff") format("woff"), url("../font/Lato-Regular.ttf") format("truetype");
29+
}
30+
31+
h1,
32+
.h1,
33+
h2,
34+
.h2,
35+
h3,
36+
.h3,
37+
h4,
38+
.h4,
39+
h5,
40+
.h5,
41+
h6,
42+
.h6,
43+
p,
44+
a,
45+
td,
46+
body {
47+
-moz-osx-font-smoothing: grayscale;
48+
-webkit-font-smoothing: antialiased;
49+
}
50+
51+
body,
52+
html {
53+
width: 100%;
54+
height: 100%;
55+
background: #f1f1f1;
56+
font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
57+
}
58+
59+
.wrapper {
60+
position: relative;
61+
display: -webkit-box;
62+
display: -ms-flexbox;
63+
display: flex;
64+
-webkit-box-align: center;
65+
-ms-flex-align: center;
66+
align-items: center;
67+
-webkit-box-pack: center;
68+
-ms-flex-pack: center;
69+
justify-content: center;
70+
overflow: hidden;
71+
min-width: 100%;
72+
min-height: 100vh;
73+
}
74+
75+
/*------------------------------------------------------------------
76+
[2. Contents / .page]
77+
*/
78+
.page {
79+
height: 100%;
80+
max-width: none !important;
81+
margin: 0 !important;
82+
padding: 0;
83+
position: relative;
84+
min-height: calc(100% - 44px);
85+
}
86+
87+
.page header h1 {
88+
font-size: 10em;
89+
font-weight: 400;
90+
}
91+
92+
.page header p {
93+
margin-bottom: 30px;
94+
font-size: 30px;
95+
text-transform: uppercase;
96+
}
97+
98+
.page .error-advise {
99+
margin-bottom: 25px;
100+
color: #a9afb5;
101+
}
102+
103+
/*------------------------------------------------------------------
104+
[3. Miscellaneous]
105+
*/
106+
.page-copyright {
107+
color: #37474f;
108+
font-size: .858rem;
109+
letter-spacing: 1px;
110+
}
111+
112+
/*------------------------------------------------------------------
113+
[4. Adjustments to dafault behaviors]
114+
*/
115+
.btn-round {
116+
border-radius: 1000px;
117+
}
118+
119+
/*------------------------------------------------------------------
120+
[5. Responsive Properties]
121+
*/
122+
@media (max-width: 480px) {
123+
.page header h1 {
124+
font-size: 8em;
125+
}
126+
127+
.page header p {
128+
font-size: 2rem;
129+
}
130+
}

0 commit comments

Comments
 (0)