39 lines
502 B
CSS
39 lines
502 B
CSS
.env-settings {
|
|
padding: 16px;
|
|
|
|
h1 {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.mat-table {
|
|
margin-bottom: 16px;
|
|
width: 100%;
|
|
}
|
|
|
|
.value-input {
|
|
width: 100%;
|
|
}
|
|
|
|
.actions {
|
|
display: flex;
|
|
gap: 16px;
|
|
justify-content: flex-end;
|
|
margin-top: 16px;
|
|
|
|
button {
|
|
min-width: 120px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.header-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 10px;
|
|
}
|
|
|
|
.mat-elevation-z8 {
|
|
box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
|
|
}
|