lingo/lingo/manager/static/css/style.scss

55 lines
804 B
SCSS

li span.identifier {
font-size: 80%;
opacity: 0.6;
}
h2 span.identifier {
font-size: 1rem;
opacity: 0.6;
}
div.paragraph {
background: white;
box-sizing: border-box;
border: 1px solid #386ede;
border-radius: 3px;
max-width: 100%;
padding: 5px 15px;
margin-bottom: 1rem;
h4 {
margin-top: 5px;
border-bottom: none;
}
}
.sortable {
span.handle {
cursor: move;
display: inline-block;
padding: 0.5ex;
text-align: center;
width: 2em;
height: 100%;
box-sizing: border-box;
font-weight: normal;
}
}
ul.objects-list.sortable {
li {
position: relative;
& > a {
display: inline-block;
}
}
}
ul.objects-list.single-links li a.link::before {
content: "\f08e"; /* fa-external-link */
}
div.test-tool-result .infonotice h3 {
margin-top: 0;
font-weight: normal;
}