source: resources/assets/sass/core/vars.scss@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 1.4 KB
Line 
1$header-height: 75px;
2$navigation-width: 320px;
3$navigation-tab-width: 80px;
4$small-navigation-width: 65px;
5$sidebar-width: 330px;
6
7$default-font-size: 14px;
8$default-border-radius: .50rem;
9
10$border-style: 1px solid #ebebeb;
11$border-style-color: darken(white, 10%);
12$dark-border-style: 1px solid rgba(white, .1);
13
14$body-bg-color: #182139;
15$body-bg-color-dark: #04071a;
16$default-dark-text-color: #c7c7c7;
17
18$body-bg-color-dark-light: #313852;
19
20$default-text-color: #646464;
21$default-text-color-dark: #b9b9b9;
22
23$default-avatar-size: 3rem;
24
25$element-focus-outline-opacity: .40;
26
27$color-primary: #0081ff;
28$color-secondary: #aa66cc;
29$color-success: #28c76f;
30$color-info: #33b5e5;
31$color-light: #afb8bd;
32$color-danger: #ea5455;
33$color-warning: #ff9f43;
34$color-dark: #293134;
35
36$color-primary-bright: rgba($color-primary, .3);
37$color-secondary-bright: rgba($color-secondary, .3);
38$color-success-bright: rgba($color-success, .3);
39$color-info-bright: rgba($color-info, .3);
40$color-danger-bright: rgba($color-danger, .3);
41$color-warning-bright: rgba($color-warning, .3);
42$color-dark-bright: #d4d5d8;
43
44$color-facebook: #3b5998;
45$color-twitter: #55acee;
46$color-google: #db4437;
47$color-pinterest: #bd081c;
48$color-linkedin: #0077b5;
49$color-tumblr: #35465c;
50$color-instagram: #3f729b;
51$color-dribbble: #ea4c89;
52$color-youtube: #cd201f;
53$color-whatsapp: #43d854;
54$color-github: #00405d;
55$color-behance: #1769ff;
56$color-skype: #00aff0;
57$color-yahoo: #410093;
Note: See TracBrowser for help on using the repository browser.