Theme fixes + added Lato font and license files

This commit is contained in:
Rainer Simon 2020-04-15 18:13:19 +02:00
parent ce23468b01
commit 40d6b54872
4 changed files with 13 additions and 0 deletions

View File

@ -11,6 +11,9 @@
width:400px;
color:$standard-type;
opacity:0;
font-family:'Lato', sans-serif;
font-size:17px;
line-height:27px;
-webkit-transition:opacity 0.1s ease-in-out;
-moz-transition:opacity 0.1s ease-in-out;

View File

@ -1,3 +1,4 @@
@import "includes/fonts";
@import "includes/colors";
@import "includes/mixins";
@import "includes/buttons";

View File

@ -0,0 +1,6 @@
@font-face {
font-family:'Lato';
src:url('/Lato-Regular.ttf');
font-weight:normal;
font-style:normal;
}

View File

@ -1,5 +1,8 @@
.r6o-relation-editor {
position:absolute;
font-family:'Lato', sans-serif;
font-size:17px;
line-height:27px;
@include box-shadow(0, 1px, 14px, 0.4);
@include rounded-corners(3px);
transform:translate(-50%, -50%);