bulma and fontawesome instaled
[josuexyz/.git] / node_modules / bulma / sass / base / minireset.sass
1 /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
2 // Blocks
3 html,
4 body,
5 p,
6 ol,
7 ul,
8 li,
9 dl,
10 dt,
11 dd,
12 blockquote,
13 figure,
14 fieldset,
15 legend,
16 textarea,
17 pre,
18 iframe,
19 hr,
20 h1,
21 h2,
22 h3,
23 h4,
24 h5,
25 h6
26   margin: 0
27   padding: 0
28
29 // Headings
30 h1,
31 h2,
32 h3,
33 h4,
34 h5,
35 h6
36   font-size: 100%
37   font-weight: normal
38
39 // List
40 ul
41   list-style: none
42
43 // Form
44 button,
45 input,
46 select,
47 textarea
48   margin: 0
49
50 // Box sizing
51 html
52   box-sizing: border-box
53
54 *
55   &,
56   &::before,
57   &::after
58     box-sizing: inherit
59
60 // Media
61 img,
62 video
63   height: auto
64   max-width: 100%
65
66 // Iframe
67 iframe
68   border: 0
69
70 // Table
71 table
72   border-collapse: collapse
73   border-spacing: 0
74
75 td,
76 th
77   padding: 0
78   &:not([align])
79     text-align: left