| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- // Variables
- // @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
- // $basefont1:'Rubik', sans-serif;
- // $basefont2:'Rubik', sans-serif;
- $basefont1: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
- // $basefont2: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
- /* GROWI Color */
- // $growi-green: #74bc46;
- // $growi-blue: #175fa5;
- /*bootstrap Color*/
- // $danger: #ff0a54 !default;
- // $success: #00bb83 !default;
- // $warning: #ffa32b !default;
- // $primary: $growi-blue !default;
- // $info: #009fbb !default;
- $muted: #98a6ad !default;
- // $dark: #3e4d6c !default;
- $inverse: #3e4d6c !default;
- // $light: #e4e7ea !default;
- $extralight: #f7fafc !default;
- /*Normal Color*/
- // $white: #ffffff !default;
- // $red: #ff0000 !default;
- // $purple: #7b00ce !default;
- // $blue: #0d00c5 !default;
- // $yellow: #cccf0e !default;
- $border: #f0f0f0 !default;
- // $megna: #00b5c2 !default;
- /*Theme Colors*/
- // $topbar: #3c4451 !default;
- // $sidebar: #4f5467 !default;
- // $bodycolor: #fff !default;
- $headingtext: #2b2b2b !default;
- $bodytext: #686868 !default;
- $linktext: $inverse !default;
- // $linktext-hover: lighten($inverse, 20%) !default;
- // $sidebar-text: #54667a !default;
- // $themecolor: #ff6849 !default;
- // $dark-themecolor: #4f5467 !default;
- // $rgt: right !default;
- // $lft: left !default;
- // $dark-text: #848a96 !default;
- // $navbar-border: #ccc !default;
- // $active-navbar-border: lighten($navbar-border, 10%) !default;
- // $btn-default-bgcolor: darken(#fff, 10%) !default;
- // $color-inline-code: #c7254e !default;
- // $bgcolor-inline-code: #f9f2f4 !default;
- /*Preloader*/
- /*
- .preloader{
- width: 100%;
- height: 100%;
- top:0px;
- position: fixed;
- z-index: 99999;
- background: #fff;
- .cssload-speeding-wheel{
- position: absolute;
- top: "calc(50% - 3.5px)";
- left: "calc(50% - 3.5px)";
- }
- }
- */
- /*Font weight*/
- // $font-bold: 700 !default;
|