95 lines
1005 B
SCSS
Executable File
95 lines
1005 B
SCSS
Executable File
|
|
|
|
#commissions{
|
|
img{
|
|
width:30px;
|
|
border-radius:50%;
|
|
}
|
|
td{
|
|
vertical-align:middle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.green{
|
|
|
|
color:green;
|
|
}
|
|
|
|
.red{
|
|
|
|
color:red;
|
|
}
|
|
|
|
.affiliation{
|
|
background:white;
|
|
box-shadow:0 0 5px rgba(0,0,0,0.8);
|
|
padding:10px;
|
|
|
|
}
|
|
.solde_credits{
|
|
img{
|
|
width:40px;
|
|
display:block;
|
|
}
|
|
|
|
}
|
|
a{
|
|
&:hover{
|
|
.credit_product{
|
|
|
|
border-color:rgba(0,0,0,0.5);
|
|
box-shadow:0 0 10px rgba(0,0,0,0.5);
|
|
}
|
|
|
|
}
|
|
.credit_product{
|
|
color:#343434;
|
|
|
|
&.active{
|
|
border-color:rgba(64,138,199,1);
|
|
box-shadow:0 0 10px rgba(64,138,199,1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ht{
|
|
color:#909090;
|
|
|
|
}
|
|
|
|
width:16%;
|
|
max-width:300px;
|
|
min-width:220px;
|
|
|
|
float:left;
|
|
|
|
|
|
text-align:center;
|
|
margin:0px 3px;
|
|
img{
|
|
width:40px;
|
|
|
|
}
|
|
ul{
|
|
text-align:left;
|
|
padding-left:10px;
|
|
}
|
|
|
|
}}
|
|
|
|
|
|
#order_credit_products{
|
|
display:inline-block;
|
|
text-align:center;
|
|
}
|
|
|
|
.annonce_option_type{
|
|
|
|
padding:10px;
|
|
margin:10px 0;
|
|
background:white;
|
|
|
|
} |