2020-12-13 22:46:41 +08:00
|
|
|
@import '../element/element-variables.scss';
|
|
|
|
@import '../transition/index.scss';
|
|
|
|
|
2020-12-14 00:02:33 +08:00
|
|
|
@font-face {
|
|
|
|
font-family: 'element-icons';
|
|
|
|
src: url('../fonts/element-icons.woff') format('woff'),
|
|
|
|
/* chrome, firefox */ url('../fonts/element-icons.ttf') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
|
|
font-weight: normal;
|
|
|
|
font-display: $--font-display;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2020-12-13 22:46:41 +08:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|