Merge branch 'feature/task3637' of https://github.com/siarheipuhach/dynamicweb into feature/task3637
This commit is contained in:
		
				commit
				
					
						fd2bc6e5cf
					
				
			
		
					 28 changed files with 1153 additions and 613 deletions
				
			
		| 
						 | 
				
			
			@ -1,22 +1,23 @@
 | 
			
		|||
.dashboard-container {
 | 
			
		||||
	padding-top:70px; padding-bottom: 70px;
 | 
			
		||||
	width: 90%;
 | 
			
		||||
	margin: 0 auto;
 | 
			
		||||
	max-width: 768px;
 | 
			
		||||
  padding-top:70px;
 | 
			
		||||
  padding-bottom: 70px;
 | 
			
		||||
  width: 90%;
 | 
			
		||||
  margin: 0 auto;
 | 
			
		||||
  max-width: 768px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.content-dashboard{
 | 
			
		||||
	min-height: 100vh;
 | 
			
		||||
	width: 80%;
 | 
			
		||||
	margin: 0 auto;
 | 
			
		||||
	max-width: 1120px;
 | 
			
		||||
  min-height: 100vh;
 | 
			
		||||
  width: 80%;
 | 
			
		||||
  margin: 0 auto;
 | 
			
		||||
  max-width: 1120px;
 | 
			
		||||
}
 | 
			
		||||
.container-table{
 | 
			
		||||
	margin-top: 35px;
 | 
			
		||||
	overflow-y: hidden; 
 | 
			
		||||
  margin-top: 35px;
 | 
			
		||||
  overflow-y: hidden;
 | 
			
		||||
}
 | 
			
		||||
.container-table table{
 | 
			
		||||
	overflow-y: auto; 
 | 
			
		||||
  overflow-y: auto;
 | 
			
		||||
}
 | 
			
		||||
.borderless td {
 | 
			
		||||
    border: none !important;
 | 
			
		||||
| 
						 | 
				
			
			@ -36,25 +37,150 @@
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
.space-above {
 | 
			
		||||
	margin-top: 4%;
 | 
			
		||||
  margin-top: 4%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.space-above-big {
 | 
			
		||||
	margin-top: 20%;
 | 
			
		||||
  margin-top: 20%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table>tbody>tr>td{
 | 
			
		||||
	vertical-align: middle;
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
}
 | 
			
		||||
.fa-separate{
 | 
			
		||||
	margin-right: 15px;
 | 
			
		||||
  margin-right: 15px;
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 540px) {
 | 
			
		||||
    select {
 | 
			
		||||
    	width: 280px; 
 | 
			
		||||
      width: 280px;
 | 
			
		||||
    }
 | 
			
		||||
    .content-dashboard {
 | 
			
		||||
	    width: 90%;
 | 
			
		||||
	}
 | 
			
		||||
      width: 90%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
.btn:focus, .btn:active:focus {
 | 
			
		||||
	outline: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/***********Styles for Model********************/
 | 
			
		||||
.modal-content {
 | 
			
		||||
    border-radius: 0px;
 | 
			
		||||
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
  float: left;
 | 
			
		||||
  border-radius: 0;
 | 
			
		||||
  font-weight: 300;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-header {
 | 
			
		||||
  min-height: 30px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-header .close {
 | 
			
		||||
    font-size: 75px;
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
    margin-top: 0;
 | 
			
		||||
    position: absolute;
 | 
			
		||||
    top: 0;
 | 
			
		||||
    right: 11px;
 | 
			
		||||
    z-index: 10;
 | 
			
		||||
    line-height: 60px;
 | 
			
		||||
}
 | 
			
		||||
.modal-header .close span {
 | 
			
		||||
  display: block;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-header .close:focus {
 | 
			
		||||
  outline: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-header {
 | 
			
		||||
    border-bottom: 0px solid #e5e5e5;
 | 
			
		||||
    padding: 0px 15px;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
 }
 | 
			
		||||
.modal-body {
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    float: left;
 | 
			
		||||
    padding: 0px 40px 15px 30px;
 | 
			
		||||
}
 | 
			
		||||
.modal-body .modal-icon i {
 | 
			
		||||
    font-size: 80px;
 | 
			
		||||
    font-weight: 100;
 | 
			
		||||
    color: #999;
 | 
			
		||||
}
 | 
			
		||||
.modal-title {
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    line-height: 1.42857143;
 | 
			
		||||
    font-size: 25px;
 | 
			
		||||
    padding: 0;
 | 
			
		||||
    font-family: 'Lato', sans-serif;
 | 
			
		||||
}
 | 
			
		||||
.modal-text {
 | 
			
		||||
    padding-top: 15px;
 | 
			
		||||
    font-size: 16px;
 | 
			
		||||
}
 | 
			
		||||
.modal-footer {
 | 
			
		||||
    border-top: 0px solid #e5e5e5;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    float: left;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    padding: 15px 15px;
 | 
			
		||||
}
 | 
			
		||||
.modal-footer button[type="submit"] {
 | 
			
		||||
  min-width: 80px;
 | 
			
		||||
}
 | 
			
		||||
@media (min-width: 1300px) {
 | 
			
		||||
    .modal-dialog {/*     top: 30%; */width: 35%;}
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 1299px) {
 | 
			
		||||
    .modal-dialog {
 | 
			
		||||
/*     top: 20%; */
 | 
			
		||||
    width: 43%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 900px) {
 | 
			
		||||
    .modal-dialog {
 | 
			
		||||
/*     top: 20%; */
 | 
			
		||||
    width: 50%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 767px) {
 | 
			
		||||
    .modal-dialog {
 | 
			
		||||
/*     top: 30%; */
 | 
			
		||||
    width: 95%;
 | 
			
		||||
    margin: 0 auto !important;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* ========= */
 | 
			
		||||
@media(min-width: 320px) {
 | 
			
		||||
   .modal:before {
 | 
			
		||||
     content: '';
 | 
			
		||||
     display: inline-block;
 | 
			
		||||
     height: 100%;
 | 
			
		||||
     vertical-align: middle;
 | 
			
		||||
     margin-right: -4px;
 | 
			
		||||
   }
 | 
			
		||||
 }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 @media (min-width: 768px) {
 | 
			
		||||
   .modal-dialog {
 | 
			
		||||
/*        width: 520px; */
 | 
			
		||||
       margin: 15px auto;
 | 
			
		||||
   }
 | 
			
		||||
 }
 | 
			
		||||
 | 
			
		||||
 .modal {
 | 
			
		||||
   text-align: center;
 | 
			
		||||
 }
 | 
			
		||||
 | 
			
		||||
 .modal-dialog {
 | 
			
		||||
   display: inline-block;
 | 
			
		||||
   text-align: left;
 | 
			
		||||
   vertical-align: middle;
 | 
			
		||||
 }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -225,7 +225,7 @@ h6 {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
.auth-bg {
 | 
			
		||||
    background: url(../img/auth-bg.jpg);
 | 
			
		||||
    background: url(../img/auth-bg-sm.jpg);
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    left: 0;
 | 
			
		||||
    top: 0;
 | 
			
		||||
| 
						 | 
				
			
			@ -542,6 +542,10 @@ a.unlink:hover {
 | 
			
		|||
    color: #EB4D5C;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.card-warning-addtional-margin {
 | 
			
		||||
    margin-top: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.stripe-payment-btn {
 | 
			
		||||
    outline: none;
 | 
			
		||||
    width: auto;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										325
									
								
								hosting/static/hosting/css/user_keys.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										325
									
								
								hosting/static/hosting/css/user_keys.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,325 @@
 | 
			
		|||
/* ssh_keys_choice */
 | 
			
		||||
.h1-thin {
 | 
			
		||||
    font-family: Lato, sans-serif;
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
    font-size: 32px;
 | 
			
		||||
}
 | 
			
		||||
.dashboard-container .page-header {
 | 
			
		||||
    border: 0;
 | 
			
		||||
    margin-top: 0;
 | 
			
		||||
}
 | 
			
		||||
.dashboard-choice-container .page-header p {
 | 
			
		||||
    font-size: 16px;
 | 
			
		||||
    font-family: Lato, sans-serif;
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
}
 | 
			
		||||
.dashboard-choice-container h2 {
 | 
			
		||||
    font-family: Lato, sans-serif;
 | 
			
		||||
    font-weight: 400;
 | 
			
		||||
    font-size: 22px;
 | 
			
		||||
    margin-top: 0;
 | 
			
		||||
}
 | 
			
		||||
.choice-container {
 | 
			
		||||
    border: 1px solid #C9C6C6;
 | 
			
		||||
    padding: 25px;
 | 
			
		||||
    border-radius: 1px;
 | 
			
		||||
}
 | 
			
		||||
.choice-container p{
 | 
			
		||||
    font-size: 18px;
 | 
			
		||||
    font-family: Lato, sans-serif;
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
}
 | 
			
		||||
.choice-container-top {
 | 
			
		||||
    border-bottom: 1px solid #C9C6C6;
 | 
			
		||||
    padding-bottom: 25px;
 | 
			
		||||
    margin-bottom: 25px;
 | 
			
		||||
}
 | 
			
		||||
.choice-container .choice-btn {
 | 
			
		||||
    margin-top: 25px;
 | 
			
		||||
}
 | 
			
		||||
.choice-btn {
 | 
			
		||||
    min-width: 110px;
 | 
			
		||||
    background-color: #3C5480;
 | 
			
		||||
    color: #fff;
 | 
			
		||||
    border: 2px solid #3C5480;
 | 
			
		||||
    padding: 4px 10px;
 | 
			
		||||
    transition: 0.3s all ease-out;
 | 
			
		||||
}
 | 
			
		||||
.choice-btn:focus,
 | 
			
		||||
.choice-btn:hover,
 | 
			
		||||
.choice-btn:active {
 | 
			
		||||
    color: #3C5480;
 | 
			
		||||
    background-color: #fff;
 | 
			
		||||
}
 | 
			
		||||
.choice-btn-faded {
 | 
			
		||||
    background-color: #8396C4;
 | 
			
		||||
    border: 2px solid #8396C4;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 767px) {
 | 
			
		||||
    .h1-thin {
 | 
			
		||||
        font-size: 27px;
 | 
			
		||||
    }
 | 
			
		||||
    .dashboard-choice-container h2 {
 | 
			
		||||
        font-size: 20px;
 | 
			
		||||
    }
 | 
			
		||||
    .choice-container p {
 | 
			
		||||
        font-size: 16px;
 | 
			
		||||
    }
 | 
			
		||||
    .choice-btn{
 | 
			
		||||
        margin-top: 15px;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 420px) {
 | 
			
		||||
    .ssh-keys-table {table-layout: fixed;}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ssh-keys-table thead tr th,
 | 
			
		||||
.ssh-keys-table tbody tr td{
 | 
			
		||||
    color: #717274;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    border-bottom: 1px solid #cbcbcb;
 | 
			
		||||
    vertical-align: middle;
 | 
			
		||||
}
 | 
			
		||||
.ssh-keys-table tbody tr{
 | 
			
		||||
    border-bottom: 1px solid #cbcbcb;
 | 
			
		||||
}
 | 
			
		||||
.ssh-keys-table thead tr th:first-of-type,
 | 
			
		||||
.ssh-keys-table tbody tr td:first-of-type{
 | 
			
		||||
    text-align: left;
 | 
			
		||||
}
 | 
			
		||||
.ssh-keys-table thead tr th:last-of-type,
 | 
			
		||||
.ssh-keys-table tbody tr td:last-of-type{
 | 
			
		||||
    width: 20%;
 | 
			
		||||
}
 | 
			
		||||
.ssh-key-header {
 | 
			
		||||
    color: #717274;
 | 
			
		||||
    font-size: 16px;
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
    text-align: justify;
 | 
			
		||||
}
 | 
			
		||||
.ssh-header-container{
 | 
			
		||||
    padding-top: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (min-width: 768px) {
 | 
			
		||||
    .ssh-header-container {
 | 
			
		||||
        display: flex;
 | 
			
		||||
        justify-content: space-between;
 | 
			
		||||
        align-items: flex-start;
 | 
			
		||||
    }
 | 
			
		||||
    .ssh-header-container p{
 | 
			
		||||
        margin-bottom: 0;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ssh-header-container p{
 | 
			
		||||
    padding: 0;
 | 
			
		||||
    color: #717274;
 | 
			
		||||
    font-size: 16px;
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
    font-family: 'Lato';
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.borderless tbody:before {
 | 
			
		||||
    display: none !important;
 | 
			
		||||
}
 | 
			
		||||
.btn-custom-download{
 | 
			
		||||
    background-color: #337ab7;
 | 
			
		||||
    margin-top: auto;
 | 
			
		||||
    margin-bottom: auto;
 | 
			
		||||
    /* font-weight: 700; */
 | 
			
		||||
    vertical-align: middle;
 | 
			
		||||
    margin-right: 25px;
 | 
			
		||||
}
 | 
			
		||||
.btn-custom-delete{
 | 
			
		||||
    width: 100px;
 | 
			
		||||
    background-color: #f1f0f0;
 | 
			
		||||
}
 | 
			
		||||
.btn-custom-delete a, .btn-custom-download a{
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
}
 | 
			
		||||
.modal-body p{
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    word-wrap: break-word;
 | 
			
		||||
    text-align: left;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media screen and (max-width: 768px) {
 | 
			
		||||
    .ssh-header-container{
 | 
			
		||||
        flex-direction: column-reverse;
 | 
			
		||||
        align-items: flex-start;
 | 
			
		||||
    }
 | 
			
		||||
    .btn-custom-delete{
 | 
			
		||||
    width: auto;
 | 
			
		||||
    }
 | 
			
		||||
    .dashboard-container {
 | 
			
		||||
     width: 100% !important;
 | 
			
		||||
    }
 | 
			
		||||
    .row {
 | 
			
		||||
     /* margin-right: 0; */
 | 
			
		||||
     /* margin-left: 0; */
 | 
			
		||||
    }
 | 
			
		||||
    .col-md-12, .col-sm-12{
 | 
			
		||||
        padding-left: 5px;
 | 
			
		||||
        padding-right: 5px;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 360px){
 | 
			
		||||
    .content-dashboard {
 | 
			
		||||
        /* width: 100% !important; */
 | 
			
		||||
    }
 | 
			
		||||
    .container {
 | 
			
		||||
        padding-right: 5px;
 | 
			
		||||
        padding-left: 5px;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
.dashboard-choice-container {
 | 
			
		||||
    max-width: 834px !important;
 | 
			
		||||
}
 | 
			
		||||
.form_public_key{
 | 
			
		||||
    resize: none;
 | 
			
		||||
}
 | 
			
		||||
@media (min-width: 768px) {
 | 
			
		||||
    .form_key_name{
 | 
			
		||||
        width:60%;
 | 
			
		||||
        min-width: 215px;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
.form_public_key,
 | 
			
		||||
.form_key_name{
 | 
			
		||||
    position: relative;
 | 
			
		||||
    border:none;
 | 
			
		||||
    border-bottom: 1px solid grey;
 | 
			
		||||
    box-shadow: none;
 | 
			
		||||
    border-radius: 0;
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    padding-left: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.form_key_name::-webkit-input-placeholder{
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    font-weight:100;
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
.form_key_name::-moz-input-placeholder{
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    font-weight:200;
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
.form_key_name:-moz-input-placeholder{
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    font-weight:200;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
.form_key_name:-ms-input-placeholder {
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
    font-weight:200;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.form_public_key::-webkit-input-placeholder{
 | 
			
		||||
    position: relative;
 | 
			
		||||
    top: 110px;
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    font-weight: 200;
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
.form_public_key::-moz-input-placeholder{
 | 
			
		||||
    position: relative;
 | 
			
		||||
    top: 110px;
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
    font-weight:200;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
.form_public_key:-moz-input-placeholder{
 | 
			
		||||
    position: relative;
 | 
			
		||||
    top: 110px;
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    font-weight:200;
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
}
 | 
			
		||||
.form_public_key:-ms-input-placeholder {
 | 
			
		||||
    position: relative;
 | 
			
		||||
    top: 110px;
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    font-weight:200;
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
}
 | 
			
		||||
.underform-contaner{
 | 
			
		||||
    margin-bottom: 20px;
 | 
			
		||||
}
 | 
			
		||||
@media (min-width: 767px) {
 | 
			
		||||
    .underform-contaner {
 | 
			
		||||
        display: flex;
 | 
			
		||||
        vertical-align: middle;
 | 
			
		||||
        align-items: center;
 | 
			
		||||
        justify-content: space-between;
 | 
			
		||||
        flex-direction: row;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 767px) {
 | 
			
		||||
    .underform-contaner .btn-container {
 | 
			
		||||
        text-align: right;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
.underform-contaner h4{
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
}
 | 
			
		||||
.underform-contaner button{
 | 
			
		||||
    /* font-family: Lato; */
 | 
			
		||||
    /* font-weight: 600; */
 | 
			
		||||
    min-width: 120px;
 | 
			
		||||
    height: 35px;
 | 
			
		||||
    margin-top: 0;
 | 
			
		||||
}
 | 
			
		||||
.underform-contaner .btn-default{
 | 
			
		||||
    background-color: #ccc;
 | 
			
		||||
    color: #fff;
 | 
			
		||||
}
 | 
			
		||||
.control-label{
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
    font-weight:200;
 | 
			
		||||
}
 | 
			
		||||
.form-ssh h3{
 | 
			
		||||
    margin-bottom: 40px;
 | 
			
		||||
}
 | 
			
		||||
.custom_form_button{
 | 
			
		||||
    border-radius: 0;
 | 
			
		||||
}
 | 
			
		||||
.form_key_name:focus,
 | 
			
		||||
.form_public_key:focus,
 | 
			
		||||
.has-error .form_key_name,
 | 
			
		||||
.has-error .form_key_name:focus,
 | 
			
		||||
.has-error .form_public_key,
 | 
			
		||||
.has-error .form_public_key:focus,
 | 
			
		||||
.has-success .form_key_name,
 | 
			
		||||
.has-success .form_key_name:focus,
 | 
			
		||||
.has-success .form_public_key,
 | 
			
		||||
.has-success .form_public_key:focus {
 | 
			
		||||
    box-shadow: none;
 | 
			
		||||
}
 | 
			
		||||
.wide440 {
 | 
			
		||||
    max-width: 440px;
 | 
			
		||||
    margin: auto;
 | 
			
		||||
}
 | 
			
		||||
.mob-only {
 | 
			
		||||
    display: none;
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 767px) {
 | 
			
		||||
    .mob-only {
 | 
			
		||||
        display: initial;
 | 
			
		||||
    }
 | 
			
		||||
    .pc-only {
 | 
			
		||||
        display: none;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								hosting/static/hosting/img/auth-bg-sm.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								hosting/static/hosting/img/auth-bg-sm.jpg
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 114 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								hosting/static/hosting/img/g222.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								hosting/static/hosting/img/g222.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 774 B  | 
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue