welcome screen
This commit is contained in:
12
src/app/modules/brand/brand.component.less
Normal file
12
src/app/modules/brand/brand.component.less
Normal file
@@ -0,0 +1,12 @@
|
||||
.copyright {
|
||||
color: #fff;
|
||||
opacity: 0.7;
|
||||
font-size: 20px;
|
||||
transform: translate(173px, -40px);
|
||||
}
|
||||
|
||||
.brand {
|
||||
@media screen and (max-width: 860px) {
|
||||
transform: scale(0.5) translateY(-50%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user