Zaktualizuj konfigurację FTP oraz zmień czcionkę na Poppins w stylach SCSS
This commit is contained in:
4
.vscode/ftp-kr.json
vendored
4
.vscode/ftp-kr.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"host": "193.177.164.18",
|
||||
"host": "host700513.hostido.net.pl",
|
||||
"username": "www@cdn.projectpro.pl",
|
||||
"password": "mvDkKujCRaMxHWHgKv2M",
|
||||
"password": "XQJgrukBkmdbsKLjHnt8",
|
||||
"remotePath": "/public_html",
|
||||
"protocol": "ftp",
|
||||
"port": 0,
|
||||
|
||||
6
.vscode/sftp.json
vendored
6
.vscode/sftp.json
vendored
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "193.177.164.18",
|
||||
"host": "193.177.164.18",
|
||||
"name": "host700513.hostido.net.pl",
|
||||
"host": "host700513.hostido.net.pl",
|
||||
"protocol": "ftp",
|
||||
"port": 21,
|
||||
"username": "www@cdn.projectpro.pl",
|
||||
"password": "mvDkKujCRaMxHWHgKv2M",
|
||||
"password": "XQJgrukBkmdbsKLjHnt8",
|
||||
"remotePath": "/public_html",
|
||||
"uploadOnSave": false,
|
||||
"ignore": [
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -166,6 +166,7 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
||||
$cGold: #b8a982;
|
||||
$cBlackLight: #1d1d21;
|
||||
$cBlackDark: #09090a;
|
||||
@@ -178,7 +179,7 @@ $cRed: #d16067;
|
||||
|
||||
body {
|
||||
background: $cBlackDark !important;
|
||||
font-family: 'Scandia', sans-serif;
|
||||
font-family: "Poppins", sans-serif;
|
||||
color: #a9a9a9 !important;
|
||||
|
||||
.row {
|
||||
@@ -190,6 +191,10 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.scroll_block {
|
||||
left: 0;
|
||||
right: 0;
|
||||
@@ -342,13 +347,13 @@ form,
|
||||
}
|
||||
|
||||
a {
|
||||
font-family: 'Scandia', sans-serif;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
color: $cGold !important;
|
||||
font-size: 17px;
|
||||
border: 0 !important;
|
||||
padding: 15px !important;
|
||||
transition: all 0.3s ease !important;
|
||||
font-weight: 400;
|
||||
font-weight: 300;
|
||||
line-height: 1.5 !important;
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user