a broker system for Supercredit
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- #bgVideo {
- position: fixed;
- right: 0;
- bottom: 0;
- min-width: 100%;
- min-height: 100%;
- z-index: -1;
- }
-
- .dashboard {
- opacity: 80%;
- }
-
- .login_form {
- margin: auto;
- box-shadow: 3px 3px 16px #888888 ;
- }
-
- body {
- margin: 0;
- background-size: cover;
- background-image: url('../img/dashboard-bg-wood.jpg');
- }
-
- .vimeo-container {
- padding: 0;
- width: 100%;
- height: 100vh;
- overflow: hidden;
- position: relative;
- }
-
- iframe {
- box-sizing: border-box;
- width: 177.77777778vh;
- height: 56.25vw;
- min-width: 100%;
- min-height: 100%;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
|