80 lines
1.1 KiB
CSS
80 lines
1.1 KiB
CSS
.header-container-title {
|
|
flex-grow: 1;
|
|
text-align: left;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.command-button-row {
|
|
display: flex;
|
|
gap: 15px;
|
|
}
|
|
|
|
.divider {
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.lists-container {
|
|
padding: 16px;
|
|
}
|
|
|
|
.imagesLists-container {
|
|
flex: 1;
|
|
}
|
|
|
|
.card.unidad-card {
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
}
|
|
|
|
.search-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
margin: 1.5rem 0rem 1.5rem 0rem;
|
|
}
|
|
|
|
.search-string {
|
|
flex: 2;
|
|
padding: 5px;
|
|
}
|
|
|
|
.search-boolean {
|
|
flex: 1;
|
|
padding: 5px;
|
|
}
|
|
|
|
.header-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 10px 10px;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.mat-elevation-z8 {
|
|
box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
|
|
}
|
|
|
|
.paginator-container {
|
|
display: flex;
|
|
justify-content: end;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.mat-chip-readonly-true {
|
|
background-color: #4CAF50 !important;
|
|
color: white !important;
|
|
}
|
|
|
|
.mat-chip-readonly-false {
|
|
background-color: #F44336 !important;
|
|
color: white !important;
|
|
}
|
|
|