update css
This commit is contained in:
parent
ade03745c0
commit
49471f393f
@ -32,6 +32,9 @@ body {
|
|||||||
height:50px;
|
height:50px;
|
||||||
width:50px;
|
width:50px;
|
||||||
display: block;
|
display: block;
|
||||||
|
box-sizing: border-box;
|
||||||
|
border:1px solid #ccc;
|
||||||
|
border-radius: 10%
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-button span{
|
.menu-button span{
|
||||||
@ -39,4 +42,6 @@ body {
|
|||||||
width:40px;
|
width:40px;
|
||||||
height:10px;
|
height:10px;
|
||||||
margin:5px auto;
|
margin:5px auto;
|
||||||
|
background-color:#ccc;
|
||||||
|
border-radius:10%
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user