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.
48 lines
932 B
48 lines
932 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
.title {
|
|
& {
|
|
position: relative;
|
|
}
|
|
|
|
&-edit {
|
|
color: $color-border-dark;
|
|
display: none;
|
|
font-size: .9rem;
|
|
font-weight: normal;
|
|
padding: .6rem .25rem;
|
|
border: 0;
|
|
background: transparent;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
&-name {
|
|
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
font-size: 1.2rem;
|
|
font-weight: normal;
|
|
display: inline;
|
|
margin: 0;
|
|
}
|
|
|
|
&-view {
|
|
@include truncate;
|
|
padding: .375rem 0;
|
|
position: absolute;
|
|
border-top: 0;
|
|
border-bottom: 1px solid transparent;
|
|
line-height: 1.5rem;
|
|
}
|
|
|
|
&:hover {
|
|
.title-edit {
|
|
display: inline;
|
|
}
|
|
}
|
|
}
|
|
|
|
h3 {
|
|
&.fallback {
|
|
color: $color-text-decent;
|
|
}
|
|
}
|