main
Last change
on this file since 4d97b63 was 08f82ec, checked in by 223021 <daniel.ilievski.2@…>, 5 months ago |
Did more refactoring
|
-
Property mode
set to
100644
|
File size:
763 bytes
|
Line | |
---|
1 |
|
---|
2 | .loading-container {
|
---|
3 | display: flex;
|
---|
4 | height: 100vh;
|
---|
5 | justify-content: center;
|
---|
6 | align-items: center;
|
---|
7 | gap: 10px;
|
---|
8 | background-color: #f8f9fa;
|
---|
9 | }
|
---|
10 |
|
---|
11 | .loading-logo {
|
---|
12 | width: 85px;
|
---|
13 | height: 85px;
|
---|
14 | display: inline-block;
|
---|
15 | background: url("../../../public/images/logo.png") no-repeat center center;
|
---|
16 | background-size: contain;
|
---|
17 |
|
---|
18 | }
|
---|
19 |
|
---|
20 | .loading-brand-name {
|
---|
21 | width: 275px;
|
---|
22 | height: 175px;
|
---|
23 | display: inline-block;
|
---|
24 | background: url("../../../public/images/brand-name-2.png") no-repeat center center;
|
---|
25 | background-size: contain;
|
---|
26 | }
|
---|
27 |
|
---|
28 | .loading-signature {
|
---|
29 | width: 275px;
|
---|
30 | height: 175px;
|
---|
31 | display: inline-block;
|
---|
32 | background: url("../../../public/images/signature.png") no-repeat center center;
|
---|
33 | background-size: contain;
|
---|
34 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.