Skip to content

Commit

Permalink
bump to v1.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lazabogdan committed Apr 29, 2016
1 parent d39f96d commit 2a1657c
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 338 deletions.
2 changes: 1 addition & 1 deletion dist/adminplus.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/adminplus.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adminplus",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"description": "AdminPlus Lite Bootstrap Theme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"bootstrap": "4.0.0-alpha.2",
"bootstrap-layout": "1.0.0-alpha.4",
"bootstrap-layout": "1.0.0-alpha.5",
"sass-md-colors": "^1.0.0"
},
"directories": {
Expand Down
46 changes: 13 additions & 33 deletions src/sass/_material-icons.scss
Original file line number Diff line number Diff line change
@@ -1,55 +1,35 @@
.material-icons, .icon-text {
// Material Icons
.material-icons,
.icon-text {
vertical-align: middle;
}

// Material Icons
// Rules for sizing the icon.
// Sizing
.material-icons.md-18 {
font-size: 18px;
}

.material-icons.md-24 {
font-size: 24px;
}

.material-icons.md-36 {
font-size: 36px;
}

.material-icons.md-48 {
font-size: 48px;
}

// Rules for using icons as black on a light background.
// Dark icon over light background
.material-icons.md-dark {
color: rgba(0, 0, 0, 0.54);
&.md-inactive {
color: rgba(0, 0, 0, 0.26);
}
}

.material-icons.md-dark.md-inactive {
color: rgba(0, 0, 0, 0.26);
}

// Rules for using icons as white on a dark background.
// Light icon over dark background
.material-icons.md-light {
color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
color: rgba(255, 255, 255, 0.3);
}

.material-icons.md-18 {
font-size: 18px;
}

.material-icons.md-24 {
font-size: 24px;
}

.material-icons.md-36 {
font-size: 36px;
}

.material-icons.md-48 {
font-size: 48px;
}
&.md-inactive {
color: rgba(255, 255, 255, 0.3);
}
}
6 changes: 0 additions & 6 deletions src/sass/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ body {
position: relative;
}

.container,
.container-fluid {
padding-left: $grid-gutter-width;
padding-right: $grid-gutter-width;
}

.page-heading {
padding: $grid-gutter-width 0;
}
Expand Down
10 changes: 0 additions & 10 deletions src/sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,6 @@ $text-muted-light: lighten($text-muted, 22%) !default;
$card-nav-link: $gray-light !default;
$card-nav-link-hover: $gray !default;

////////////
// NAVBAR //
////////////

$navbar-height: 56px !default;
$navbar-line-height: 56px !default;
$navbar-padding-vertical: 0 !default;
$navbar-padding-horizontal: 0 !default;
$navbar-box-shadow: none !default;

//////////////////////
// BOOTSTRAP-LAYOUT //
//////////////////////
Expand Down
10 changes: 0 additions & 10 deletions src/sass/navbar-components/_brand.scss

This file was deleted.

45 changes: 0 additions & 45 deletions src/sass/navbar-components/_core.scss

This file was deleted.

24 changes: 0 additions & 24 deletions src/sass/navbar-components/_dropdown.scss

This file was deleted.

30 changes: 0 additions & 30 deletions src/sass/navbar-components/_forms.scss

This file was deleted.

44 changes: 0 additions & 44 deletions src/sass/navbar-components/_menu.scss

This file was deleted.

26 changes: 0 additions & 26 deletions src/sass/navbar-components/_toggler.scss

This file was deleted.

38 changes: 0 additions & 38 deletions src/sass/navbar-skins/_navbar-dark.scss

This file was deleted.

33 changes: 0 additions & 33 deletions src/sass/navbar-skins/_navbar-light.scss

This file was deleted.

Loading

0 comments on commit 2a1657c

Please sign in to comment.