@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
111 lines (96 loc) • 1.99 kB
text/less
/*!
* Copyright 2018 Telerik EAD
*
* 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.
*/
//@import "../common/switch.less";
@import "base.less";
// Generic content
.km-nova h1,
.km-nova h2,
.km-nova h3,
.km-nova h4,
.km-nova h5,
.km-nova h6,
.km-nova p {
margin: 0;
}
.km-nova .km-thumbnail {
border-radius: 50%;
width: 3.35rem;
height: 3.35rem;
border-width: 1px;
border-style: solid;
float: left;
margin-right: 1.07rem;
}
.km-nova .km-light-font {
font-weight: 300;
}
.km-nova .km-medium-font {
font-weight: 500;
}
.km-nova .km-bold-font {
font-weight: bold;
}
.km-nova h1 {
font-weight: 500;
margin-top: .4em;
margin-bottom: .4em;
}
.km-nova h2 {
font-weight: 300;
margin-top: .4em;
margin-bottom: .4em;
}
.km-nova h3 {
font-weight: 400;
margin-top: .4em;
margin-bottom: .4em;
}
.km-nova h4 {
font-weight: 500;
margin-top: .4em;
margin-bottom: .4em;
}
.km-nova h5 {
font-weight: 300;
margin-top: .5em;
margin-bottom: .5em;
}
.km-nova h6 {
font-weight: 400;
text-transform: uppercase;
margin-top: .6em;
margin-bottom: .6em;
}
.km-nova .km-content .km-scroll-container {
> h1,
> h2,
> h3,
> h4,
> h5,
> h6,
> p {
margin-left: 1rem;
margin-right: 1rem;
}
}
.km-nova p {
margin-top: .4em;
margin-bottom: .4em;
}
.km-nova a:not([class]),
.km-nova .km-external-link {
text-decoration: none;
}