feat: add ci cd files dont edit those files

This commit is contained in:
mahyargdz
2024-10-21 10:22:26 +03:30
commit fb5b440d42
321 changed files with 188273 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
////// colors
$theme: #222F3A;
$themeReverse: #fff;
$red: #CC0000;
$red1: #903030;
$themeFooter: "#111111";
$themeTxtColor: lightgreen;
$offCanvasColor: #F7F6F6;
$yearBannerHeight: 180px;
$headerNavLinksHeight: 40px;
$sectionBg: #F4F4F4;
$gray: #e2e6ea;
$gray1: #212529;
$border: #ced4da;
//------------------------------Font Size
$h1: 38px;
$h2: 28px;
$h3: 24px;
$h4: 22px;
$h5: 20px;
$h6: 18px;