1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00
This commit is contained in:
Jenil Gogari 2019-05-12 12:55:48 -04:00
parent d58ae30e42
commit 11a0d72fe2
4 changed files with 4 additions and 7 deletions

5
dist/chota.css vendored
View File

@ -1,4 +1,4 @@
/*! chota.css v0.6.1 | MIT License | github.com/jenil/chota */ /*! chota.css v0.6.2 | MIT License | github.com/jenil/chota */
:root { :root {
--color-primary: #1a9f60; --color-primary: #1a9f60;
--color-lightGrey: #d2d6dd; --color-lightGrey: #d2d6dd;
@ -616,9 +616,6 @@ button:disabled:hover {
::-webkit-input-placeholder { ::-webkit-input-placeholder {
color: #bdbfc4; color: #bdbfc4;
} }
::-moz-placeholder {
color: #bdbfc4;
}
:-ms-input-placeholder { :-ms-input-placeholder {
color: #bdbfc4; color: #bdbfc4;
} }

2
dist/chota.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "chota", "name": "chota",
"version": "0.6.1", "version": "0.6.2",
"description": "A really small CSS framework", "description": "A really small CSS framework",
"main": "dist/chota.min.css", "main": "dist/chota.min.css",
"scripts": { "scripts": {

View File

@ -1,4 +1,4 @@
/*! chota.css v0.6.1 | MIT License | github.com/jenil/chota */ /*! chota.css v0.6.2 | MIT License | github.com/jenil/chota */
@import "_base.css"; @import "_base.css";
@import "_grid.css"; @import "_grid.css";
@import "_form.css"; @import "_form.css";