Skip to content

Commit

Permalink
Merge pull request #38 from Airmime/V2.0.1
Browse files Browse the repository at this point in the history
V2.0.1
  • Loading branch information
Airmime authored Apr 18, 2022
2 parents 2881501 + 96e968b commit 10a441f
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Each component of the framework is compatible with the dark mode. A dedicated pa

## Version

minstyle.io V2.0.0
minstyle.io V2.0.1

## Get Started

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A simple CSS Framework !",
"main": "css/minstyle.io.css",
"license": "MIT",
"version": "2.0.0",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/Airmime/minstyle.io.git"
Expand Down
2 changes: 1 addition & 1 deletion css/scss/components/_avatar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
right: -5px;
bottom: -5px;
background-color: rgba(243, 243, 243, 1);
border: 3px solid rgba(var(--main-bg), 1);
border: 3px solid rgba(var(--default-border-color), 1);
overflow: hidden;
border-radius: 50%;

Expand Down
9 changes: 7 additions & 2 deletions css/scss/layout/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
width: 100%;
background-color: rgba(var(--ligth-bg-color), 1);
text-align: center;
box-sizing: border-box;
margin: 0;
padding: 3rem 0 4rem 0;
padding: 3rem 1rem 4rem 1rem;

p {
width: 100%;
}

&.ms-small {
padding: 1.5rem 0;
padding: 1.5rem 1rem;
}
}
6 changes: 3 additions & 3 deletions css/scss/minstyle.io.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* minstyle.io - A simple CSS Framework !
* Repo : https://github.com/Airmime/minstyle.io
* Version : v2.0.0
* Version : v2.0.1
* Website : https://minstyle.io/
*/

Expand Down Expand Up @@ -35,11 +35,11 @@ html[data-theme="dark"] {
}

* {
box-sizing: content-box;
box-sizing: border-box
}
*:before,
*:after {
box-sizing: content-box;
box-sizing: border-box
}

html {
Expand Down
22 changes: 14 additions & 8 deletions dist/css/minstyle.io.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/minstyle.io.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/minstyle.io.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/minstyle.io.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minstyle.io",
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple CSS Framework !",
"main": "dist/minstyle.io.css",
"author": "Rémi MARION",
Expand Down

0 comments on commit 10a441f

Please sign in to comment.