source: jobvista-frontend/src/views/static/NoAccess.css@ b248810

main
Last change on this file since b248810 was b248810, checked in by 223021 <daniel.ilievski.2@…>, 3 weeks ago

Added no access page for new recruiters and admin panel for granting access

  • Property mode set to 100644
File size: 897 bytes
Line 
1
2.landing-page {
3 background-color: #031c30;
4 background-image: url("https://www.gstatic.com/mobilesdk/190424_mobilesdk/nav_nachos@2x.png");
5 background-position: bottom 0;
6 background-size: 250vh 170vh;
7 background-repeat: no-repeat;
8 /*background-image: url("/public/wallet-images/proba3.jpg");*/
9 /*background-size: cover;*/
10 /*background-image: url("../../public/logo.png");*/
11 /*background-repeat: no-repeat;*/
12 /*background-position: center;*/
13 /*background-size: 25%;*/
14 width: 100%;
15 height: 100vh;
16 z-index: 9999;
17 position: fixed;
18}
19
20.text-center {
21 color: white;
22 transform: scale(1.5);
23}
24
25.go-back-btn {
26 text-decoration: none;
27 background-color: white;
28 border-radius: 12px;
29 padding: 5px 15px;
30 color: #C41E3A;
31 font-weight: bold;
32 border: none;
33 transition: 0.3s;
34}
35
36.go-back-btn:hover {
37 opacity: 0.6;
38}
Note: See TracBrowser for help on using the repository browser.