forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
503 B
44 lines
503 B
8 years ago
|
html,
|
||
|
body,
|
||
|
div,
|
||
|
ul,
|
||
8 years ago
|
ol,
|
||
8 years ago
|
li,
|
||
|
img,
|
||
|
a,
|
||
|
span,
|
||
|
p,
|
||
|
* {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
a {
|
||
|
outline: none;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a:focus {
|
||
|
outline: 0;
|
||
|
}
|
||
|
input,
|
||
|
textarea {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
outline: none;
|
||
|
border: 1px solid #d4dadd;
|
||
|
}
|
||
|
.bi-theme-dark input,
|
||
|
.bi-theme-dark textarea {
|
||
|
border: 1px solid #525466;
|
||
|
}
|
||
|
ul {
|
||
|
list-style: disc;
|
||
|
}
|
||
|
li {
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
i {
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-webkit-text-stroke-width: 0.2px;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|