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.
61 lines
844 B
61 lines
844 B
$color-apps-border: #65a6ff;
|
|
|
|
$color-nav-shadow: rgba(26, 93, 184, .26);
|
|
|
|
.dropdown {
|
|
&-button {
|
|
padding: 1rem 1.5rem;
|
|
}
|
|
|
|
&-item {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
|
|
h3 {
|
|
margin: 0;
|
|
}
|
|
|
|
.btn-block {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.icon-plus {
|
|
font-size: $font-smallest;
|
|
}
|
|
|
|
.apps-list {
|
|
max-height: 600px;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.breadcrumb {
|
|
margin: 0;
|
|
|
|
&-item {
|
|
@include truncate;
|
|
max-width: 10rem;
|
|
min-width: 0;
|
|
white-space: nowrap;
|
|
|
|
&.active {
|
|
color: $color-text-decent;
|
|
}
|
|
|
|
a {
|
|
color: inherit !important;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.form-select {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.breadcrumb,
|
|
.breadcrumb-item {
|
|
flex-wrap: nowrap !important;
|
|
}
|