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.
73 lines
1.3 KiB
73 lines
1.3 KiB
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
$icon-size: 4.5rem;
|
|
|
|
::ng-deep .table-items-row-details-tab {
|
|
padding: 1.5rem 1.75rem;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
.type {
|
|
& {
|
|
margin-bottom: .5rem;
|
|
}
|
|
|
|
&-title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&-text {
|
|
font-size: .9rem;
|
|
}
|
|
|
|
&-icon {
|
|
& {
|
|
@include border-radius;
|
|
height: $icon-size;
|
|
color: $color-theme-blue;
|
|
cursor: pointer;
|
|
border: 1px solid $color-border;
|
|
background: transparent;
|
|
margin-right: .5rem;
|
|
line-height: $icon-size;
|
|
font-size: 1.75rem;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
width: $icon-size;
|
|
}
|
|
|
|
.radio-input {
|
|
display: none;
|
|
}
|
|
|
|
&.active {
|
|
& {
|
|
@include box-shadow(0, 0, 10px, .5);
|
|
background: $color-theme-blue;
|
|
border-color: $color-theme-blue;
|
|
color: $color-dark-foreground;
|
|
}
|
|
|
|
&:hover {
|
|
color: $color-dark-foreground;
|
|
}
|
|
}
|
|
|
|
&:hover {
|
|
border-color: $color-border-dark;
|
|
}
|
|
}
|
|
|
|
.radio-input {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.edit-form {
|
|
margin: -1.5rem -1.75rem;
|
|
margin-bottom: 0;
|
|
}
|