You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
538 B

.header {
width: 100%;
background: @component-background;
height: 64px;
padding: 0;
box-shadow: 0 0.3px 0.9px rgba(0,0,0,0.12), 0 1.6px 3.6px rgba(0,0,0,0.12);
z-index: 2;
}
.content {
height: 64px;
display: flex;
align-items: center;
cursor: pointer;
padding: 0 30px;
transition: all .3s;
&:hover {
background: rgba(0, 0, 0, .025);
}
}
.toggleMenu{
display: inline-block;
height: 64px;
line-height: 64px;
padding: 0 24px;
font-size: 20px;
cursor: pointer;
transition: all .3s,padding 0s;
}