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

44 lines
599 B
Plaintext

@import "../config";
.menu {
border-bottom: @border solid black;
.item {
padding: @space;
}
.itemLeft {
float: left;
border-right: @border solid black;
}
.itemRight {
float: right;
border-left: @border solid black;
}
.active {
background-color: lightskyblue;
}
}
#notConnected {
position: fixed;
display: flex;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
border: @space solid red;
color: red;
div {
text-align: center;
margin: auto;
font-size: 200%;
font-weight: bold;
}
}