264 lines
		
	
	
		
			5.7 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			264 lines
		
	
	
		
			5.7 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* Layout */
 | |
| .container.main-content {
 | |
|   display: flex;
 | |
|   margin-top: 80px;
 | |
|   width: 100%;
 | |
|   max-width: 100%;
 | |
| }
 | |
| .menu-container {
 | |
|   width: 8%;
 | |
| }
 | |
| .main-content-container {
 | |
|   width: 92%;
 | |
|   padding: 0 20px;
 | |
| }
 | |
| .login-container {
 | |
|   top: 25vh;
 | |
| }
 | |
| /* Common CSS */
 | |
| .cp {
 | |
|   cursor: pointer;
 | |
| }
 | |
| .frsa {
 | |
|   display: flex;
 | |
|   flex-direction: row;
 | |
|   justify-content: space-between;
 | |
| }
 | |
| .white-well {
 | |
|   min-height: 20px;
 | |
|   padding: 19px;
 | |
|   margin-bottom: 20px;
 | |
|   background-color: #FFFFFF;
 | |
|   border: 1px solid #e3e3e3;
 | |
|   border-radius: 4px;
 | |
|   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
 | |
|   box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
 | |
| }
 | |
| 
 | |
| /* Side Menu */
 | |
| .side-menu {
 | |
|   padding-top: 10px;
 | |
|   max-width: 100px;
 | |
|   border-right: 1px solid #ccc;
 | |
| }
 | |
| .button-container {
 | |
|   text-align: center;
 | |
| }
 | |
| .button-container a {
 | |
|   color: black;
 | |
| }
 | |
| .side-menu-button {
 | |
|   width: 65px;
 | |
|   height: 65px;
 | |
| }
 | |
| .achievement-body {
 | |
|   display: flex;
 | |
|   flex-direction: row;
 | |
|   justify-content: space-between;
 | |
|   align-items: center;
 | |
| }
 | |
| .button-container.active .side-menu-button {
 | |
|   color: #fff;
 | |
|   background-color: #286090;
 | |
|   border-color: #122b40;
 | |
| }
 | |
| .button-container.active .button-title {
 | |
|   color: #286090;
 | |
| }
 | |
| .button-container a:hover {
 | |
|   text-decoration: none;
 | |
| }
 | |
| 
 | |
