Add register device placeholder
This commit is contained in:
32
src/app/registerdevice/registerdevice.component.scss
Normal file
32
src/app/registerdevice/registerdevice.component.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
.container {
|
||||
width:100%;
|
||||
height:100;
|
||||
padding-top: 5em;
|
||||
}
|
||||
|
||||
.logo {
|
||||
max-width: 80%;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.play-badge {
|
||||
margin-top: 1.5em;
|
||||
max-width: 45%;
|
||||
}
|
||||
|
||||
.message {
|
||||
margin:auto;
|
||||
font-size: 1.5em;
|
||||
line-height: 1.5em;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
@media screen and (min-width:44rem) {
|
||||
.logo {
|
||||
max-width: 22rem;
|
||||
}
|
||||
|
||||
.play-badge {
|
||||
max-width: 10rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user