UI work
This commit is contained in:
@@ -113,10 +113,11 @@ svg circle{
|
||||
|
||||
.menu > div > .list{
|
||||
position: fixed;
|
||||
height: 30px;
|
||||
left: 5%;
|
||||
bottom: 50px;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
z-index: 10;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.menu > div > .list > *{
|
||||
@@ -152,6 +153,17 @@ h2{
|
||||
font-size: 30px;
|
||||
background: red;
|
||||
color: white;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.actions .list > div,
|
||||
.hardware .list > div,
|
||||
.help .list > div,
|
||||
.trains .list > div{
|
||||
padding: 5px;
|
||||
height: unset;
|
||||
}
|
||||
|
||||
.closebtn{
|
||||
|
||||
3
resources/svg/Contact.svg
Normal file
3
resources/svg/Contact.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="100" height="100" viewbox="0 0 %width% 100">
|
||||
<circle cx="50" cy="50" r="25" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 98 B |
Reference in New Issue
Block a user