source: jobvista-frontend/src/views/static/Loading.css@ 0f0add0

main
Last change on this file since 0f0add0 was 08f82ec, checked in by 223021 <daniel.ilievski.2@…>, 2 weeks 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.