Change To Font Lato in VM Pages and remove messages in login

This commit is contained in:
Henry Bravo 2017-06-11 19:46:07 -05:00
commit 225f92caf5
24 changed files with 0 additions and 156 deletions

View file

@ -10,7 +10,6 @@
src: url('../fonts/Lato/Lato-Regular.ttf');
}
@font-face {
font-family: 'Lato-Black';
src: url('../fonts/Lato/Lato-Black.ttf');
}
@font-face {
@ -241,7 +240,6 @@ h6 {
}
.auth-container .auth-title h2{
color: #fff;
font-family: 'Lato-Black';
font-size: 44px;
text-align: center;
width: 425px;
@ -280,7 +278,6 @@ h6 {
font-size: 20px;
border-radius: 3px 3px 0px 0px;
margin: 0 auto;
font-family: 'Lato-Black';
}
.auth-box .form{
padding: 20px;