1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-07-31 19:10:25 +02:00

Documented switch component

Added usage documentation for switch component, only thing missing now is the addition of the customization documentation.
This commit is contained in:
Angelos Chalaris
2017-06-08 23:14:43 +03:00
parent f95c23f271
commit acf9e37fdb
27 changed files with 145 additions and 19 deletions

1
dist/mini-dark.css vendored
View File

@@ -916,6 +916,7 @@ input[type="file"] {
.input-group [type="checkbox"] + label, .input-group [type="radio"] + label {
position: relative;
margin-left: 1.25rem;
cursor: pointer;
}
.input-group [type="checkbox"] + label:before, .input-group [type="radio"] + label:before {

File diff suppressed because one or more lines are too long

View File

@@ -915,6 +915,7 @@ input[type="file"] {
.input-group [type="checkbox"] + label, .input-group [type="radio"] + label {
position: relative;
margin-left: 1.25rem;
cursor: pointer;
}
.input-group [type="checkbox"] + label:before, .input-group [type="radio"] + label:before {

File diff suppressed because one or more lines are too long

1
dist/mini-lite.css vendored
View File

@@ -846,6 +846,7 @@ input[type="file"] {
.input-group [type="checkbox"] + label, .input-group [type="radio"] + label {
position: relative;
margin-left: 1.25rem;
cursor: pointer;
}
.input-group [type="checkbox"] + label:before, .input-group [type="radio"] + label:before {

File diff suppressed because one or more lines are too long

1
dist/mini-nord.css vendored
View File

@@ -931,6 +931,7 @@ input[type="file"] {
.input-group [type="checkbox"] + label, .input-group [type="radio"] + label {
position: relative;
margin-left: 20px;
cursor: pointer;
}
.input-group [type="checkbox"] + label:before, .input-group [type="radio"] + label:before {

File diff suppressed because one or more lines are too long

View File

@@ -935,6 +935,7 @@ input[type="file"] {
.input-group [type="checkbox"] + label, .input-group [type="radio"] + label {
position: relative;
margin-left: 20px;
cursor: pointer;
}
.input-group [type="checkbox"] + label:before, .input-group [type="radio"] + label:before {

File diff suppressed because one or more lines are too long