Commit c6af78e8 authored by Mark Otto's avatar Mark Otto

grunt

parent a6053b57
......@@ -3038,10 +3038,14 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.c-input > input:checked ~ .c-indicator {
color: #fff;
background-color: #0074d9;
-webkit-box-shadow: none;
box-shadow: none;
}
.c-input > input:active ~ .c-indicator {
color: #fff;
background-color: #84c6ff;
-webkit-box-shadow: none;
box-shadow: none;
}
.c-input + .c-input {
margin-left: 1rem;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -3038,10 +3038,14 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.c-input > input:checked ~ .c-indicator {
color: #fff;
background-color: #0074d9;
-webkit-box-shadow: none;
box-shadow: none;
}
.c-input > input:active ~ .c-indicator {
color: #fff;
background-color: #84c6ff;
-webkit-box-shadow: none;
box-shadow: none;
}
.c-input + .c-input {
margin-left: 1rem;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment