Skip to content

Commit

Permalink
Merge pull request #338 from mrholek/v1.0.10
Browse files Browse the repository at this point in the history
v1.0.10
  • Loading branch information
xidedix authored Feb 2, 2018
2 parents abb1697 + b43b70e commit 0afc0b0
Show file tree
Hide file tree
Showing 28 changed files with 80 additions and 88 deletions.
6 changes: 3 additions & 3 deletions AJAX_Full_Project_GULP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/ajax",
"version": "1.0.9",
"version": "1.0.10",
"description": "Open Source Bootstrap Admin Template",
"main": "index.html",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"simple-line-icons": "2.4.1"
},
"devDependencies": {
"browser-sync": "2.23.5",
"browser-sync": "2.23.6",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.1.0",
Expand Down Expand Up @@ -49,6 +49,6 @@
],
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
"license": "MIT"
}
15 changes: 7 additions & 8 deletions AJAX_Full_Project_GULP/src/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.9
* @version v1.0.10
* @link http://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* @license MIT
Expand Down Expand Up @@ -9741,7 +9741,7 @@ button {
color: rgba(255, 255, 255, 0.6) !important; }

.card-header .icon-bg {
display: inline-body;
display: inline-block;
padding: 0.75rem 1.25rem !important;
margin-top: -0.75rem;
margin-right: 1.25rem;
Expand Down Expand Up @@ -9929,18 +9929,18 @@ button {
.card-header .card-actions a:hover, .card-header .card-actions button:hover {
text-decoration: none; }
.card-header .card-actions a [class^="icon-"], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^="icon-"], .card-header .card-actions button [class*=" icon-"] {
display: inline-body;
display: inline-block;
vertical-align: middle; }
.card-header .card-actions a i, .card-header .card-actions button i {
display: inline-body;
display: inline-block;
transition: .4s; }
.card-header .card-actions a .r180, .card-header .card-actions button .r180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.card-header .card-actions .input-group {
width: 230px;
margin: 6px; }
.card-header .card-actions .input-group .input-group-addon {
.card-header .card-actions .input-group .input-group-prepend, .card-header .card-actions .input-group .input-group-append {
background: #fff; }
.card-header .card-actions .input-group input {
border-left: 0; }
Expand Down Expand Up @@ -10038,9 +10038,8 @@ base-chart.chart {
.main .container-fluid {
padding: 0 30px; }

.input-group-addon,
.input-group-btn {
min-width: 40px;
.input-group-prepend,
.input-group-append {
white-space: nowrap;
vertical-align: middle; }

Expand Down
4 changes: 2 additions & 2 deletions AJAX_Full_Project_GULP/src/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion AJAX_Full_Project_GULP/src/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.9
* @version v1.0.10
* @link http://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* @license MIT
Expand Down
8 changes: 4 additions & 4 deletions AJAX_Full_Project_GULP/src/scss/core/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.card-header {

.icon-bg {
display: inline-body;
display: inline-block;
padding: $card-spacer-y $card-spacer-x !important;
margin-top: -$card-spacer-y;
margin-right: $card-spacer-x;
Expand Down Expand Up @@ -135,12 +135,12 @@
}

[class^="icon-"], [class*=" icon-"] {
display: inline-body;
display: inline-block;
vertical-align: middle;
}

i {
display: inline-body;
display: inline-block;
transition: .4s;
}

Expand All @@ -153,7 +153,7 @@
width: 230px;
margin: 6px;

.input-group-addon {
.input-group-prepend, .input-group-append {
background: #fff;
}

Expand Down
5 changes: 2 additions & 3 deletions AJAX_Full_Project_GULP/src/scss/core/_input-group.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.input-group-addon,
.input-group-btn {
min-width: 40px;
.input-group-prepend,
.input-group-append {
white-space: nowrap;
vertical-align: middle; // Match the inputs
}
2 changes: 1 addition & 1 deletion AJAX_Full_Project_GULP/src/scss/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.9
* @version v1.0.10
* @link http://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* @license MIT
Expand Down
6 changes: 3 additions & 3 deletions AJAX_Starter_GULP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/ajax",
"version": "1.0.9",
"version": "1.0.10",
"description": "Open Source Bootstrap Admin Template",
"main": "index.html",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"simple-line-icons": "2.4.1"
},
"devDependencies": {
"browser-sync": "2.23.5",
"browser-sync": "2.23.6",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.1.0",
Expand Down Expand Up @@ -49,6 +49,6 @@
],
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
"license": "MIT"
}
15 changes: 7 additions & 8 deletions AJAX_Starter_GULP/src/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.9
* @version v1.0.10
* @link http://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* @license MIT
Expand Down Expand Up @@ -9741,7 +9741,7 @@ button {
color: rgba(255, 255, 255, 0.6) !important; }

.card-header .icon-bg {
display: inline-body;
display: inline-block;
padding: 0.75rem 1.25rem !important;
margin-top: -0.75rem;
margin-right: 1.25rem;
Expand Down Expand Up @@ -9929,18 +9929,18 @@ button {
.card-header .card-actions a:hover, .card-header .card-actions button:hover {
text-decoration: none; }
.card-header .card-actions a [class^="icon-"], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^="icon-"], .card-header .card-actions button [class*=" icon-"] {
display: inline-body;
display: inline-block;
vertical-align: middle; }
.card-header .card-actions a i, .card-header .card-actions button i {
display: inline-body;
display: inline-block;
transition: .4s; }
.card-header .card-actions a .r180, .card-header .card-actions button .r180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.card-header .card-actions .input-group {
width: 230px;
margin: 6px; }
.card-header .card-actions .input-group .input-group-addon {
.card-header .card-actions .input-group .input-group-prepend, .card-header .card-actions .input-group .input-group-append {
background: #fff; }
.card-header .card-actions .input-group input {
border-left: 0; }
Expand Down Expand Up @@ -10038,9 +10038,8 @@ base-chart.chart {
.main .container-fluid {
padding: 0 30px; }

.input-group-addon,
.input-group-btn {
min-width: 40px;
.input-group-prepend,
.input-group-append {
white-space: nowrap;
vertical-align: middle; }

Expand Down
4 changes: 2 additions & 2 deletions AJAX_Starter_GULP/src/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion AJAX_Starter_GULP/src/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.9
* @version v1.0.10
* @link http://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* @license MIT
Expand Down
8 changes: 4 additions & 4 deletions AJAX_Starter_GULP/src/scss/core/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.card-header {

.icon-bg {
display: inline-body;
display: inline-block;
padding: $card-spacer-y $card-spacer-x !important;
margin-top: -$card-spacer-y;
margin-right: $card-spacer-x;
Expand Down Expand Up @@ -135,12 +135,12 @@
}

[class^="icon-"], [class*=" icon-"] {
display: inline-body;
display: inline-block;
vertical-align: middle;
}

i {
display: inline-body;
display: inline-block;
transition: .4s;
}

Expand All @@ -153,7 +153,7 @@
width: 230px;
margin: 6px;

.input-group-addon {
.input-group-prepend, .input-group-append {
background: #fff;
}

Expand Down
5 changes: 2 additions & 3 deletions AJAX_Starter_GULP/src/scss/core/_input-group.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.input-group-addon,
.input-group-btn {
min-width: 40px;
.input-group-prepend,
.input-group-append {
white-space: nowrap;
vertical-align: middle; // Match the inputs
}
2 changes: 1 addition & 1 deletion AJAX_Starter_GULP/src/scss/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.9
* @version v1.0.10
* @link http://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* @license MIT
Expand Down
6 changes: 3 additions & 3 deletions Static_Full_Project_GULP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/static",
"version": "1.0.9",
"version": "1.0.10",
"description": "Open Source Bootstrap Admin Template",
"main": "index.html",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"simple-line-icons": "2.4.1"
},
"devDependencies": {
"browser-sync": "2.23.5",
"browser-sync": "2.23.6",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.1.0",
Expand Down Expand Up @@ -49,6 +49,6 @@
],
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
"license": "MIT"
}
15 changes: 7 additions & 8 deletions Static_Full_Project_GULP/src/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.9
* @version v1.0.10
* @link http://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* @license MIT
Expand Down Expand Up @@ -9741,7 +9741,7 @@ button {
color: rgba(255, 255, 255, 0.6) !important; }

.card-header .icon-bg {
display: inline-body;
display: inline-block;
padding: 0.75rem 1.25rem !important;
margin-top: -0.75rem;
margin-right: 1.25rem;
Expand Down Expand Up @@ -9929,18 +9929,18 @@ button {
.card-header .card-actions a:hover, .card-header .card-actions button:hover {
text-decoration: none; }
.card-header .card-actions a [class^="icon-"], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^="icon-"], .card-header .card-actions button [class*=" icon-"] {
display: inline-body;
display: inline-block;
vertical-align: middle; }
.card-header .card-actions a i, .card-header .card-actions button i {
display: inline-body;
display: inline-block;
transition: .4s; }
.card-header .card-actions a .r180, .card-header .card-actions button .r180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.card-header .card-actions .input-group {
width: 230px;
margin: 6px; }
.card-header .card-actions .input-group .input-group-addon {
.card-header .card-actions .input-group .input-group-prepend, .card-header .card-actions .input-group .input-group-append {
background: #fff; }
.card-header .card-actions .input-group input {
border-left: 0; }
Expand Down Expand Up @@ -10038,9 +10038,8 @@ base-chart.chart {
.main .container-fluid {
padding: 0 30px; }

.input-group-addon,
.input-group-btn {
min-width: 40px;
.input-group-prepend,
.input-group-append {
white-space: nowrap;
vertical-align: middle; }

Expand Down
4 changes: 2 additions & 2 deletions Static_Full_Project_GULP/src/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Static_Full_Project_GULP/src/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.9
* @version v1.0.10
* @link http://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* @license MIT
Expand Down
8 changes: 4 additions & 4 deletions Static_Full_Project_GULP/src/scss/core/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.card-header {

.icon-bg {
display: inline-body;
display: inline-block;
padding: $card-spacer-y $card-spacer-x !important;
margin-top: -$card-spacer-y;
margin-right: $card-spacer-x;
Expand Down Expand Up @@ -135,12 +135,12 @@
}

[class^="icon-"], [class*=" icon-"] {
display: inline-body;
display: inline-block;
vertical-align: middle;
}

i {
display: inline-body;
display: inline-block;
transition: .4s;
}

Expand All @@ -153,7 +153,7 @@
width: 230px;
margin: 6px;

.input-group-addon {
.input-group-prepend, .input-group-append {
background: #fff;
}

Expand Down
5 changes: 2 additions & 3 deletions Static_Full_Project_GULP/src/scss/core/_input-group.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.input-group-addon,
.input-group-btn {
min-width: 40px;
.input-group-prepend,
.input-group-append {
white-space: nowrap;
vertical-align: middle; // Match the inputs
}
Loading

0 comments on commit 0afc0b0

Please sign in to comment.