File tree Expand file tree Collapse file tree 2 files changed +3
-26
lines changed Expand file tree Collapse file tree 2 files changed +3
-26
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
- < html lang ="en " style =" width: 100% " >
2
+ < html lang ="en ">
3
3
4
4
< head >
5
5
< title > Button Component Tests</ title >
12
12
< link rel ="stylesheet " type ="text/css " href ="../../../target/test/css/index.css ">
13
13
</ head >
14
14
15
- < body class ="Site u-width-100 ">
15
+ < body class ="Site ">
16
16
< header class ="Site_header
17
17
u-width-100
18
18
u-font-oleo-script
33
33
u-margin-right-2x "> </ span >
34
34
</ header >
35
35
36
- < main class ="u-width-100
37
- u-text-color-silver-grey
36
+ < main class ="u-text-color-silver-grey
38
37
u-flex
39
38
u-flex-column
40
39
u-flex-align-items-center
Original file line number Diff line number Diff line change 24
24
25
25
< span class ="Test_counter "> </ span >
26
26
< span class ="Test_component "> Button</ span >
27
-
28
- < div class ="Test_container u-width-100 u-md-flex-justify-around u-md-flex-row u-md-flex-align-items-start ">
29
- < div class ="Test_input ">
30
- < div class ="Test_when "> </ div >
31
- < div class ="Test_description "> A button's border and background color are not specified.</ div >
32
- < pre class ="Test_markup ">
33
- < code class ="html ">
34
- < a class ="Button
35
- u-letter-spacing-1x
36
- u-on-hover-background-color-555
37
- u-text-color-white
38
- u-font-open-sans
39
- u-font-weight-300
40
- u-font-size-500 "> booyakasha
41
- </ a >
42
- </ code >
43
- </ pre >
44
- </ div >
45
- < div class ="Test_output ">
46
- < div class ="Test_then "> </ div >
47
- < div class ="Test_description u-margin-bottom-1x "> Both the border and the background is transparent.</ div >
48
- </ div >
49
27
</ div >
50
28
51
29
<!-- End of Test div-->
You can’t perform that action at this time.
0 commit comments