Data/src/main/angular/src/app/app.component.less

39 lines
511 B
Plaintext

.menubar {
border-bottom: 0.05em solid black;
background-color: #303d47;
.menuitem {
padding: 0.1em 0.25em;
}
.menuitemLeft {
float: left;
border-right: 0.05em solid black;
}
.menuitemRight {
float: right;
border-left: 0.05em solid black;
}
.menuitemActive {
color: white;
background-color: #006ebc;
}
.electricity {
float: right;
padding-right: 0.25em;
font-size: 55%;
.halfLine {
div {
float: right;
}
}
}
}