summaryrefslogtreecommitdiff
path: root/src/main/resources/static/scss/_varriable.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/static/scss/_varriable.scss')
-rw-r--r--src/main/resources/static/scss/_varriable.scss49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/main/resources/static/scss/_varriable.scss b/src/main/resources/static/scss/_varriable.scss
new file mode 100644
index 0000000..b36e7ab
--- /dev/null
+++ b/src/main/resources/static/scss/_varriable.scss
@@ -0,0 +1,49 @@
+@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Yeseva+One&display=swap');
+
+// fonts
+$font1: 'Yeseva One', cursive;
+$font2: 'Lato', sans-serif;
+// fonts-size
+
+$heading-color:#020c26;
+$gray-color: #bebebe;
+$gray-color-2: #bdbdbd;
+
+$theme-color: #020c26;
+$theme-color2: #222222;
+$theme-color3: #BC9321;
+$theme-color4: #EB592D;
+
+$gray-color3:#5c5c5c;
+$white_color:#fff;
+
+
+
+$font_1: #666666;
+$font_2: #646464;
+$font_3: #7f7f7f;
+$font_4: #8a8a8a;
+$font_5: #999999;
+$font_6: #666666;
+$font_7: #5c5c5c;
+$border_color: #fdcb9e;
+$footer_bg: #303030;
+$sidebar_bg: #fbf9ff;
+
+$medium_device : 'only screen and (min-width: 992px) and (max-width: 1200px)';
+$tab_device:'only screen and (min-width: 768px) and (max-width: 991px)';
+$large_mobile: 'only screen and (min-width: 576px) and (max-width: 767px)';
+$tab:'(max-width: 991px)';
+$small_mobile:'(max-width: 576px)';
+$xs_mobile:'(max-width: 420px)';
+$sm_mobile:'only screen and (min-width: 421px) and (max-width: 575px)';
+$big_screen:'only screen and (min-width: 1200px) and (max-width: 1440px)';
+$extra_big_screen: 'only screen and (min-width: 1200px) and (max-width: 3640px)';
+
+// ,,,,,,,,,,,
+$btn_bg: #eb592d;
+$btn_hover: #f5790b;
+$section_bg: #f7f7f7;
+$section_bg_1: #454545;
+$heading_color: #191d34;
+$heading_color2: #ff8b23; \ No newline at end of file