Sha256: b4bf92b6234de56f92d03f65776917dd92ee7951c316c4a1b0772716e7439c3e
Contents?: true
Size: 861 Bytes
Versions: 8
Compression:
Stored size: 861 Bytes
Contents
// This is a reference file - override it in your app @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,900') $font: 'Lato', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" $error: #d02f2f $primary_color: #8CC63F $dark_primary_color: darken($primary_color, 10%) $light_primary_color: lighten($primary_color, 10%) $primary_text_color: #2D3138 $secondary_text_color: #757575 $accent_color: #50bcca $divider_color: #BDBDBD $site_width: 1300px $logo_height: 100px $logo_width: 250px $header_background: white $card_box_shadow: 0 2px 4px rgba(0,0,0,0.1) @mixin user-select($value) -webkit-user-select: $value -moz-user-select: $value -ms-user-select: $value user-select: $value
Version data entries
8 entries across 8 versions & 1 rubygems