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.
101 lines
1.6 KiB
101 lines
1.6 KiB
.dashboard {
|
|
& {
|
|
@include absolute(0, 0, 0, 0);
|
|
}
|
|
|
|
&-summary {
|
|
@include absolute(2rem, null, null, 2rem);
|
|
}
|
|
|
|
&-settings {
|
|
@include absolute(1rem, 1rem, null, null);
|
|
}
|
|
|
|
&-title {
|
|
font-size: 1.4rem;
|
|
}
|
|
|
|
gridster {
|
|
background: none;
|
|
}
|
|
|
|
gridster-item {
|
|
overflow: visible;
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
z-index: 1000;
|
|
}
|
|
|
|
:host ::ng-deep {
|
|
canvas {
|
|
height: 12rem !important;
|
|
margin-bottom: 0;
|
|
margin-top: -1rem;
|
|
}
|
|
|
|
.subtext {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.card {
|
|
& {
|
|
@include force-height(16rem);
|
|
height: 100%;
|
|
}
|
|
|
|
&-image {
|
|
text-align: center;
|
|
|
|
img {
|
|
height: 5rem;
|
|
}
|
|
}
|
|
|
|
h4 {
|
|
a {
|
|
color: $color-title;
|
|
}
|
|
}
|
|
|
|
&-history {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
&-text {
|
|
color: $color-text-decent;
|
|
font-size: .9rem;
|
|
font-weight: normal;
|
|
}
|
|
|
|
&-title {
|
|
color: $color-title;
|
|
font-size: 1.2rem;
|
|
font-weight: light;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
&-href {
|
|
&:hover {
|
|
@include box-shadow-outer(0, 3px, 16px, .2px);
|
|
}
|
|
}
|
|
}
|
|
|
|
.aggregation {
|
|
& {
|
|
text-align: center;
|
|
}
|
|
|
|
&-label {
|
|
color: $color-text-decent;
|
|
}
|
|
|
|
&-value {
|
|
font-size: 3rem;
|
|
margin-bottom: .5rem;
|
|
margin-top: 1rem;
|
|
}
|
|
}
|
|
}
|