@r3l/app
Version:
104 lines (90 loc) • 1.82 kB
CSS
.pell{border:1px solid hsla(0,0%,4%,.1)}.pell,.pell-content{box-sizing:border-box}.pell-content{height:300px;outline:0;overflow-y:auto;padding:10px}.pell-actionbar{background-color:#fff;border-bottom:1px solid hsla(0,0%,4%,.1)}.pell-button{background-color:transparent;border:none;cursor:pointer;height:30px;outline:0;width:30px;vertical-align:bottom}.pell-button-selected{background-color:#f0f0f0}
.adminContainer {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
flex: 1;
/*flex: 1 0 auto;*/
/*background: white;*/
/*justify-content: center;*/
}
.adminRow {
display: flex;
flex-direction: row;
width: 80%;
margin-top: 20px;
}
.titleRow {
display: flex;
flex-direction: row;
width: 80%;
margin-top: 40px;
span {
flex: 1;
margin: 10px;
text-align: center;
}
/*border-bottom: 2px solid #3E3EFF;*/
}
.adminRow span {
flex: 1;
margin: 0 10px;
border-bottom: 2px solid #3E3EFF;
text-align: center;
}
.filter {
margin-top: 40px;
}
.filter span {
padding: 10px;
cursor: pointer;
color: blue;
}
.downvoteList {
width: 90vw;
display: flex;
margin: 5px 0;
div {
flex: 1;
}
}
.dUser {
display: inline-block;
width: 200px;
/*flex: .5;*/
}
.pell-content {
height: 400px ;
/*font-size: 80%;*/
}
.pell-content img {
max-width: 100%;
}
.pell-content h1 {
font-family: sans-serif;
font-size: 22px;
font-weight: bold;
line-height: auto;
}
.pell-content h2 {
font-family: sans-serif;
font-size: 18px;
font-weight: bold;
line-height: auto;
}
.communityForm {
display: flex;
flex-direction: column;
margin:auto;
width: 600px;
margin-bottom: 100px;
label {
margin-top: 20px;
font-size: 12px;
}
img {
max-width: 100%;
}
}
/*# sourceMappingURL=17.css.map*/