font-size des root reduziert, damit default font size 1rem entspricht
This commit is contained in:
parent
2fc1643265
commit
fda6466f1a
25 changed files with 1279 additions and 1245 deletions
|
@ -7,14 +7,14 @@
|
|||
.breadcrumbs {
|
||||
position: relative;
|
||||
border-bottom: 1px solid @color-border;
|
||||
padding: .8rem 1.8rem .4rem;
|
||||
padding: .8rem @margin-default @very-small-spacing;
|
||||
|
||||
> p {
|
||||
font-size: .83rem;
|
||||
font-size: @font-size-small;
|
||||
margin: 0;
|
||||
|
||||
* {
|
||||
font-size: .83rem;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
.bchead {
|
||||
|
@ -38,7 +38,7 @@
|
|||
transition: @transition border-color;
|
||||
|
||||
&:before {
|
||||
font-size: 1rem;
|
||||
font-size: @font-size-default + (@font-scale-factor*2);
|
||||
margin-top: .17rem;
|
||||
}
|
||||
|
||||
|
@ -140,11 +140,11 @@
|
|||
|
||||
#plugin__qc__out{
|
||||
h1{
|
||||
font-size: 1.2rem;
|
||||
font-size: @font-size-head3;
|
||||
}
|
||||
h2{
|
||||
margin-top: 1.6em;
|
||||
font-size: .93rem;
|
||||
font-size: @font-size-head5;
|
||||
}
|
||||
> h1, > h2, > p, >dl, >div{
|
||||
padding-left: 1rem;
|
||||
|
@ -172,7 +172,7 @@
|
|||
.icon-emo-happy();
|
||||
|
||||
width: 100%;
|
||||
font-size: .9rem;
|
||||
font-size: @font-size-default;
|
||||
|
||||
&::before {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue