1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-19 12:11:21 +02:00

Customization documentation for switches

Added full customization documentation for switch components.
This commit is contained in:
Angelos Chalaris
2017-06-08 23:48:21 +03:00
parent acf9e37fdb
commit 8af1ac0d9c
22 changed files with 207 additions and 26 deletions

3
dist/mini-nord.css vendored
View File

@@ -947,6 +947,7 @@ input[type="file"] {
background: #E5E9F0;
color: #2E3440;
margin-left: -20px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
}
.input-group [type="checkbox"] + label:hover:before, .input-group [type="checkbox"] + label:focus:before, .input-group [type="radio"] + label:hover:before, .input-group [type="radio"] + label:focus:before {
@@ -991,6 +992,7 @@ input[type="file"] {
border-radius: 8px;
background: #D8DEE9;
margin-left: -38px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
}
.input-group [type="checkbox"] + label.switch:after, .input-group [type="radio"] + label.switch:after {
@@ -1004,6 +1006,7 @@ input[type="file"] {
border-radius: 100%;
bottom: 5px;
margin-left: -48px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
transition: left 0.3s;
}

File diff suppressed because one or more lines are too long

View File

@@ -951,6 +951,7 @@ input[type="file"] {
background: #f2edff;
color: #211423;
margin-left: -20px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
}
.input-group [type="checkbox"] + label:hover:before, .input-group [type="checkbox"] + label:focus:before, .input-group [type="radio"] + label:hover:before, .input-group [type="radio"] + label:focus:before {

File diff suppressed because one or more lines are too long