1
0
mirror of https://github.com/google/nomulus synced 2026-02-11 15:21:28 +00:00
Files
nomulus/console-webapp/src/app/lock/registryLockVerify.component.scss
gbrodman 233ee09efe Add simple registry-lock-verification page (#2499)
This is a fairly simple page that solely exists to display the result
from the action, and to link the user back to the domain list.
2024-07-23 19:04:35 +00:00

10 lines
136 B
SCSS

.console-app__registry-lock {
&-content {
margin-top: 30px;
}
&-subhead {
font-size: 20px;
margin-bottom: 20px;
}
}