This commit is contained in:
2017-11-03 05:11:19 +00:00
parent e41d4a6394
commit caca186710
12 changed files with 172 additions and 172 deletions

View File

@@ -0,0 +1,24 @@
.sui {
input {
padding: .5em;
}
input[type="text"], input[type="password"] {
height: @input-text-height;
background: transparent;
border: none;
color: @color-white;
&:focus, &:hover {
outline: none;
border-bottom: solid 1px @color-main;
box-shadow: 3px @color-main;
}
}
input[type="checkbox"] {
transform: scale(@input-checkbox-scale);
}
input[type="range"] {
}
}