Skip to content

Commit 5744a31

Browse files
authored
Merge pull request #4 from creativetimofficial/refactor/main
refactor: update product to v1.0.1
2 parents 991217f + 44a38ea commit 5744a31

19 files changed

Lines changed: 1127 additions & 1229 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Change Log
22

3+
## [1.0.1] 2022-08-31
4+
### Bug Fixing
5+
- refactor custom classes
6+
- add pro button
7+
38
## [1.0.0] 2022-07-29
49
### Original Release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [Argon Dashboard 2 Tailwind](http://demos.creative-tim.com/argon-dashboard-tailwind/pages/dashboard.html?ref=readme-ad2t) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/argon-dashboard-tailwind&text=Check%20Argon%20Dashboard%202%20Tailwind%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#argondesign%20#html%20https://www.creative-tim.com/product/argon-dashboard-tailwind) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/FhCJCaHdQa)
1+
# [Argon Dashboard 2 Tailwind](http://demos.creative-tim.com/argon-dashboard-tailwind/pages/dashboard.html?ref=readme-ad2t) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/argon-dashboard-tailwind&text=Check%20Argon%20Dashboard%202%20Tailwind%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#softdesign%20#html%20https://www.creative-tim.com/product/argon-dashboard-tailwind) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/FhCJCaHdQa)
22

