Browse Source

Changes some css properties

redesign
Anxhelo Lushka 6 years ago
parent
commit
396449e9c2
No known key found for this signature in database GPG Key ID: 86086158C83770F8
  1. 2
      _includes/head.html
  2. 2
      css/app.css
  3. 1
      css/fontawesome-all.css
  4. 2
      css/linea-arrows-styles.css
  5. 2
      css/linea-styles.css

2
_includes/head.html

@ -38,7 +38,7 @@
<meta name="twitter:image:src" content="https://ura.design/{{ page.images }}" /> <meta name="twitter:image:src" content="https://ura.design/{{ page.images }}" />
<link rel="stylesheet" href="{{ "/css/app.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/css/app.css" | prepend: site.baseurl }}">
<link href="{{ "/fonts/overpass/overpass.css" | prepend: site.baseurl }}" rel="stylesheet"> <link rel="stylesheet" href="{{ "/fonts/overpass/overpass.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/css/superslides.css" | prepend: site.baseurl }}"/> <link rel="stylesheet" href="{{ "/css/superslides.css" | prepend: site.baseurl }}"/>
<link rel="stylesheet" href="{{ "/css/slick-theme.css" | prepend: site.baseurl }}"/> <link rel="stylesheet" href="{{ "/css/slick-theme.css" | prepend: site.baseurl }}"/>
<link rel="stylesheet" href="{{ "/css/slick.css" | prepend: site.baseurl }}"/> <link rel="stylesheet" href="{{ "/css/slick.css" | prepend: site.baseurl }}"/>

2
css/app.css

@ -3435,7 +3435,7 @@ ul.pagination {
.pricing-table .title { .pricing-table .title {
background-color: #333333; background-color: #333333;
color: #EEEEEE; color: #EEEEEE;
font-family: '"Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-family: "Overpass", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
padding: 0.9375rem 1.25rem; padding: 0.9375rem 1.25rem;

1
css/fontawesome-all.css

@ -11,6 +11,7 @@
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
display: inline-block; display: inline-block;
font-style: normal; font-style: normal;
font-display: auto;
font-variant: normal; font-variant: normal;
text-rendering: auto; text-rendering: auto;
line-height: 1; } line-height: 1; }

2
css/linea-arrows-styles.css

@ -9,7 +9,7 @@
url("../fonts/linea-arrows/linea-arrows-10.svg#linea-arrows-10") format("svg"); url("../fonts/linea-arrows/linea-arrows-10.svg#linea-arrows-10") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: auto;
} }
[data-icon]:before { [data-icon]:before {

2
css/linea-styles.css

@ -9,7 +9,7 @@
url("../fonts/linea/linea-basic-10.svg#linea-basic-10") format("svg"); url("../fonts/linea/linea-basic-10.svg#linea-basic-10") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: auto;
} }
[data-icon]:before { [data-icon]:before {

Loading…
Cancel
Save