src/pyams_skin/resources/less/pricing.less
changeset 0 bb4aabe07487
equal deleted inserted replaced
-1:000000000000 0:bb4aabe07487
       
     1 /*
       
     2  * Pricing-style component
       
     3  */
       
     4 
       
     5 .pricing-big {
       
     6 	border: 0!important;
       
     7 
       
     8 	.panel-heading {
       
     9 		border-radius: 5px 5px 0 0;
       
    10 	}
       
    11 
       
    12 	.panel-title {
       
    13 		text-transform: capitalize;
       
    14 		font-size: 18px;
       
    15 		padding: 20px 0;
       
    16 		text-align: center;
       
    17 		border-radius: 5px 5px 0 0;
       
    18 		margin: 0;
       
    19 		font-weight: 700;
       
    20 	}
       
    21 
       
    22 	.the-price {
       
    23 		padding: 20px 0;
       
    24 		background: #333;
       
    25 		text-align: center;
       
    26 		font-size: 24px;
       
    27 		font-weight: 700;
       
    28 		color: #FFF;
       
    29 		-webkit-box-shadow: none!important;
       
    30 		box-shadow: none!important;
       
    31 	}
       
    32 
       
    33 	.subscript {
       
    34 		font-size: 18px;
       
    35 		color: #999;
       
    36 		margin-left: 5px;
       
    37 	}
       
    38 
       
    39 	.panel-footer {
       
    40 		border-radius: 0 0 5px 5px;
       
    41 		background-color: #F2F2F2!important;
       
    42 
       
    43 		>div {
       
    44 			padding: 15px 0 10px;
       
    45 			display: block;
       
    46 			font-size: 13px;
       
    47 		}
       
    48 
       
    49 		.btn {
       
    50 			padding: 15px 0;
       
    51 			border-radius: 3px;
       
    52 			font-weight: 700;
       
    53 			font-size: 14px;
       
    54 
       
    55 			span {
       
    56 				font-weight: 400;
       
    57 				font-style: italic;
       
    58 			}
       
    59 		}
       
    60 	}
       
    61 
       
    62 	table {
       
    63 		background: #FAFAFA;
       
    64 		padding: 20px 15px;
       
    65 		height: 230px;
       
    66 		text-align: left;
       
    67 	}
       
    68 }
       
    69 
       
    70 .price-features {
       
    71 	background: #FAFAFA;
       
    72 	padding: 20px 15px;
       
    73 	min-height: 230px;
       
    74 	font-size: 13.5px;
       
    75 
       
    76 	.price-features li+li {
       
    77 		margin-top: 10px;
       
    78 	}
       
    79 }