Skip to content

Commit 3d411bb

Browse files
author
Avaer Kazmer
committed
Add initial interface.html actions
1 parent 15d7218 commit 3d411bb

File tree

1 file changed

+62
-6
lines changed

1 file changed

+62
-6
lines changed

interface.html

Lines changed: 62 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,54 @@
112112
border-color: #ec407a;
113113
color: #FFF;
114114
}
115+
.actions {
116+
}
117+
.actions .action {
118+
position: relative;
119+
display: inline-flex;
120+
width: 668px;
121+
height: 250px;
122+
padding: 30px;
123+
float: left;
124+
align-items: center;
125+
}
126+
.actions .action .border {
127+
position: absolute;
128+
left: 30px;
129+
right: 30px;
130+
top: 30px;
131+
bottom: 30px;
132+
background-color: #f2f3f5;
133+
border-radius: 20px;
134+
}
135+
.actions .action .icon {
136+
position: relative;
137+
display: flex;
138+
width: 130px;
139+
height: 130px;
140+
margin-right: 20px;
141+
// background-color: #f2f3f5;
142+
// border-radius: 40px;
143+
justify-content: center;
144+
align-items: center;
145+
}
146+
.actions .action .wrap {
147+
position: relative;
148+
display: flex;
149+
flex-direction: column;
150+
}
151+
.actions .action .wrap h3,
152+
.actions .action .wrap p {
153+
margin: 0;
154+
}
155+
.actions .action .wrap h3 {
156+
font-size: 50px;
157+
// line-height: 1.6;
158+
font-weight: 300;
159+
}
160+
.actions .action .wrap p {
161+
font-size: 36px;
162+
}
115163
.metasites {
116164
display: flex;
117165
flex-direction: column;
@@ -136,13 +184,7 @@
136184
}
137185
.metasites .metasite.selected .border {
138186
background-color: #000;
139-
/* background-color: #5c6bc0;
140-
color: #FFF; */
141-
// border-color: #000;
142187
}
143-
/* .metasites .metasite.selected .icon {
144-
background-color: #FFF;
145-
} */
146188
.metasites .metasite .icon {
147189
position: relative;
148190
display: flex;
@@ -205,6 +247,20 @@ <h3>{{label}}</h3>
205247
</ul>
206248
</div>
207249
{{/tab1}}
250+
{{#tab2}}
251+
<div class=actions>
252+
<a id=action-new class=action>
253+
<div class=border></div>
254+
<div class=icon>
255+
<i class="fal fa-sparkles"></i>
256+
</div>
257+
<div class=wrap>
258+
<h3>New scene</h3>
259+
<p>Clear your metasite scene</p>
260+
</div>
261+
</a>
262+
</div>
263+
{{/tab2}}
208264
{{#tab4}}
209265
<div class=metasites>
210266
<a id=metasite-local class="metasite selected">

0 commit comments

Comments
 (0)