1
0
mirror of https://github.com/google/nomulus synced 2026-02-10 06:50:30 +00:00
Files
nomulus/console-webapp/src/app/billingInfo/billingInfo.component.scss
2025-01-29 20:19:00 +00:00

23 lines
383 B
SCSS

.console-app__billing {
display: flex;
flex-wrap: wrap-reverse;
> div {
flex: 1;
display: flex;
justify-content: center;
flex-direction: column;
text-align: left;
max-width: 300px;
min-width: 200px;
margin-top: -40px;
}
img {
aspect-ratio: 1 / 1;
width: 100%;
}
&-subhead {
font-size: 1.25rem;
margin-bottom: 20px;
}
}