blob: 304a848db6215af8fa62e8ce1d4cfba0b6397c4c [file] [log] [blame]
// Licensed 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.
.faux__jsonlink {
/*width: 76px; Static width cause rendering problems on Edge */
border-left: 1px solid #ccc;
padding: 16px 12px 12px 12px !important;
height: 64px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
min-width: 55px;
}
.faux__jsonlink-link {
color: #666;
text-decoration: none;
line-height: 33px;
font-size: 13px;
}
.faux__jsonlink-link:visited,
.faux__jsonlink-link:focus,
.faux__jsonlink-link:active {
text-decoration: none;
color: #666;
}
.faux__jsonlink-link-brackets {
font-size: 15px;
padding-right: 3px;
font-weight: 500;
}
.faux__doclink {
text-align: center;
width: 55px;
border-left: 1px solid #ccc;
padding: 18px 12px 12px 12px !important;
height: 64px;
background-color: rgba(0, 0, 0, 0);
}
.faux__doclink-link {
color: #666;
text-decoration: none;
line-height: 33px;
font-size: 20px;
}
.faux__doclink-link:active,
.faux__doclink-link:focus,
.faux__doclink-link:visited {
text-decoration: none;
color: #666;
}
@media (max-width: 1090px) {
#main:not(.closeMenu) {
.faux__jsonlink-link-label{
display: none;
}
}
}
@media (max-width: 1120px) {
#main.closeMenu {
.faux__jsonlink-link-label{
display: none;
}
}
}