10 lines
205 B
SCSS
10 lines
205 B
SCSS
|
.menu-button {
|
||
|
background-color: purple;
|
||
|
color:white;
|
||
|
display: inline-block;
|
||
|
width: 2.5em;
|
||
|
height: 2.5em;
|
||
|
line-height: 2.5em;
|
||
|
text-align: center;
|
||
|
font-size: 1rem;
|
||
|
}
|