mirror of https://github.com/Squidex/squidex.git
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.
36 lines
567 B
36 lines
567 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
:host /deep/ {
|
|
.cdk-drag-placeholder {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
img {
|
|
height: 1.5rem;
|
|
margin-bottom: .25rem;
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
.card {
|
|
& {
|
|
border-bottom-width: 1px;
|
|
border-width: 1px;
|
|
width: $asset-width;
|
|
}
|
|
|
|
&-body {
|
|
font-size: 1.1rem;
|
|
line-height: 2.2rem;
|
|
padding-bottom: .75rem;
|
|
padding-right: .5rem;
|
|
padding-top: .75rem;
|
|
}
|
|
}
|
|
|
|
.icon-folder {
|
|
color: $color-dark1-border1;
|
|
margin-right: .5rem;
|
|
margin-top: 0;
|
|
}
|