// ************************************************************ // Colors // ************************************************************ // $palette-primary: rgb(78, 183, 168) // $palette-secondary: rgb(28, 53, 69) // $palette-cancel: rgb(153, 153, 153) // $palette-danger: rgb(218, 60, 60) // ************************************************************ // General styles // ************************************************************ // $main-background: rgb(233, 232, 220) // ************************************************************ // Typography // ************************************************************ // $main-color: rgb(62, 62, 62) // ************************************************************ // Headlines // ************************************************************ // $headline-color: rgb(122, 118, 76) // ************************************************************ // Links // ************************************************************ // $link-primary-color: darken($palette-primary, 10%) // $link-secondary-color: darken($palette-cancel, 10%) // $link-danger-color: darken($palette-danger, 10%) // ************************************************************ // Buttons // ************************************************************ // $button-primary-background: $palette-primary // $button-primary-color: $white // $button-secondary-background: $palette-cancel // $button-secondary-color: $white // $button-danger-background: $palette-danger // $button-danger-color: $white // $button-border-radius: 3px // $button-box-shadow: true // ************************************************************ // Cards // ************************************************************ // $card-border-radius: 3px // $card-box-shadow: 0 2px 7px rgba($black, .2) // $card-separator-color: rgb(222, 222, 222) // $card-title-color: rgb(247, 133, 96) // ************************************************************ // Labels // ************************************************************ // $label-color: rgb(128, 128, 128) // ************************************************************ // Inputs // ************************************************************ // $input-border-color: rgb(217, 216, 195) // $input-border-color-focus: $palette-primary // $input-errors-color: $palette-danger // ************************************************************ // Hints // ************************************************************ // $hint-color: rgb(158, 158, 158) // ************************************************************ // Logo // ************************************************************ // $logo-margin-top-public: 0 // $logo-margin-bottom-public: 34px // ************************************************************ // Flash // ************************************************************ // $flash-success: rgb(123, 170, 81) // $flash-info: rgb(90, 129, 171) // $flash-warning: rgb(193, 179, 26) // $flash-error: rgb(162, 66, 60) // $flash-border-radius: 4px // $flash-box-shadow: 0 1px 2px 0 rgba($black, 0.2) // $flash-color: rgb(128, 128, 128) // ************************************************************ // Tables // ************************************************************ // $table-header-background: rgb(243, 242, 236) // $table-border-color: rgb(233, 232, 220) // ************************************************************ // Comments // ************************************************************ // $comment-background: rgb(246, 246, 243) // $comment-color: rgb(170, 169, 156) // ************************************************************ // Notices // ************************************************************ // $notice-success-background: rgb(123, 170, 81) // $notice-info-background: rgb(90, 129, 171) // $notice-warning-background: rgb(193, 179, 26) // $notice-error-background: rgb(162, 66, 60) // $notice-border-radius: 4px // $notice-color: rgb(255, 255, 255)