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.
96 lines
1.4 KiB
96 lines
1.4 KiB
.apps {
|
|
&-title {
|
|
font-size: 1.4rem;
|
|
}
|
|
|
|
&-section {
|
|
@include clearfix;
|
|
padding: 2rem 1.25rem 0 $size-sidebar-width + .25rem;
|
|
}
|
|
}
|
|
|
|
.page {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.card {
|
|
& {
|
|
@include hover-visible('.deeplinks', inline-block);
|
|
display: inline-block;
|
|
margin-bottom: 1rem;
|
|
margin-right: 1rem;
|
|
width: 20rem;
|
|
}
|
|
|
|
&-links {
|
|
margin-top: .5rem;
|
|
}
|
|
|
|
&-left {
|
|
padding-right: .75rem;
|
|
}
|
|
|
|
&-right {
|
|
overflow: hidden;
|
|
}
|
|
|
|
&-image {
|
|
text-align: center;
|
|
}
|
|
|
|
&-text {
|
|
color: $color-text-decent;
|
|
font-size: .9rem;
|
|
font-weight: normal;
|
|
margin-top: .5rem;
|
|
}
|
|
|
|
&-title {
|
|
@include truncate;
|
|
color: $color-title;
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
}
|
|
|
|
&-template {
|
|
.card-body {
|
|
min-height: 15.5rem;
|
|
}
|
|
|
|
.card-title {
|
|
margin-bottom: .75rem;
|
|
margin-top: 1rem;
|
|
}
|
|
}
|
|
|
|
&-href {
|
|
& {
|
|
cursor: pointer;
|
|
}
|
|
|
|
&:hover {
|
|
@include box-shadow-outer(0, 3px, 16px, .2);
|
|
}
|
|
|
|
&:focus {
|
|
outline: none;
|
|
}
|
|
|
|
&:hover,
|
|
&:focus,
|
|
&:active {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.card-image {
|
|
img {
|
|
height: 6rem;
|
|
}
|
|
}
|
|
|
|
.info {
|
|
color: $color-border-dark;
|
|
}
|