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.
41 lines
499 B
41 lines
499 B
.form-group {
|
|
position: relative;
|
|
}
|
|
|
|
.image {
|
|
& {
|
|
@include absolute(0, 0, 0, 0);
|
|
}
|
|
|
|
&-progress {
|
|
@include absolute(0, 0, null, 0);
|
|
}
|
|
}
|
|
|
|
.nav-link {
|
|
padding-bottom: 1.25rem;
|
|
}
|
|
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.metadata {
|
|
margin: 1rem auto;
|
|
max-width: 500px;
|
|
min-width: 0;
|
|
}
|
|
|
|
.slug {
|
|
padding-right: 6rem;
|
|
}
|
|
|
|
.slug-generate {
|
|
& {
|
|
@include absolute(auto, 10px, 3px, auto);
|
|
}
|
|
|
|
&:focus {
|
|
box-shadow: none;
|
|
}
|
|
}
|