-
Michael Hartung authoredMichael Hartung authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
explorer-page.component.scss 1.15 KiB
@import "../../../variables";
.quick-find {
.notification {
padding: 15px;
.digit {
color: rgba(255, 255, 255, 0.5);
font-size: 32px;
border: 2px solid rgba(255, 255, 255, 0.5);
border-radius: 30px;
width: 50px;
height: 50px;
text-align: center;
font-weight: bold;
}
}
.divisor-rapid {
margin-top: -10px;
margin-bottom: 10px;
text-align: center;
}
}
.explorer-network-view-settings {
// remove margin from tab header when network is displayed, so that network
// does not disappear in empty border
padding: 0;
height: calc(100% - #{$network-header-height});
}
.align-vmiddle {
display: table-cell;
vertical-align: middle;
height: 50px;
div {
display: inline-block;
}
button, span, div {
vertical-align: middle;
margin-left: 5px;
margin-right: 5px;
}
}
.mobile-fallback {
padding: 15px;
font-weight: bold;
}
.network-header {
height: $network-header-height;
}
.card-footer {
font-size: 12px;
a {
padding: 3px;
}
}
.scroll-x{
overflow-x: auto;
}
.selection-table {
width: 100%;
}
.task-list-container {
padding: 0.5rem;
}