You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
833 B
SCSS
67 lines
833 B
SCSS
8 months ago
|
*,
|
||
|
*::before,
|
||
|
*::after {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
// a {
|
||
|
// text-decoration: none;
|
||
|
// color : inherit;
|
||
|
// cursor : pointer;
|
||
|
// }
|
||
|
|
||
|
// button {
|
||
|
// background-color: transparent;
|
||
|
// color : inherit;
|
||
|
// border-width : 0;
|
||
|
// padding : 0;
|
||
|
// cursor : pointer;
|
||
|
// }
|
||
|
|
||
|
// figure {
|
||
|
// margin: 0;
|
||
|
// }
|
||
|
|
||
|
// input::-moz-focus-inner {
|
||
|
// border : 0;
|
||
|
// padding: 0;
|
||
|
// margin : 0;
|
||
|
// }
|
||
|
|
||
|
// ul,
|
||
|
// ol,
|
||
|
// dd {
|
||
|
// margin : 0;
|
||
|
// padding : 0;
|
||
|
// list-style: none;
|
||
|
// }
|
||
|
|
||
|
h1,
|
||
|
h2,
|
||
|
h3,
|
||
|
h4,
|
||
|
h5,
|
||
|
h6 {
|
||
|
margin : 0;
|
||
|
font-size : inherit;
|
||
|
font-weight: inherit;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
// cite {
|
||
|
// font-style: normal;
|
||
|
// }
|
||
|
|
||
|
// fieldset {
|
||
|
// border-width: 0;
|
||
|
// padding : 0;
|
||
|
// margin : 0;
|
||
|
// }
|
||
|
|
||
|
body {
|
||
|
margin: 0;
|
||
|
font-size: $uni-font-size-base;
|
||
|
}
|