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.
39 lines
831 B
39 lines
831 B
/*-----------------------------------------------------------------------------
|
|
| Copyright (c) Jupyter Development Team.
|
|
|
|
|
| Distributed under the terms of the Modified BSD License.
|
|
|----------------------------------------------------------------------------*/
|
|
|
|
.jp-ClassicSpacer {
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
}
|
|
|
|
.jp-ClassicKernelLogo {
|
|
flex: 0 0 auto;
|
|
display: flex;
|
|
align-items: center;
|
|
text-align: center;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.jp-ClassicKernelLogo img {
|
|
max-width: 28px;
|
|
max-height: 28px;
|
|
display: flex;
|
|
}
|
|
|
|
#jp-title h1 {
|
|
cursor: pointer;
|
|
font-size: 18px;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
color: var(--jp-ui-font-color0);
|
|
font-family: var(--jp-ui-font-family);
|
|
line-height: calc(1.5 * var(--jp-private-title-panel-height));
|
|
}
|
|
|
|
#jp-title h1:hover {
|
|
background: var(--jp-layout-color2);
|
|
}
|