1
0
mirror of https://github.com/google/nomulus synced 2026-02-12 15:51:34 +00:00
Files
nomulus/console-webapp/src/app/domains/registryLock.component.scss
2024-07-26 16:02:19 +00:00

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;
}
}