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.
32 lines
625 B
32 lines
625 B
.title {
|
|
@include hover-visible('.title-edit', inline);
|
|
position: relative;
|
|
|
|
&-edit {
|
|
@include absolute(0, 0, null, null);
|
|
color: darken($color-border-dark, 20%);
|
|
cursor: pointer;
|
|
padding: .6rem .25rem;
|
|
}
|
|
|
|
&-name {
|
|
display: inline;
|
|
font-size: 1.2rem;
|
|
font-weight: normal;
|
|
padding-right: 1.75rem;
|
|
}
|
|
|
|
&-view {
|
|
@include truncate;
|
|
border-bottom: 1px solid transparent;
|
|
border-top: 0;
|
|
padding: .375rem 0;
|
|
position: absolute;
|
|
}
|
|
}
|
|
|
|
h3 {
|
|
&.fallback {
|
|
color: $color-text-decent;
|
|
}
|
|
}
|