This repository was archived by the owner on Jan 24, 2020. It is now read-only.
File tree 2 files changed +66
-14
lines changed 2 files changed +66
-14
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,36 @@ class Menu extends React.Component {
56
56
</ div >
57
57
</ div >
58
58
< div className = "dock" >
59
- < div className = "icon highlight" >
60
- < div className = "label" > tutorial.html</ div >
61
- < i > </ i >
59
+ < div className = "arrow" >
60
+ < i className = "fal fa-chevron-left" > </ i >
62
61
</ div >
63
- < div className = "icon" >
64
- < div className = "label" > iframe.html</ div >
65
- < i > </ i >
62
+ < div className = "tab highlight" >
63
+ < div className = "content" >
64
+ < div className = "header" >
65
+ < div className = "label" > tutorial.html</ div >
66
+ < div className = "button" >
67
+ < i className = "fal fa-times" > </ i >
68
+ </ div >
69
+ </ div >
70
+ < i > </ i >
71
+ </ div >
72
+ </ div >
73
+ < div className = "tab" >
74
+ < div className = "content" >
75
+ < div className = "header" >
76
+ < div className = "label" > iframe.html</ div >
77
+ < div className = "button" >
78
+ < i className = "fal fa-times" > </ i >
79
+ </ div >
80
+ </ div >
81
+ < i > </ i >
82
+ </ div >
83
+ </ div >
84
+ < div className = "tab" />
85
+ < div className = "tab" />
86
+ < div className = "tab" />
87
+ < div className = "arrow" >
88
+ < i className = "fal fa-chevron-right" > </ i >
66
89
</ div >
67
90
</ div >
68
91
</ div >
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ input[type=text] {
14
14
15
15
.navbar {
16
16
display : flex;
17
- padding : 1vw ;
18
- padding-bottom : 0 ;
17
+ padding : 2vw ;
19
18
}
20
19
.navbar .nav {
21
20
display : flex;
@@ -43,7 +42,7 @@ input[type=text] {
43
42
44
43
.body {
45
44
display : flex;
46
- padding : 2 vw ;
45
+ padding : 0 3 vw ;
47
46
align-items : center;
48
47
flex : 1 ;
49
48
flex-direction : column;
@@ -75,16 +74,46 @@ input[type=text] {
75
74
.dock {
76
75
display : flex;
77
76
}
78
- .dock .icon {
77
+ .dock .arrow {
78
+ display : flex;
79
+ width : 3vw ;
80
+ justify-content : center;
81
+ align-items : center;
82
+ }
83
+ .dock .tab {
79
84
display : flex;
80
- width : 20vw ;
81
85
height : 30vh ;
86
+ padding-right : 1vw ;
87
+ flex : 1 ;
88
+ flex-direction : column;
89
+ }
90
+ .dock .tab .content {
91
+ display : flex;
82
92
background-color : # EEE ;
93
+ flex : 1 ;
94
+ flex-direction : column;
83
95
}
84
- .dock .icon .highlight {
96
+ .dock .tab .highlight . content {
85
97
background-color : # 5c6bc0 ;
86
98
color : # FFF ;
87
99
}
88
- .dock .icon .label {
89
- padding : 1vw ;
100
+ .dock .tab .content .header {
101
+ display : flex;
102
+ height : 2vw ;
103
+ }
104
+ .dock .tab .content .header .label {
105
+ display : flex;
106
+ padding : 0 1vw ;
107
+ background-color : rgba (0 , 0 , 0 , 0.1 );
108
+ flex : 1 ;
109
+ align-items : center;
110
+ }
111
+ .dock .tab .content .header .button {
112
+ display : flex;
113
+ width : 2vw ;
114
+ height : 2vw ;
115
+ background-color : # ef5350 ;
116
+ color : # FFF ;
117
+ justify-content : center;
118
+ align-items : center;
90
119
}
You can’t perform that action at this time.
0 commit comments