mirror of
https://github.com/google/nomulus
synced 2026-02-03 11:32:24 +00:00
29 lines
523 B
SCSS
29 lines
523 B
SCSS
.console-app__ote-status {
|
|
max-width: 730px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
&_completed,
|
|
&_unfinished {
|
|
border: 1px solid #ddd;
|
|
padding: 20px;
|
|
border-radius: 10px;
|
|
margin: 0 20px 30px 0;
|
|
div {
|
|
display: flex;
|
|
min-width: 300px;
|
|
align-items: flex-start;
|
|
max-width: 300px;
|
|
margin-bottom: 10px;
|
|
padding-bottom: 5px;
|
|
border-bottom: 1px solid #ddd;
|
|
&:last-child {
|
|
border: none;
|
|
}
|
|
}
|
|
|
|
mat-icon {
|
|
min-width: 30px;
|
|
}
|
|
}
|
|
}
|