blob: 718899b1bc95bbce41f5cb52a5ee6b6d2755c2d5 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
queries-notebook {
// TODO: Delete this breadcrumbs styles after template refactoring to new design.
.notebooks-top {
margin-bottom: 20px;
display: flex;
align-items: center;
breadcrumbs {
padding-left: 0;
.breadcrumbs__home {
margin-left: 0 !important;
}
}
cluster-selector {
margin-left: 30px;
display: inline-flex;
}
}
.docs-content > header {
margin: 0;
margin-bottom: 30px;
display: flex;
flex-direction: row;
align-items: center;
h1 {
margin: 0;
margin-right: 8px;
}
}
.affix + .block-information {
margin-top: 90px;
}
.block-information {
padding: 18px 10px 18px 36px;
[ng-transclude] {
display: flex;
}
[ignite-icon] {
top: 18px;
left: 14px;
width: 14px;
color: inherit;
}
ul {
min-width: 300px;
}
.example {
flex-basis: 100%;
.group {
background: white;
border-style: solid;
.group-legend {
label {
@import "public/stylesheets/variables.scss";
font-size: 12px;
color: $gray-light;
background: #fcfcfc;
padding: 0;
vertical-align: 1px;
}
}
.group-content {
height: 66px;
border-radius: 5px;
margin: 0;
padding: 5px 0;
overflow: hidden;
}
}
}
.sql-editor {
width: 100%;
margin: 0;
}
}
}