mirror of
https://github.com/google/nomulus
synced 2026-08-02 05:16:08 +00:00
32 lines
416 B
SCSS
32 lines
416 B
SCSS
.console-app__contact {
|
|
max-width: 616px;
|
|
section {
|
|
margin-bottom: 40px;
|
|
}
|
|
&-required {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
|
|
&-submit {
|
|
margin: 30px 0;
|
|
}
|
|
|
|
&-controls {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
mat-card {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
mat-form-field {
|
|
display: block;
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|