38 lines
366 B
CSS
38 lines
366 B
CSS
table {
|
|
width: 75%;
|
|
border-spacing: 20px;
|
|
}
|
|
|
|
.mat-table {
|
|
border-spacing: 20px;
|
|
}
|
|
|
|
.spacer {
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
#addEntryfield {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
#divider {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#firstblock {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#secondblock {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.rightaligned {
|
|
text-align: right;
|
|
}
|
|
|
|
.large {
|
|
font-size: large;
|
|
}
|
|
|