You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.0 KiB
61 lines
1.0 KiB
|
|
.compatibility{
|
|
/* min-height: calc(100vh - 50px); */
|
|
height: 100vh;
|
|
width: 100%;
|
|
|
|
.content{
|
|
padding: 0 50px;
|
|
|
|
|
|
.user-sheet{
|
|
position: relative;
|
|
padding-top: 80px;
|
|
.avatar{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 10px;
|
|
height: 60px;
|
|
width: 60px;
|
|
img{
|
|
height: 60px;
|
|
width: 60px;
|
|
}
|
|
}
|
|
.name{
|
|
position: absolute;
|
|
left: 85px;
|
|
top: 12px;
|
|
font-size: $font-12;
|
|
font-weight: 700;
|
|
}
|
|
.rule{
|
|
position: absolute;
|
|
left: 85px;
|
|
top: 30px;
|
|
font-size: $font-10;
|
|
}
|
|
.sheet-title{
|
|
font-size: $font-12;
|
|
font-weight: 700;
|
|
}
|
|
.sheet-container{
|
|
.value{
|
|
width: 90%;
|
|
height: 25px;
|
|
background: $grey;
|
|
margin-bottom: 10px;
|
|
.percent{
|
|
width: 0%;
|
|
height: 25px;
|
|
background: $red;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|