fix: relative font sizes

pull/1662/head
Ramires Viana 2021-11-11 12:54:30 +00:00
parent 81de95632a
commit c29698dffa
2 changed files with 7 additions and 3 deletions

View File

@ -167,3 +167,7 @@
} }
@import "~material-design-icons/iconfont/material-icons.css"; @import "~material-design-icons/iconfont/material-icons.css";
.material-icons {
font-size: 1.5rem;
}

View File

@ -314,11 +314,11 @@ main .spinner .bounce2 {
} }
#editor-container .breadcrumbs span { #editor-container .breadcrumbs span {
font-size: 12px; font-size: .75rem;
} }
#editor-container .breadcrumbs i { #editor-container .breadcrumbs i {
font-size: 16px; font-size: 1rem;
} }
/* * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * *
@ -334,7 +334,7 @@ main .spinner .bounce2 {
background: rgba(0, 0, 0, 0.05); background: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0,0,0,0.1); border: 1px solid rgba(0,0,0,0.1);
box-shadow: 0 0 0 0; box-shadow: 0 0 0 0;
font-size: 14px; font-size: 1rem;
} }
/* * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * *