Remove unnecessary font declarations
This commit is contained in:
parent
3e4b109a07
commit
e799d27ac6
6 changed files with 5 additions and 15 deletions
|
@ -99,6 +99,7 @@
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 1fr auto;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
|
||||||
0px 2px 2px 0px rgba(0, 0, 0, 0.14),
|
0px 2px 2px 0px rgba(0, 0, 0, 0.14),
|
||||||
0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
||||||
|
@ -115,7 +116,6 @@
|
||||||
.code {
|
.code {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
color: #D32F2F;
|
color: #D32F2F;
|
||||||
|
@ -131,7 +131,6 @@
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
color: #0009;
|
color: #0009;
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
justify-self: start;
|
justify-self: start;
|
||||||
|
|
|
@ -132,6 +132,7 @@
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 1fr auto;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
|
||||||
0 2px 2px 0 rgba(0, 0, 0, 0.14),
|
0 2px 2px 0 rgba(0, 0, 0, 0.14),
|
||||||
0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
||||||
|
@ -145,7 +146,6 @@
|
||||||
.header {
|
.header {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
@ -173,7 +173,6 @@
|
||||||
.subheader {
|
.subheader {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -88,6 +88,7 @@
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 1fr auto;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
|
||||||
0 2px 2px 0 rgba(0, 0, 0, 0.14),
|
0 2px 2px 0 rgba(0, 0, 0, 0.14),
|
||||||
0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
||||||
|
@ -97,7 +98,6 @@
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
color: #D32F2F;
|
color: #D32F2F;
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
@ -115,7 +115,6 @@
|
||||||
.subheader {
|
.subheader {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class=" downloadhome-section">
|
<div class="download home-section">
|
||||||
<h2 class="title">Pobieranie</h2>
|
<h2 class="title">Pobieranie</h2>
|
||||||
<home-download-version-switcher v-if="$mq === 'md'" :activeSection="activeSection" />
|
<home-download-version-switcher v-if="$mq === 'md'" :activeSection="activeSection" />
|
||||||
<h3 class="section-name section-name-beta" v-if="$mq === 'lg'">BETA</h3>
|
<h3 class="section-name section-name-beta" v-if="$mq === 'lg'">BETA</h3>
|
||||||
|
|
|
@ -54,17 +54,12 @@
|
||||||
@media screen and (max-width: 875px) {
|
@media screen and (max-width: 875px) {
|
||||||
padding: 0 0 16px;
|
padding: 0 0 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 450px) {
|
|
||||||
padding: 0 0 16px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.features-table-section__title {
|
.features-table-section__title {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
|
|
|
@ -98,6 +98,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
@ -115,7 +116,6 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 48px;
|
margin-bottom: 48px;
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
|
@ -177,7 +177,6 @@
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
line-height: 64px;
|
line-height: 64px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
|
@ -228,7 +227,6 @@
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
|
|
||||||
&__link {
|
&__link {
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue