Files
SkydiveLogs/Front/skydivelogs-app/src/app/summary/summary.component.css
2020-05-04 16:29:54 +02:00

39 lines
518 B
CSS

.mat-row td {
padding-right: 15px;
}
.labelTab {
padding: 5px;
cursor: pointer;
text-decoration: underline;
font-weight: bold;
background-color: lightgray;
}
.labelTab.selected {
background-color: gray !important;
}
.content {
min-height: 90vh;
display: flex;
justify-content: left;
flex-direction: column;
align-items: initial;
padding-top: 25px;
}
.left130 {
clear: both;
float: left;
width: 130px;
}
.paragraph {
margin-bottom: 10px;
}
.mat-tab-group {
margin-top: 20px;
}