aws multi account viewer rc1
This commit is contained in:
parent
2a95fbb87a
commit
882aa67b3a
|
@ -78,3 +78,7 @@ div.new_task_cluster > div {
|
||||||
#fuerte {
|
#fuerte {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flex-row-baseline * {
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
|
|
|
@ -524,6 +524,12 @@ select:-internal-list-box {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
}
|
}
|
||||||
|
.flex-row-baseline {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
.nowrap {
|
.nowrap {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue