25
25
< body class ="w-100 sans-serif bg-white ">
26
26
< main >
27
27
< div class ="cf ">
28
- < div class ="fl w-100 w-20-ns tc pv5 bg-black-05 ">
28
+ < div class ="fl w-100 w-20-ns tc pv5 bg-black-20 ">
29
29
1
30
30
</ div >
31
31
< div class ="fl w-25 w-20-ns tc pv5 bg-black-10 ">
@@ -50,7 +50,7 @@ <h2 class="f5">HTML</h2>
50
50
< p class ="f5 black-70 "> </ p >
51
51
< pre class ="pa3 ba br2 b--black-10 h5 bg-white-20 " id ="html ">
52
52
<div class="cf">
53
- <div class="fl w-100 w-20-ns tc pv5 bg-black-05 ">
53
+ <div class="fl w-100 w-20-ns tc pv5 bg-black-20 ">
54
54
1
55
55
</div>
56
56
<div class="fl w-25 w-20-ns tc pv5 bg-black-10">
@@ -97,6 +97,10 @@ <h2 class="f5">css</h2>
97
97
width: 100%;
98
98
}
99
99
100
+ .bg-black-20 {
101
+ background-color: rgba(0, 0, 0, .2);
102
+ }
103
+
100
104
.bg-black-10 {
101
105
background-color: rgba(0, 0, 0, .1);
102
106
}
@@ -128,16 +132,16 @@ <h2 class="f5">css</h2>
128
132
< h2 class ="f5 mb3 mt4 "> Css stats for this component</ h2 >
129
133
< dl class ="dib mr4 mt0 ">
130
134
< dt class ="db f6 "> Gzipped Size</ dt >
131
- < dd class ="ml0 b f3 f2-ns "> 277 < small class ="f6 "> B</ small >
135
+ < dd class ="ml0 b f3 f2-ns "> 284 < small class ="f6 "> B</ small >
132
136
</ dd >
133
137
</ dl >
134
138
< dl class ="dib mr4 mt0 ">
135
139
< dt class ="db f6 "> Selectors</ dt >
136
- < dd class ="ml0 b f3 f2-ns "> 12 </ dd >
140
+ < dd class ="ml0 b f3 f2-ns "> 13 </ dd >
137
141
</ dl >
138
142
< dl class ="dib mt0 ">
139
143
< dt class ="db f6 "> Declarations</ dt >
140
- < dd class ="ml0 b f3 f2-ns "> 14 </ dd >
144
+ < dd class ="ml0 b f3 f2-ns "> 15 </ dd >
141
145
</ dl >
142
146
</ div >
143
147
< div class ="fl w-100 ">
0 commit comments