Theme fixes + added Lato font and license files
This commit is contained in:
parent
ce23468b01
commit
40d6b54872
|
@ -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;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@import "includes/fonts";
|
||||
@import "includes/colors";
|
||||
@import "includes/mixins";
|
||||
@import "includes/buttons";
|
|
@ -0,0 +1,6 @@
|
|||
@font-face {
|
||||
font-family:'Lato';
|
||||
src:url('/Lato-Regular.ttf');
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
}
|
|
@ -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%);
|
||||
|
|
Loading…
Reference in New Issue