@ustack/uskin
Version:
A graceful framework which provides developers another chance to build an amazing site.
77 lines (64 loc) • 742 B
text/less
/**
* USkin reset based on normalize.css v3.0.1
*
* @author LeeY <yaoli111144@gmail.com>
*/
html {
height: 100%;
font-size: 12px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
color: #252f3d;
}
ul,
ol,
dl,
dd {
margin: 0;
padding: 0;
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
form {
margin: 0;
}
a {
color: @color_info;
&:hover {
color: @color_info_600;
}
&:active {
color: @color_info_700;
}
}
input,
textarea {
outline: 0;
}
// hide ie drop-down arrow
select {
&::-ms-expand {
display: none;
}
}