This commit is contained in:
Roman Pyrih
2026-02-03 13:58:33 +01:00
parent 197675d958
commit 4f9b657064
7 changed files with 19 additions and 18 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,13 +1,13 @@
// out: ../style-css/style.css, compress: true, sourceMap: true
@import "_mixins";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import '_mixins';
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
$cGrayLight: #f0f0f0;
$cBlack: #000;
$cBlue: #90d4f0;
$cBlueDark: #22a9e1;
body {
font-family: "Open Sans", sans-serif;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
&.noscroll {
@@ -99,7 +99,7 @@ body {
}
&::after {
content: "";
content: '';
display: block;
width: 60%;
bottom: -2px;
@@ -614,7 +614,7 @@ body {
.box-guarantee {
color: #ffffff;
background-image: url("/upload/filemanager/layout/box-guarantee-bg.jpg");
background-image: url('/upload/filemanager/layout/box-guarantee-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
@@ -622,7 +622,7 @@ body {
position: relative;
&::after {
content: "";
content: '';
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
@@ -726,7 +726,7 @@ body {
&::after {
background: $cBlueDark;
content: "";
content: '';
display: block;
position: absolute;
top: 0;
@@ -777,7 +777,7 @@ body {
}
.box-career {
background-image: url("/upload/filemanager/layout/box-career-bg.jpg");
background-image: url('/upload/filemanager/layout/box-career-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
@@ -905,7 +905,7 @@ body {
border-bottom: 2px solid #dfdfdf;
&::before {
content: "";
content: '';
display: block;
width: 60%;
bottom: -2px;
@@ -1248,7 +1248,7 @@ body {
overflow: hidden;
&::after {
content: "";
content: '';
display: block;
background: rgba(0, 0, 0, 0.33);
width: calc(100% - 30px);
@@ -1293,7 +1293,7 @@ body {
margin-bottom: 30px;
&::after {
content: "";
content: '';
display: block;
background: rgba(0, 0, 0, 0.33);
width: 100%;
@@ -1371,7 +1371,8 @@ body {
#scontainer-41 {
max-height: calc(100vh - 141px);
background: #000;
// background: #000;
text-align: center;
.scontainer-content {
height: 100%;