CSS fixes

This commit is contained in:
Roman Hotsiy 2016-07-28 19:58:46 +03:00
parent 2f3e8a0f1e
commit 167b272d3e
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 5 additions and 5 deletions

View File

@ -23,6 +23,7 @@ body {
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
text-size-adjust: 100%; text-size-adjust: 100%;
font-family: Monserrat, sans-serif;
} }
nav input, nav button { nav input, nav button {

View File

@ -1,4 +1,8 @@
@import '../../shared/styles/variables'; @import '../../shared/styles/variables';
// Font
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');
:host { :host {
display: block; display: block;

View File

@ -7,11 +7,6 @@ $green : #00aa13;
$yellow : #f1c400; $yellow : #f1c400;
$red : #e53935; $red : #e53935;
// Font
// ---------------------------
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');
$em-size : 14px; $em-size : 14px;
// Font weights // Font weights