mirror of
https://github.com/google/nomulus
synced 2026-02-09 06:20:29 +00:00
18 lines
231 B
SCSS
18 lines
231 B
SCSS
.console-app__rdap {
|
|
max-width: 616px;
|
|
|
|
&-controls {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
margin-bottom: 20px;
|
|
button {
|
|
flex-shrink: 0;
|
|
}
|
|
}
|
|
|
|
mat-card {
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|