3-
![version](https://img.shields.io/badge/version-1.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/argon-dashboard-tailwind.svg)](https://github.com/creativetimofficial/argon-dashboard-tailwind/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/argon-dashboard-tailwind.svg)](https://github.com/creativetimofficial/argon-dashboard-tailwind/issues?q=is%3Aissue+is%3Aclosed)
3+
![version](https://img.shields.io/badge/version-1.0.1-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/argon-dashboard-tailwind.svg)](https://github.com/creativetimofficial/argon-dashboard-tailwind/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/argon-dashboard-tailwind.svg)](https://github.com/creativetimofficial/argon-dashboard-tailwind/issues?q=is%3Aissue+is%3Aclosed)
44

55
![Image](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard-tailwind/argon-dashboard-2-tailwind.jpg)
66

build/assets/css/argon-dashboard-tailwind.css

Lines changed: 38 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Argon Dashboard 2 Tailwind - v1.0.0
4+
* Argon Dashboard 2 Tailwind - v1.0.1
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/argon-dashboard-tailwind
@@ -1112,8 +1112,8 @@ h6 {
11121112
margin-top: -12rem;
11131113
}
11141114

1115-
.-ml-7-em {
1116-
margin-left: -1.75em;
1115+
.-ml-7 {
1116+
margin-left: -1.75rem;
11171117
}
11181118

11191119
.-mt-2 {
@@ -1177,7 +1177,7 @@ h6 {
11771177
}
11781178

11791179
.h-sidenav {
1180-
height: calc(100vh - 310px);
1180+
height: calc(100vh - 360px);
11811181
}
11821182

11831183
.h-8 {
@@ -1220,10 +1220,6 @@ h6 {
12201220
height: 1.25rem;
12211221
}
12221222

1223-
.h-5-em {
1224-
height: 1.25em;
1225-
}
1226-
12271223
.h-\[80vh\] {
12281224
height: 80vh;
12291225
}
@@ -1252,12 +1248,8 @@ h6 {
12521248
height: 0.25rem;
12531249
}
12541250

1255-
.h-6-em {
1256-
height: 1.5em;
1257-
}
1258-
1259-
.h-4\.8-em {
1260-
height: 1.2em;
1251+
.h-4\.8 {
1252+
height: 1.2rem;
12611253
}
12621254

12631255
.h-4 {
@@ -1416,10 +1408,6 @@ h6 {
14161408
width: 40%;
14171409
}
14181410

1419-
.w-6-em {
1420-
width: 1.5em;
1421-
}
1422-
14231411
.w-5\.5 {
14241412
width: 1.375rem;
14251413
}
@@ -1436,8 +1424,8 @@ h6 {
14361424
width: 25%;
14371425
}
14381426

1439-
.w-4\.8-em {
1440-
width: 1.2em;
1427+
.w-4\.8 {
1428+
width: 1.2rem;
14411429
}
14421430

14431431
.w-0 {
@@ -2279,14 +2267,9 @@ h6 {
22792267
padding-right: 0.75rem;
22802268
}
22812269

2282-
.py-2\.2-em {
2283-
padding-top: 0.55em;
2284-
padding-bottom: 0.55em;
2285-
}
2286-
2287-
.px-3\.6-em {
2288-
padding-left: 0.9em;
2289-
padding-right: 0.9em;
2270+
.py-2\.2 {
2271+
padding-top: 0.55rem;
2272+
padding-bottom: 0.55rem;
22902273
}
22912274

22922275
.py-2\.5 {
@@ -2339,6 +2322,11 @@ h6 {
23392322
padding-bottom: 0px;
23402323
}
23412324

2325+
.py-1\.4 {
2326+
padding-top: 0.35rem;
2327+
padding-bottom: 0.35rem;
2328+
}
2329+
23422330
.pl-0 {
23432331
padding-left: 0px;
23442332
}
@@ -2455,8 +2443,8 @@ h6 {
24552443
padding-bottom: 14rem;
24562444
}
24572445

2458-
.pl-7-em {
2459-
padding-left: 1.75em;
2446+
.pl-7 {
2447+
padding-left: 1.75rem;
24602448
}
24612449

24622450
.pt-48 {
@@ -2499,36 +2487,39 @@ h6 {
24992487
font-family: Open Sans;
25002488
}
25012489

2502-
.text-size-base {
2490+
.text-base {
25032491
font-size: 1rem;
2492+
line-height: 1.5rem;
25042493
}
25052494

2506-
.text-size-sm {
2495+
.text-sm {
25072496
font-size: 0.875rem;
2497+
line-height: 1.5rem;
25082498
}
25092499

2510-
.text-size-xs {
2500+
.text-xs {
25112501
font-size: 0.75rem;
2502+
line-height: 1rem;
25122503
}
25132504

2514-
.text-size-lg {
2505+
.text-lg {
25152506
font-size: 1.125rem;
2507+
line-height: 1.75rem;
25162508
}
25172509

2518-
.text-size-xxs {
2510+
.text-xxs {
25192511
font-size: 0.65rem;
2512+
line-height: 1rem;
25202513
}
25212514

2522-
.text-size-xl {
2515+
.text-xl {
25232516
font-size: 1.25rem;
2517+
line-height: 1.75rem;
25242518
}
25252519

2526-
.text-size-inherit {
2527-
font-size: inherit;
2528-
}
2529-
2530-
.text-size-3xs {
2520+
.text-3xs {
25312521
font-size: 0.5rem;
2522+
line-height: 1rem;
25322523
}
25332524

25342525
.text-2\.8 {
@@ -2539,11 +2530,7 @@ h6 {
25392530
font-size: 0.5rem;
25402531
}
25412532

2542-
.text-size-xs-em {
2543-
font-size: 0.75em;
2544-
}
2545-
2546-
.text-size-banner-calculate {
2533+
.text-banner-calculate {
25472534
font-size: calc(1.625rem+4.5vw);
25482535
}
25492536

@@ -3316,9 +3303,10 @@ h6 {
33163303
font-family: FontAwesome;
33173304
}
33183305

3319-
.after\:text-size-fa-check::after {
3306+
.after\:text-xxs::after {
33203307
content: var(--tw-content);
3321-
font-size: 0.67rem;
3308+
font-size: 0.65rem;
3309+
line-height: 1rem;
33223310
}
33233311

33243312
.after\:text-white::after {
@@ -4375,8 +4363,9 @@ h6 {
43754363
padding-right: 3rem;
43764364
}
43774365

4378-
.xl\:text-size-8xl {
4366+
.xl\:text-8xl {
43794367
font-size: 5rem;
4368+
line-height: 1;
43804369
}
43814370
}
43824371

build/assets/css/argon-dashboard-tailwind.min.css

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

build/assets/js/argon-dashboard-tailwind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Argon Dashboard Tailwind - v1.0.0
4+
* Argon Dashboard Tailwind - v1.0.1
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/argon-dashboard-tailwind

build/assets/js/argon-dashboard-tailwind.min.js

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

build/assets/js/fixed-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var whiteBtn = document.querySelector("[transparent-style-btn]");
1919
var darkBtn = document.querySelector("[white-style-btn]");
2020

2121
var non_active_style = ["bg-none", "bg-transparent", "text-blue-500", "border-blue-500"];
22-
var active_style = ["bg-gradient-blue", "bg-blue-500", "text-white", "border-transparent"];
22+
var active_style = ["bg-gradient-to-tl", "from-blue-500", "to-violet-500", "bg-blue-500", "text-white", "border-transparent"];
2323

2424
var white_sidenav_classes = ["bg-white", "shadow-xl"];
2525
// var white_sidenav_highlighted = ["shadow-xl"];

0 commit comments

Comments
 (0)