296 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			296 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .dap-centered-text {
 | |
|   text-align: center;
 | |
| }
 | |
| 
 | |
| .dap-centered-div {
 | |
|   display: flex;
 | |
|   margin: 0 auto;
 | |
|   flex-direction: column;
 | |
| }
 | |
| 
 | |
| .dap-space-on-top {
 | |
|   margin-top: 10px;
 | |
| }
 | |
| 
 | |
| .js-remember-label {
 | |
|   display: flex;
 | |
|   margin: 0 auto;
 | |
| }
 | |
| 
 | |
| .dap-scrunch-bottom {
 | |
|   margin-top: 0;
 | |
| }
 | |
| 
 | |
| .dap-scrunch-top {
 | |
|   margin-bottom: 0;
 | |
| }
 | |
| 
 | |
| .dap-scrunch-both {
 | |
|   margin-bottom: 0;
 | |
|   margin-top: 0;
 | |
| }
 | |
| 
 | |
| .js-remember-checkbox {
 | |
|   display: none;
 | |
| }
 | |
| 
 | |
| .js-auth-checkbox {
 | |
|   display: none;
 | |
| }
 | |
| 
 | |
| .dap-bordered {
 | |
|   margin: 0 auto;
 | |
|   width: 400px;
 | |
|   padding: 20px 20px 5px 20px;
 | |
|   border-top: 3px solid #6D99ed;
 | |
|   border-bottom: 3px solid #5C6FE0;
 | |
|   background-image: linear-gradient(#6D99ed, #5C6FE0),
 | |
|                     linear-gradient(#6D99ed, #5C6FE0);
 | |
|   background-size: 3px 100%;
 | |
|   background-position: 0 0, 100% 0;
 | |
|   background-repeat: no-repeat;
 | |
| }
 | |
| 
 | |
| .dap-normal-text {
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 25px;
 | |
| }
 | |
| 
 | |
| .dap-med-text {
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 18px;
 | |
| }
 | |
| 
 | |
| .dap-small-text {
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 14px;
 | |
|   color: #777;
 | |
| }
 | |
| 
 | |
| .dap-purple-text {
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 18px;
 | |
|   color: #7464ed;
 | |
| }
 | |
| 
 | |
| .dap-help-text {
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 14px;
 | |
|   text-decoration: underline;
 | |
|   color: #999;
 | |
| }
 | |
| 
 | |
| .dap-input {
 | |
|   height: 50px;
 | |
|   width: 350px;
 | |
|   margin: 0 6% 0 6%;
 | |
|   text-align: center;
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 25px;
 | |
|   color: #777;
 | |
| }
 | |
| 
 | |
| .dap-input::-webkit-input-placeholder {
 | |
|   text-align: center;
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 25px;
 | |
|   color: #ccc;
 | |
| }
 | |
| 
 | |
| .dap-full-button-green {
 | |
|   background-image: -webkit-linear-gradient(top, #00C267, #22A05C);
 | |
|   height: 52px;
 | |
|   width: 356px;
 | |
|   box-shadow: 0 0 8px #ccc;
 | |
|   border-radius: 5px;
 | |
|   border: none;
 | |
|   padding: 1px;
 | |
|   margin: 10px 6% 0 6%;
 | |
|   text-align: center;
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 25px;
 | |
|   color: #fff;
 | |
| }
 | |
| 
 | |
| .dap-full-button-pink {
 | |
|   background-image: -webkit-linear-gradient(top, #FF5C5C, #E54043);
 | |
|   height: 52px;
 | |
|   width: 356px;
 | |
|   box-shadow: 0 0 8px #ccc;
 | |
|   border-radius: 5px;
 | |
|   border: none;
 | |
|   padding: 1px;
 | |
|   margin: 10px 6% 0 6%;
 | |
|   text-align: center;
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 25px;
 | |
|   color: #fff;
 | |
| }
 | |
| 
 | |
| .dap-full-button-purple {
 | |
|   background-image: -webkit-linear-gradient(top, #6d99ed, #5C6FE0);
 | |
|   height: 52px;
 | |
|   width: 356px;
 | |
|   box-shadow: 0 0 8px #ccc;
 | |
|   border-radius: 5px;
 | |
|   border: none;
 | |
|   padding: 1px;
 | |
|   margin: 10px 6% 0 6%;
 | |
|   text-align: center;
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 25px;
 | |
|   color: #fff;
 | |
| }
 | |
| 
 | |
| .dap-3-4-button-green {
 | |
|   background-image: -webkit-linear-gradient(top, #93d89c, #39a04a);
 | |
|   height: 52px;
 | |
|   width: 238px;
 | |
|   box-shadow: 0 0 8px #ccc;
 | |
|   border-radius: 5px;
 | |
|   border: none;
 | |
|   padding: 1px;
 | |
|   margin: 10px 2% 0 2%;
 | |
|   text-align: center;
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 25px;
 | |
|   color: #fff;
 | |
| }
 | |
| 
 | |
| .dap-1-4-button-purple {
 | |
|   background-image: -webkit-linear-gradient(top, #6d99ed, #5C6FE0);
 | |
|   height: 52px;
 | |
|   width: 119px;
 | |
|   box-shadow: 0 0 8px #ccc;
 | |
|   border-radius: 5px;
 | |
|   border: none;
 | |
|   padding: 1px;
 | |
|   margin: 10px 2% 0 2%;
 | |
|   text-align: center;
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 25px;
 | |
|   color: #fff;
 | |
| }
 | |
| 
 | |
| .dap-3-4-span {
 | |
|   float: left;
 | |
|   margin-left: 10%;
 | |
| }
 | |
| 
 | |
| .dap-1-4-span {
 | |
|   float: right;
 | |
| }
 | |
| 
 | |
| .dap-social-media {
 | |
|   display: flex;
 | |
|   height: 50px;
 | |
|   width: 330px;
 | |
|   margin: 0 5% 0 5%;
 | |
|   padding-left: 15px;
 | |
|   padding-right: 15px;
 | |
|   justify-content: space-between;
 | |
| }
 | |
| 
 | |
| .fa-gray {
 | |
|   color: #777;
 | |
| }
 | |
| 
 | |
| .fa-purple {
 | |
|   color: #5C6FE0;
 | |
| }
 | |
| 
 | |
| .icon-centered-3x {
 | |
|   margin: 0 162px 0 162px;
 | |
| }
 | |
| 
 | |
| .dap-user-plus-app {
 | |
|   width: 300px;
 | |
|   display: flex;
 | |
|   justify-content: space-around;
 | |
|   margin: 0 auto;
 | |
| }
 | |
| 
 | |
| .dap-user-plus-app > .fa-gray {
 | |
|   margin-top: 12px;
 | |
| }
 | |
| 
 | |
| .dap-app-auth-list {
 | |
|   display: flex;
 | |
|   flex-direction: column;
 | |
| }
 | |
| 
 | |
| .dap-app-auth-list > li {
 | |
|   display: flex;
 | |
| }
 | |
| 
 | |
| .fa-square-o > span {
 | |
|   margin-left: 12px !important;
 | |
| }
 | |
| 
 | |
| .dap-remember-margin {
 | |
|   margin-right: 7px !important;
 | |
| }
 | |
| 
 | |
| .dap-remember-me {
 | |
|   margin-top: 7px;
 | |
|   margin-left: 5px;
 | |
| }
 | |
| 
 | |
| .dap-app-auth-list > li > span {
 | |
|   margin-top: 4px;
 | |
|   margin-left: 8px;
 | |
| }
 | |
| 
 | |
| .dap-li-disabled {
 | |
|   opacity: 0.4;
 | |
| }
 | |
| 
 | |
| /* ---------------   Line Around Effect ----------- */
 | |
| .dap-line-around {
 | |
|   overflow: hidden;
 | |
|   text-align: center;
 | |
|   color: #777;
 | |
|   font-family: 'Lato', sans-serif;
 | |
|   font-size: 14px;
 | |
| }
 | |
| 
 | |
| .dap-line-around:before, .dap-line-around:after {
 | |
|   background-color: #ccc;
 | |
|   content: "";
 | |
|   display: inline-block;
 | |
|   height: 1px;
 | |
|   position: relative;
 | |
|   vertical-align: middle;
 | |
|   width: 41%;
 | |
| }
 | |
| 
 | |
| .dap-line-around:before {
 | |
|   right: .5em;
 | |
|   margin-left: -50%;
 | |
| }
 | |
| 
 | |
| .dap-line-around:after {
 | |
|   left: .5em;
 | |
|   margin-right: -50%;
 | |
| }
 | |
| /* ------------------------------------------------ */
 | |
| 
 | |
| .noselect {
 | |
|   -webkit-touch-callout: none; /* iOS Safari */
 | |
|     -webkit-user-select: none; /* Safari */
 | |
|      -khtml-user-select: none; /* Konqueror HTML */
 | |
|        -moz-user-select: none; /* Firefox */
 | |
|         -ms-user-select: none; /* Internet Explorer/Edge */
 | |
|             user-select: none; /* Non-prefixed version, currently
 | |
|                                   supported by Chrome and Opera */
 | |
| }
 | |
| 
 | |
| button:disabled {
 | |
|   opacity: 0.6;
 | |
| }
 | |
| 
 | |
| .dap-lab-logo {
 | |
|   height: 78px;
 | |
|   width: auto;
 | |
|   border-radius: 50px;
 | |
| } |