mycontrolpanel/src/app/app.component.css
2019-07-11 20:54:44 +02:00

35 lines
419 B
CSS

p-toolbar{
height: 33px
}
p-toolbar img{
height: 33px;
padding-left: 50px;
}
.ui-inputgroup{
padding-top: 10px;
padding-bottom: 10px
}
p-toolbar {
background-color: lightgrey;
opacity: 0.7;
z-index: 999;
position: absolute;
width: 100%;
border:none;
}
p-toolbar .ui-button {
background-color: transparent ;
opacity: 1;
color:#3366ff;
border: none;
}