2016-02-16 21:09:48 +01:00

126 lines
1.5 KiB
SCSS
Executable File

.binary-table{
width:100%;
td{
text-align:center;
border:1px solid black;
min-width:50%;
}
}
.binary_table{
width:100%;
td{
text-align:center;
min-width:50%;
height:50px;
}
}
.binary_account{
width:140px;
height:120px;
margin:5px auto;
text-align:center;
img{
border-radius:50%;
width:100px;
display:block;
margin:auto;
}
}
.level_1{
width:150px;
height:120px;
font-size:0.95em;
img{
width:95px;
}
}
.level_2{
width:120px;
height:115px;
font-size:0.90em;
img{
width:90px;
}
}
.level_3{
width:100px;
height:105px;
font-size:0.85em;
img{
width:85px;
}
}
.level_4{
width:50px;
height:60px;
font-size:0.6em;
img{
width:45px;
}
}
.binary_line{
border:2px solid #4D4D4D;
border-bottom:0;
height:10px;
border-radius:5px 5px 0 0 ;
margin:auto;
width:50%;
position:relative;
margin-top:10px;
.line{
border-left:2px solid #4D4D4D;
position:absolute;
top:-8px;
left:50%;
height:8px;
}
}
.left_binary, .right_binary{
position:absolute;
border:2px solid black;
border-radius:10px;
padding:5px 10px;
font-weight:600;
}
.left_binary{
left:10px;
}
.right_binary{
right:10px;
}
.filleul{
img{
border-radius:50%;
width:40px;
display:block;
margin:auto;
}
}