gourmetj-springboot/src/main/resources/META-INF/resources/css/style.css

37 lines
502 B
CSS

.redBox {
color: red;
background-color: blue;
}
.editIngGroupRow {
background-color: aqua;
font-weight: bold;
}
.displayIngGroupRow {
background-color: aqua;
font-weight: bold;
}
.greenButton {
background-color: green !important;
}
textarea {
font-family: 'latoregular', 'Trebuchet MS,Arial,Helvetica,sans-serif';
font-size: 1em
}
@media print {
.noprint {
display: none;
}
.printonly {
display: block;
}
}
#footer {
bottom: 90px;
width: 100%;
}