mirror of
https://github.com/google/nomulus
synced 2026-02-12 15:51:34 +00:00
21 lines
375 B
SCSS
21 lines
375 B
SCSS
.console-app {
|
|
&__registry-lock {
|
|
mat-label {
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
}
|
|
p {
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
&__registry-lock-notification {
|
|
padding: 20px;
|
|
border-radius: 10px;
|
|
background-color: var(--light-highlight);
|
|
margin-bottom: 20px;
|
|
width: max-content;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
}
|