cambio de fuente de raleway a roboto
This commit is contained in:
parent
e7d19da8f5
commit
af5a4d65a9
|
@ -1,3 +1,3 @@
|
||||||
vn-descriptor {
|
vn-descriptor {
|
||||||
font-family: raleway-bold;
|
font-family: vn-font-bold;
|
||||||
}
|
}
|
|
@ -12,5 +12,5 @@ vn-item-client a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.vn-item-client-name {
|
.vn-item-client-name {
|
||||||
font-family: raleway-bold;
|
font-family: vn-font-bold;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ ul.vn-autocomplete {
|
||||||
}
|
}
|
||||||
&.load-more {
|
&.load-more {
|
||||||
color: #ffa410;
|
color: #ffa410;
|
||||||
font-weight: bold;
|
font-family: vn-font-bold;
|
||||||
padding: .4em .8em;
|
padding: .4em .8em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
vn-confirm .dialog-title {
|
vn-confirm .dialog-title {
|
||||||
color:#424242;
|
color:#424242;
|
||||||
font-family: raleway-bold;
|
font-family: vn-font-bold;
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
color: #ffa410;
|
color: #ffa410;
|
||||||
font-weight: bold;
|
font-family: vn-font-bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
margin: -0.5em;
|
margin: -0.5em;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
.mdl-dialog{
|
.mdl-dialog{
|
||||||
width: 400px;
|
width: 400px;
|
||||||
font-family: raleway-regular;
|
font-family: vn-font;
|
||||||
line-height:60px;
|
line-height:60px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-label {
|
.popover-label {
|
||||||
font-weight: bold;
|
font-family: vn-font-bold;
|
||||||
color: black;
|
color: black;
|
||||||
padding-top:5px;
|
padding-top:5px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +1,12 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: raleway-italic;
|
font-family: vn-font-medium;
|
||||||
src: url(./fonts/Raleway-Italic.ttf);
|
src: url(./fonts/Roboto-Medium.ttf);
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: raleway-thin;
|
font-family: vn-font;
|
||||||
src: url(./fonts/Raleway-Thin.ttf);
|
src: url(./fonts/Roboto.ttf);
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: raleway-regular;
|
font-family: vn-font-bold;
|
||||||
src: url(./fonts/Raleway-Regular.ttf);
|
src: url(./fonts/Roboto-Bold.ttf);
|
||||||
}
|
}
|
||||||
@font-face {
|
|
||||||
font-family: raleway-bold;
|
|
||||||
src: url(./fonts/Raleway-Bold.ttf);
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: raleway-semi-bold;
|
|
||||||
src: url(./fonts/Raleway-SemiBold.ttf);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ $font-color: $color-dark-grey;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: $font-color;
|
color: $font-color;
|
||||||
font-family: raleway-regular;
|
font-family: vn-font;
|
||||||
}
|
}
|
||||||
html [uppercase], .uppercase {
|
html [uppercase], .uppercase {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -64,7 +64,7 @@ html [vn-center], .vn-center{
|
||||||
.tooltip {
|
.tooltip {
|
||||||
.list-header{
|
.list-header{
|
||||||
border-bottom: 3px solid $color-medium-grey;
|
border-bottom: 3px solid $color-medium-grey;
|
||||||
font-weight: bold;
|
font-family: vn-font-bold;
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
.list-element{
|
.list-element{
|
||||||
|
@ -72,7 +72,7 @@ html [vn-center], .vn-center{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.list-footer{
|
.list-footer{
|
||||||
font-weight: bold;
|
font-family: vn-font-bold;
|
||||||
border-top: 3px solid $color-medium-grey;
|
border-top: 3px solid $color-medium-grey;
|
||||||
}
|
}
|
||||||
.list-element.warning{
|
.list-element.warning{
|
||||||
|
|
|
@ -21,5 +21,5 @@ h6 {
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: .4em 0;
|
margin: .4em 0;
|
||||||
font-family: raleway-semi-bold;
|
font-family: vn-font-bold;
|
||||||
}
|
}
|
Loading…
Reference in New Issue