-
Hartung, Michael authored
explorer service and network menu as sidebar in explorer; next step componizing of network and sidebar such that it can be applied easily to analysis
Hartung, Michael authoredexplorer service and network menu as sidebar in explorer; next step componizing of network and sidebar such that it can be applied easily to analysis
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
explorer-page.component.scss 2.27 KiB
@import "src/stylesheets/variables";
.quick-icon {
display: flex;
align-content: center;
justify-content: center;
margin: auto;
}
.quick-find {
.notification {
padding: 1.25rem 1rem 1.25rem 1rem !important;
.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;
min-width: 50px;
height: 50px;
text-align: center;
align-self: center;
margin: auto 0;
font-weight: bold;
}
.digit-small {
color: rgba(255, 255, 255, 0.5);
font-size: 24px;
border: 2px solid rgba(255, 255, 255, 0.5);
border-radius: 30px;
width: 42px;
min-width: 42px;
height: 42px;
text-align: center;
align-self: center;
margin: auto 0;
font-weight: bold;
}
}
.notification.small {
padding: .5rem 1rem !important;
}
.divisor-rapid {
margin-top: -10px;
margin-bottom: 10px;
text-align: center;
}
}
.card-content.quick-find.small{
padding: .5rem !important;
}
.card-content.quick-find {
padding: 1.5rem !important;
}
.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});
}
.quick-start-btn {
align-self: center;
justify-self: center;
margin-top: auto;
margin-bottom: auto;
margin-left: auto !important;
margin-right: auto !important;
}
.align-vmiddle {
width:100%;
display: flex;
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 !important;
}
.network-toolbar-toggle {
position: relative;
top: calc(50% - 10px);
display: inline-block;
margin: 0px;
left: -20px;
&.rotated {
-ms-transform: rotate(180deg); /* IE 9 */
transform: rotate(180deg);
}
}