| .current-user-container {
 | |
|   width: 100%;
 | |
|   display: inline-block;
 | |
|   font-size: 14px;
 | |
|   text-align: left;
 | |
|   background-color: #fff;
 | |
|   height: 40px;
 | |
|   -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
 | |
|   box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
 | |
|   margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| .current-user-container:hover{
 | |
|   cursor: pointer;
 | |
|   -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
 | |
|   box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
 | |
| }
 | |
| 
 | |
| .current-user-container > .current-user-split{
 | |
|   background: #337ab7;
 | |
|   width: 33px;
 | |
|   float: left;
 | |
|   color: #fff!important;
 | |
|   height: 100%;
 | |
|   text-align: center;
 | |
| }
 | |
| 
 | |
| .current-user-container > .current-user-split > .glyphicon{
 | |
|   position:relative;
 | |
|   top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
 | |
| }
 | |
| .current-user-container > .current-user-split.update-success{
 | |
|   background: #5cb85c!important;
 | |
| }
 | |
| .current-user-container .current-user-text {
 | |
|   color: black;
 | |
| }
 | |
| .current-user-container > .current-user-split.update-danger{
 | |
|   background: #d9534f!important;
 | |
| }
 | |
| 
 | |
| .current-user-container > .current-user-split.update-info{
 | |
|   background: #5bc0de!important;
 | |
| }
 | |
| .current-user-container > .current-user-text{
 | |
|   line-height: 19px;
 | |
|   padding-top: 11px;
 | |
|   padding-left: 45px;
 | |
|   padding-right: 20px;
 | |
| }
 | |
| .current-user-container i.fa.fa-user {
 | |
|   padding: 10px;
 | |
|   font-size: 20px;
 | |
| }
 | |
| .profiles {
 | |
|   border: 1px solid #dddddd;
 | |
|   margin-bottom: 20px;
 | |
| }
 | |
| .profile-content {
 | |
|   width: 320px;
 | |
|   padding: 15px;
 | |
|   padding-bottom:0px;
 | |
| }
 | |
| .profile-content:before, .profile-content:after {
 | |
|   display: table;
 | |
|   content: "";
 | |
|   line-height: 0;
 | |
| }
 | |
| .profile-footer{
 | |
|   background-color:#DDD;
 | |
| }
 | |
| .profile-footer-content {
 | |
|   padding:15px 15px 15px 15px;
 | |
| }
 | |
| .profile-container .divider {
 | |
|   height: 1px;
 | |
|   margin: 9px 0;
 | |
|   overflow: hidden;
 | |
|   background-color: #e5e5e5;
 | |
| }
 | |
| 
 | |
| .demo-title {
 | |
|   text-align: center;
 | |
|   font-size: 3rem;
 | |
|   margin-bottom: 50px;
 | |
| }
 | |
| .invite-option {
 | |
|   border: 1px solid #e5e5e5;
 | |
| }
 | |
| .invite-card-container {
 | |
|   display: table;
 | |
|   width: 100%;
 | |
| }
 | |
| .invite-card-container .invite-option {
 | |
|   width: 28%;
 | |
|   background: white;
 | |
|   float: left;
 | |
|   padding: 2%;
 | |
|   text-align: center;
 | |
|   -webkit-transition: all .3s ease-in-out;
 | |
|   transition: all .3s ease-in-out;
 | |
| }
 | |
| .invite-card-container .invite-option:nth-child(even) {
 | |
|   margin: 0 2%;
 | |
| }
 | |
| .invite-card-container .invite-option:hover {
 | |
|   cursor: pointer;
 | |
|   box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
 | |
|   -webkit-transform: scale(1.04);
 | |
|           transform: scale(1.04);
 | |
| }
 | |
| .invite-card-container .invite-option:hover i, .invite-card-container .invite-option:hover h1, .invite-card-container .invite-option:hover span, .invite-card-container .invite-option:hover b {
 | |
|   color: #286090;
 | |
| }
 | |
| .invite-card-container .invite-option:hover .front {
 | |
|   opacity: 0;
 | |
|   visibility: hidden;
 | |
| }
 | |
| .invite-card-container .invite-option:hover .back {
 | |
|   opacity: 1 !important;
 | |
|   visibility: visible !important;
 | |
| }
 | |
| .invite-card-container .invite-option:hover .back a.button {
 | |
|   -webkit-transform: translateY(0px) !important;
 | |
|           transform: translateY(0px) !important;
 | |
| }
 | |
| .invite-card-container .invite-option hr {
 | |
|   border: none;
 | |
|   border-bottom: 1px solid #F0F0F0;
 | |
| }
 | |
| .invite-card-container .invite-option i {
 | |
|   font-size: 3rem;
 | |
|   color: #D8D8D8;
 | |
|   -webkit-transition: all .3s ease-in-out;
 | |
|   transition: all .3s ease-in-out;
 | |
| }
 | |
| .invite-card-container .invite-option h1 {
 | |
|   margin: 10px 0;
 | |
|   color: #212121;
 | |
|   -webkit-transition: all .3s ease-in-out;
 | |
|   transition: all .3s ease-in-out;
 | |
| }
 | |
| .invite-card-container .invite-option p {
 | |
|   color: #999;
 | |
|   padding: 0 10px;
 | |
|   line-height: 1.3;
 | |
| }
 | |
| .invite-card-container .invite-option .price {
 | |
|   position: relative;
 | |
| }
 | |
| .invite-card-container .invite-option .price .front span.price {
 | |
|   font-size: 2rem;
 | |
|   text-transform: uppercase;
 | |
|   margin-top: 20px;
 | |
|   display: block;
 | |
|   font-weight: 700;
 | |
|   position: relative;
 | |
| }
 | |
| .invite-card-container .invite-option .price .front span.price b {
 | |
|   position: absolute;
 | |
|   font-size: 1rem;
 | |
|   margin-left: 2px;
 | |
|   font-weight: 600;
 | |
| }
 | |
| .invite-card-container .invite-option .price .back {
 | |
|   opacity: 0;
 | |
|   visibility: hidden;
 | |
|   -webkit-transition: all .3s ease-in-out;
 | |
|   transition: all .3s ease-in-out;
 | |
| }
 | |
| .invite-card-container .invite-option .price .back a.button {
 | |
|   background: #286090;
 | |
|   padding: 15px 20px;
 | |
|   display: inline-block;
 | |
|   text-decoration: none;
 | |
|   color: white;
 | |
|   position: absolute;
 | |
|   font-size: 13px;
 | |
|   top: -5px;
 | |
|   left: 0;
 | |
|   right: 0;
 | |
|   width: 150px;
 | |
|   margin: auto;
 | |
|   text-transform: uppercase;
 | |
|   -webkit-transform: translateY(20px);
 | |
|           transform: translateY(20px);
 | |
|   -webkit-transition: all .3s ease-in-out;
 | |
|   transition: all .3s ease-in-out;
 | |
| }
 | |
| .invite-card-container .invite-option .price .back a.button:hover {
 | |
|   background: #286090;
 | |
| }
 |