Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // header
- $top-bar-background: #053249;
- $top-bar-divider: #1c5373;
- $bottom-bar-background: blue;
- // font
- $text-lighter: #5fb6f1;
- $text-normal: #458ebd;
- $text-dark: #386cbd;
- // color definitions
- $theme-color-light-1: #5fb6f1;
- $theme-color-light-2: #429edc;
- $theme-color-normal: #025883;
- $theme-color-dark-1: #006699;
- $theme-color-dark-2: #053249;
- $theme-color-dark-3: #03202e;
- // text colors
- .color-blue { color:$text-normal !important; }
- .color-blue-lighter { color:$text-lighter !important; }
- // background colors
- .background-light-1 { background-color: $theme-color-light-1 !important; }
- .background-light-2 { background-color: $theme-color-light-2 !important; }
- .background-normal { background-color: $theme-color-normal !important; }
- .background-dark-1 { background-color: $theme-color-dark-1 !important; }
- .background-dark-2 { background-color: $theme-color-dark-2 !important; }
- .background-dark-3 { background-color: $theme-color-dark-2 !important; }
- // borders
- .border-light-2 { border:4px solid $theme-color-light-2 !important;}
- .border-top-light-2 { border-top:4px solid $theme-color-light-2 !important; }
- .border-bottom-light-2 { border-bottom:4px solid $theme-color-light-2 !important; }
- .border-right-light-2 { border-right:4px solid $theme-color-light-2 !important; }
- .border-left-light-2 { border-left:4px solid $theme-color-light-2 !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement